Return to Top in postbit ( & legacy)
This modification is in the archives.
This little mod will allow you to add a button besides Edit at every single post you make.
This way you won't have to scroll every time you read a thread. Dedicated to the lazy fellows around the community. How to install: In postbit template find: Code:
<!-- edit note --> <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <em> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>. <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if> </em> </div> <!-- / edit note --> </if> <div style="margin-top: 10px" align="$stylevar[right]"> Code:
<!-- goup --> <a href="#"><img src="/images/buttons/goup.gif" border="0"/></a><!-- / goup --> In postbit legacy find: Code:
<if condition="$show['moderated']"> <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> </if> Code:
<!-- goup --> <a href="#"><img src="/images/buttons/goup.gif" border="0"/></a><!-- / goup --> Bellow you can find a sceenshot and the image you will need to paste at your "forum/images/buttons/" folder! If you use this mod please click INSTALL Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Show Thread Enhancements Showing Custom Profile Fields On Postbit And Postbit Legacy | vBulletin 3.6 Template Modifications |