Quote:
Originally Posted by Opserty
It's a phrase in your template which isn't has been modified incorrectly or something.
Go to the Style Manager > Edit Templates and the FORUMHOME template. Open up the template and then find the bit which is between the HTML comments:
HTML Code:
<!-- guest welcome message -->
....
<!-- / guest welcome message -->
Paste it here so we can help you correct it.
|
Thanks -- That is where I thought it was and looked for it, but I am not sure what to change
I think I am posting this properly - if not, I am sorry. Sort of new at all of this

Thanks for the help.
roro
Code:
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]"
cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase
[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->