If you use one of the STEEL styles (Steel red, Steel green, Steel purple...), posted in the "vB3.5 Styles" forum, you need to do an additional modification in order to make this mod to work.
These styles use two nav bars, one above and one below the Login "boxes". The visitor will see two "Welcome" messages, one above the top nav bar and one below it.
Follow Ted S' directions first, and then go to the navbar template, scroll page down about 1/5, find and delete the following code:
---------------------------------
</if>
<if condition="THIS_SCRIPT == 'index' AND $show['guest']">
<!-- guest welcome message -->
<div class="navbar" style="margin-bottom:5pt;margin-top:5px;font-size:8pt">
Welcome to $vboptions[bbtitle]. $threadinfo[title] $vboptions[keywords]<br />
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase></div>
<!-- / guest welcome message -->
<else />
---------------------------------
I am not a coder, and I did this by trial and error. Ted or some of you coders, may want to look into this to make sure I didn't take out more than I should, LOL.
|