The Arcive of vBulletin Modifications Site. |
|
Return to Top in postbit ( & legacy) Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
***reserved***
|
|
#3
|
||||
|
||||
|
Great Hack!
|
|
#4
|
|||
|
|||
|
Did you mean to check the "Not Supported" Thingy?
|
|
#5
|
|||
|
|||
|
lol....thanks
fixed
|
|
#6
|
||||
|
||||
|
Such a simple little mod which I hadn't thought of, but which I know my lazy users will love...
Anything that saves their delicate little fingers from having to move on the scroll button of their mouse, hehe. Nice one. :up: [high]* Detomah happily installs.[/high] |
|
#7
|
|||
|
|||
|
Very good hack, thanks for it
|
|
#8
|
|||
|
|||
|
image wont show any ideas
|
|
#9
|
||||
|
||||
|
If you have a custom skin, you'll have to put the image in that image directory.
|
|
#10
|
|||
|
|||
|
i cant get this working for me although i should have done it right. Ive a custom skin and my forum images are in skin_images instead of images. Ive added the code to the Postbit temple like so-
PHP Code:
PHP Code:
It will be a great hack when i get it in. Just what ive been after. Thanks |
![]() |
|
|