Log in

View Full Version : Welcome Headers Help


Derty Eric B.
04-29-2007, 10:02 PM
i got the welcome headers hack and im still getting this welcome header insdead of the one i made up
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below
anyway i can change this?

Guest210212002
04-29-2007, 10:34 PM
Did you edit the phrase?

Derty Eric B.
04-29-2007, 10:51 PM
Did you edit the phrase?

which phrase and how do i get there?

TTG
04-29-2007, 11:15 PM
In FORUMHOME template.

remove :

<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>

And then add :- "$welcomeheaders" to the very end of the header template

Derty Eric B.
04-30-2007, 12:22 AM
how do you add the little dots to the header messages?