MyBB Central

Full Version: Points to show in postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey

For some reason the amount of points a user has wont show in the postbit

can anyone help me get it to do this?

Thanks

Joe
Forumlink + what theme are you using ?
Is {$post['user_details']} present in your postbit template ?
it is now

and all the post bits have doubled themselves Sad
I think it's an issue with the classic reputation system. You will need to alter the plugin file for it to work on your sites postbit.
iJoe Wrote:it is now

and all the post bits have doubled themselves Sad

And that's because of your theme Wink MYPS Plugin adds the Points info to {$post['user_details']} ( This contains most of the postbit info ) and since it doesn't exists in your theme template, the info can't be added to it =P
Reference URL's