Log in

View Full Version : Adding *something* (graphics, texts, button) to Welcome block


tinjon
01-28-2006, 10:00 PM
You know when you login, you see top, right hand corner it shows,

"Welcome, user_nam.
You last visited: ....
Private messages ..."

Well, if you wanted to add something next to this place, just edit the "NAVBAR" template. Check the attached image if you're not sure what I'm syaing.


From your admincp, > Styles & Templates > Styles Manager > pick your style and choose "edit templates" > navigation breadcrumb templates > select "navbar" > press edit button.

Find this code:
<div class="navbar" style="font-size:10pt">
<a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">
<img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" />
</a>
<strong>$vboptions[bbtitle]</strong></div>
</if>
</td>

and BELOW it, enter your own codes.
<!-- your custom whatever -->

<td class="alt1">

<!-- your own code here. you can put anything you want.. -->
<!-- put a small button, paypal button, a text, your own -->
<!-- picture so that everyone knows you.. lol.. -->
<!-- but don't delete teh <td class="alt1"> code -->

</td>

<!-- end of custom whatever -->

vietfancy
01-29-2006, 12:21 AM
nice, installed

HMBeaty
01-29-2006, 02:29 AM
Save this one for later ;)

Snake
01-29-2006, 11:02 AM
Great!

JsnakeJ
01-29-2006, 05:32 PM
Never thought to add stuff there. Thanks for pointing this out to me. :)