The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Template Help Needed
I want to add some additional info on the Edit Avatar & Edit Signature page but cannot figure out where to do this...
I am linking up with a site that does avatars and signature banners and i want to add their link when a member goes to change these things (also on registration) - can anyone help me with this? --------------- Added [DATE]1219415882[/DATE] at [TIME]1219415882[/TIME] --------------- Found it - looking for like 20 minutes and I kept looking right over them! |
#2
|
|||
|
|||
Lots of ways to do this, for example on modify avatar page:
In modifyavatar template, find <td class="tcat">$vbphrase[edit_avatar]</td> Down just below that you see; <div class="panel"> Add this to test. <div>HELLO WORLD</div> That will place the text HELLO WORLD dead center above where it says "Your Current Avatar" On modify signature page, almost the same thing, except look for <td class="tcat">$vbphrase[edit_signature]</td> Down just below that you see; <div class="panel"> Add this to test. <div>HELLO WORLD</div> Now you know where to go, edit the div anyway you like. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|