Hey guys just wanted to report back that I found A way to do it, it isnt quite as elegant as I would like as the text displays a little larger then I would want but im going to look into that later, what I did was edit the spTopicView with a little trial and error, to save people time in the future:
Your Looking for the section that begins
# Column 1 of the post row
# ———————————————————————-
sp_ColumnStart(‘tagClass=spUserSection spLeft&width=15%&height=50px’);
With In that section choose the element you want the Points to display above and or below of, and enter the following on a new line:
echo ‘<br /><p align="center"><strong>Rank:<br /></strong>’.cp_module_ranks_getRank($spThisPostUser->ID).'</p><br />’;
That snippet will display the posters Cube Points Rank along with the adequete space added above and below the read out to improve readability (though if you dont want that space remove the first and last
<br />
from that line