Hybrid postbit
This modification is in the archives.
Hybrid postbit
Function Both the legacy and the classic postbit have their advantages. So why not combine them. The legacy itself sometimes seems to big with smaller posts. This is how the hybrid postbit might look like. [See screenshot] Creativity is key. Live demo: http://www.xboxusersgroup.com/forums/ Requested by / Prereq Activate the legacy postbit. You can activate this in the admincp / Style & Language Settings (bottom) Installation 1. open postbitlegacy template in the style manager (postbit templates) 2. look for Code:
<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> 3. look for Code:
<if condition="$show['moderated']"> <td class="alt2" id="td_post_$post[postid]"> <else /> <td class="alt1" id="td_post_$post[postid]"> </if> Code:
<!-- start top info post --> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" widht="100%"> <tr> <td class="alt2" style="font-weight:normal;font-size:10px;width:100%" align="left"> <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> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> </div> </td> <td class="alt2" style="font-weight:normal;font-size:10px;width:200px" align="right"> <if condition="$post['rank']"><center><div class="smallfont">$post[rank]</div></center></if> </td> </tr> </table> <BR> <!-- End top info post --> Variants - You can add a different functions/phrases/info to different locations. Live demo Live demo: http://www.xboxusersgroup.com/forums/index.php?t=47578 StonyArc Download No files for download. Screenshots
|
Similar Mods
[Release] Hybrid v1 | vBulletin Button Sets |