Log in

View Full Version : Template Help Needed


hobbybox
08-22-2008, 12:03 PM
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 1219415882 at 1219415882 ---------------

Found it - looking for like 20 minutes and I kept looking right over them!

Infopro
08-22-2008, 01:45 PM
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. ;)