The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to change New Thread image button to text link?
Hello guys,
I wonder, How to change New Thread image button to text link? Also, is it possible to use standard phrase for that? I have like 20 languages and it will be hard to find translation for "New Thread" for each of 20 languages. |
#2
|
|||
|
|||
Look for the following in the FORUMDISPLAY template and replace with a vB phrase:
Code:
<img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /> and then you could use something like this instead of the image: Code:
$vbphrase[varname] |
#3
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|