MyBB Community Forums

Full Version: how to do it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
hello

i want to know how i can set rank image down of the avatar

example:
Username
Rank Title
Avatar
Rank image



anybody pls???
hello anybody there???
go to acp->templates&styles->templates->*your template*->postbit templates->
open "postbit" template

find
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
^^ cut it and paste after

<span class="smalltext">
								{$post['usertitle']}
You are apparently incapable of waiting 24 minutes for someone to help you who give support in their free time...

What your asking for is already the order that it currently is...
(2011-02-08, 07:42 PM)TheGodFather Wrote: [ -> ]go to acp->templates&styles->templates->*your template*->postbit templates->
open "postbit" template

find
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
^^ cut it and paste after

<span class="smalltext">
								{$post['usertitle']}



i did this but not change

same as before???

tell me pls if i,m doing somthing wrong??
hello anyone there?
You can't even wait 15 minutes?? We're all volunteers, doing this for nothing, at least have some patience...

And are you editing the right template at all?? Do you use the horizontal postbit or the two column vertical postbit??
which postbit layout are you using? default postbit or classic postbit?
When I first came here I thought support was, compareable to SMF,

My first question which Gene kindly answerd took two days, I had given up trying and uninstalled MyBB. Today I decided to try again. Re-installed and asked a question, this time answered by Godfather in minutes.

Some volunteers may err on the cautious befor answeing, they may be working. They could be in different tiime zones (countries)....patience is a virtue.
i,m using default postbit?
post the content here
Post Bit Templete


{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="tcat">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">
				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
                                                         <br /><script>function fbs_click(){u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436'?);return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea;background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981)no-repeat top right; } html .fb_share_button:hover { color:#fff;border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981)no-repeat top right; text-decoration:none; } </style> <a href="http://www.facebook.com/share.php?u=<url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a>
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="{$altbg} post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
				{$post['attachments']}
				{$post['signature']}

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<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_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']}
				</div>
			</td>
		</tr>
	</tbody>
</table>{myadvertisements[zone_3]}
Pages: 1 2 3