PDA

View Full Version : Reply and NewThread Button


Puschl
08-14-2012, 09:50 PM
hi everybody,
i try to change the reply and new thread button against new ones...
but when i try to edit for example the showthread template i did not find any
image source code.
just something like this :


<vb:if condition="$show['largereplybutton']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&amp;noquote=1"
class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top" style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>


anyone got a hint how to get new buttons in the templates?

greets

josh_krz
08-26-2012, 11:14 AM
The reason why there is no <img> tags is because vbulletin uses CSS for a lot of it's buttons.

Just change the text <a href="..." class="..." id="..."> HERE </a>

to an image of your choice. If you experience layout issues then remove the class and id tags from <a>