PDA

View Full Version : Problem with style header or menue.


:Judge:
12-26-2004, 01:39 PM
At www.planetquintessa.com we are having some issues with the styles for users not logged in. I am not sure if it is in the header, the footer or just from the menue or something.

I am asking if someone or some people could PLEASE take a peak and tell me what areas I should start looking in to correct these problems.

Thank You for your time.

frage
12-26-2004, 04:00 PM
admincp
styles&templates
FORUMHOME
there you will find
<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]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->

and in your new welcome block it would be better to link *register*.

have fun;)
frage

:Judge:
12-26-2004, 04:50 PM
<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]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->


Okay I have that code there but I am still just as lost.

:Judge:
12-26-2004, 10:31 PM
Okay well I did some changes to the navbar temp and its looks good enough for now.