MyBB Community Forums

Full Version: About Rating,title and User Rank
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need help.. i have problem, in my new themes cant see User Title, User Rank and cant rating any thread.. Sad some on pls help me.
[attachment=28698]
What error do you receive when trying to rate a thread? For the user title please post your postbit_classic template here, the required variable may be missing.
hye Omar G. this is my 1st time use MyBB where can i find my postbit_classic? look at my forum page at MF Forums
You find it by going to the Post Templates Set for your theme.
this is my postbit_classic.

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr class="tcat">
			<td>
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']}
				</div>
			</td>
			<td>{$post['posturl']}</td>
		</tr>
		<tr>
			<td class="{$post['onlinestatus']} {$unapproved_shade}" width="180px" valign="top" style="white-space: nowrap; text-align: center;" ><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
				<span class="post_author">{$post['profilelink']}</span><br />
				{$post['groupimage']}
				{$post['useravatar']}
				{$post['user_details']}
			</td>
			<td class="trow1 post_content {$unapproved_shade}" valign="top">
			<div class="float_right post_rep">{$post['plus_form']}{$post['minus_form']}</div>
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> </span>  <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				<div class="post_body adhref_content bbtext" id="pid_{$post['pid']}">
					
					{$post['message']}  		</div>
				{$post['attachments']}
				{$post['signature']}
				<div class="post_meta" id="post_meta_{$post['pid']}">
<br />
				{$post['iplogged']}
				</div>
			</td>
		</tr>			
		<tr class="trow2"><td align="center"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false"><img src="{$theme['imglangdir']}/postbit_top.gif" alt="top" /></a>{$post['button_report']} </td>
			<td class="post_buttons">
				<div class="author_buttons float_left">

					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}

				</div>
<div class="post_management_buttons float_right">
{$post['button_tyl']}{$post['button_edit']}
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
			</td>
		</tr>
	</tbody>
</table>{myadvertisements[zone_3]}

i know whats the problem now..
i need to paste this right

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

my problem now is..
[attachment=28701]
Hello there,

The forum you have posted does not have the minimum "Powered by MyBB" notice we require for technical support here. In order for us to give you further support, please add the following code to the footer template of your forum:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>

I will close this thread until you have reinstated the Powered By line. Please post in the Private Inquiries forum to ask to have this thread reopened, where you can also raise any questions you have about this policy.

With regards,
MyBB Support Team