So if you use VBSEO, then you dont want to use the welcome headers? The way I read it (which could be way off...) you can use but put the $welcome headers in the navbar template instead of the header right? but it says this:
Quote:
Note: vbSEO recommends that users apply this plugin to the navbar template rather than the header template. To do so, select the navbar template, scroll to the end of it and add the code $welcomeheaders there. Save the template and do not modify your header template.
|
so if you dont modify your header template.....does that mean to not take out the following and just put the $welcomeheaders at the bottom of the navbar template?:
PHP Code:
<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</if>