The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Question
I have seen a few forums with the postbit on the right side of the forum instead of the left side. I cant seem to find anything here on hows its done can anyone help with this or point me in the right direction.
Thanks for any help |
#2
|
||||
|
||||
I used to do that back in the days when I used UBB. For vB, I haven't seen a mod so in your postbit_legacy template cut this code out (back up template first!):
Code:
<td class="alt2" width="175"> <div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> <div class="smallfont"> <br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> </td> Code:
<!-- / edit note --> </if> </td> |
#3
|
|||
|
|||
Thank you very much worked like a charm
|
#4
|
||||
|
||||
Can you post a pic of how that looks?
|
#5
|
|||
|
|||
Heres a screenshot of it so far im still going to move the edit and quote buttons to the right side
|
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
Hmm. Maybe I'll release something I did a while back in UBB. I didn't think it would be something people wanted.
|
#8
|
||||
|
||||
Interesting postbit layout
Chris |
#9
|
||||
|
||||
Alright. Let me get on it for vB version-style 1.
|
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|