MyBB Community Forums

Full Version: problems with starts and userbars !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys, i am getting a problem with starts and userbar's because they are appearing in the same line
Example -
ADMINISTRATOR
USER-BAR, STARTS [user-bar and starts are coming in straight line]

But It should be like this-
Administrator
User-bar
Starts

can any one help me thanks Smile Big Grin

And Is there any way to align username's user-bar and stars to the right hand side while post,reputation,and awards to left like in this forum?
Site Link please ...
(2013-06-20, 09:05 AM)effone Wrote: [ -> ]Site Link please ...

www.empiregamerz.net/forum/
Thread Link - http://empiregamerz.net/forum/thread-2-post-2.html#pid2
admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit_classic -->

find {$post['userstars']} and add <br /> before it, save the template
(2013-06-20, 09:13 AM).m. Wrote: [ -> ]admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit_classic -->

find {$post['userstars']} and add <br /> before it, save the template
bro it's not working i have done it you may check the code Huh

{$ignore_bit}
<div class="relative postbitlegacy">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="trow1 userinfo" width="15%" valign="top" style="white-space: nowrap; text-align: center;" rowspan="2">
<div class="relative">
<div class="leaf"></div>
</div>
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext username">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<div class="group">{$post['usertitle']}</div>
			{$post['groupimage']}
<br />{$post['userstars']}
			{$post['useravatar']}<br />
<div class="hr"></div>
			{$post['user_details']}<br />{$post['myawards']}
<div class="stars">
			
</div>
	</td>
	<td class="trow1 postbody" valign="top">
		<table width="100%">
			<tr><td>
<div class="time"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span><br />{$post['posturl']}</div>
<div class="title smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></div>
			<br />
			<div id="pid_{$post['pid']}" class="post_body">
				{$post['message']}
			</div>
			
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr><td class="textcontrols">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" >{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
</td></tr>
</table>
</div>
^ recheck whether you have modified the correct template (postbit_classic template of the active theme)
(2013-06-20, 09:39 AM).m. Wrote: [ -> ]^ recheck whether you have modified the correct template (postbit_classic template of the active theme)

yes i did Smile but it's not working what could be the problem? Huh
both postbit and postbit_classic templates consisted of the same code hence there was the problem !
(2013-06-20, 12:03 PM).m. Wrote: [ -> ]both postbit and postbit_classic templates consisted of the same code hence there was the problem !

haha Big Grin thanks for the help man you fixed it HQ member Smile