I noticed in the thread postbit the stars are on top of the badge and on the profile the stars are under the badge. I think that we should have it on the bottom when you view a thread. I think that it looks better with the stars on the bottom.
Before:
After:
All you need to do this is to go to Templates & Style > Templates > CyberTech DarkBlue once you are there navigate to Post Bit Templates > postbit.
Find:
Replace with:
Before:
After:
All you need to do this is to go to Templates & Style > Templates > CyberTech DarkBlue once you are there navigate to Post Bit Templates > postbit.
Find:
Code:
{$post['userstars']}
{$post['groupimage']}
Replace with:
Code:
{$post['groupimage']}<br />
{$post['userstars']}