MyBB Community Forums

Full Version: help me plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MY NEW PROBLEM HERE

[Image: 2014_06_06_205450.png]

hERE tHE TAG AND POST COUNT IN ONE LINE HOW CAN I CHANGE IT ... PLZ HELP ME.. BRO...

ALSO I CANT SEE THE STAR...
you need to check in, Templates >> Post Bit Templates >> postbit_classic

look whether there is a br tag after useravatar like below
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
Template Sets ยป {NAME OF TEMPLATE} >> Edit Template >> POSTBIT >> POSTBIT ( or POSTBIT_CLASSIC ) make sure to add some <br /> like this:

<br />{$post['usertitle']}<br />
{$post['userstars']}<br />
{$post['groupimage']}<br />

You are using a PREMIUM theme, so not sure if your postbit is EXACTLY as others, but you're basically looking for similar codes, that's where those information-bits are called into your post show on your forum.
this two sloutions are not wrking plz help me..