The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Replace Buttons with Images?
Hello,
I would like to replace the buttons on my site (eg "Reply to this thread", "Closed thread" etc) with custom images I have created. What's the best way to go about this? I've located the relevant code in the SHOWTHREAD template: Code:
<vb:if condition="$show['largereplybutton']"> <a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&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> <img style="display:none" id="progress_newreplylink_top" src="{vb:stylevar imgdir_misc}/progress.gif" alt="" /> </vb:if> I'm sure this is a simple question? Does anyone know the answer? Thanks in advance. |
#2
|
||||
|
||||
Bump.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|