[DMC]CSS Button Hover for All vB Default Button
Reply Post Button
Postbit Edit Post New Thread ok how to add it ? add this code to additional CSS ur template PHP Code:
.button {
then replace with PHP Code:
<div class="button">
this is a default code for NEW THREAD BUTTON PHP Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
PHP Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><div class="button"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">New Thread</a></div><else /> </if></td>
for add Image on CSS Button u can use this code on CSS Adittional PHP Code:
background: #00ff00 url('http://url image') no-repeat fixed left;
Download No files for download. |
Similar Mods
New Posting Features Add Pm Button, Find Post By User Button, And User To Contacts Button, To Postbit | vBulletin 3.7 Template Modifications |
Default button | vBulletin Button Sets |