PDA

View Full Version : Header Notice - where to find...


ErnieTheMilk
Tue 24th Jun '08, 12:17pm
I can't seem to find this to enable it for visitors to my site.

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

Can someone tell me where I can find it! :)

Steve Machol
Tue 24th Jun '08, 12:41pm
All language is in Phrases. Do a 'Search in Phrases' for the specific language you are looking for (for larger phrases it's best to search for just a small section of the phrase), then edit the appropriate Phrase.

Admin CP -> Languages & Phrases -> Search in Phrases

Note: To edit a phrase, place the new phrase in the available language text boxes.

jsedw05
Tue 24th Jun '08, 1:39pm
Excellent thanks so much Steve! I was able to use the Search Phrase tool and it's help me with my welcome message and forum rules.

ErnieTheMilk
Tue 24th Jun '08, 3:32pm
All language is in Phrases. Do a 'Search in Phrases' for the specific language you are looking for (for larger phrases it's best to search for just a small section of the phrase), then edit the appropriate Phrase.

Admin CP -> Languages & Phrases -> Search in Phrases

Note: To edit a phrase, place the new phrase in the available language text boxes.

Sorry maybe I didn't make myself clear, I don't want to edit it.

I want to switch it on, so it shows up on my forum!

Steve Machol
Tue 24th Jun '08, 4:15pm
That automatically shows for anyone that is not logged in unless you have installed a modification that affected this.

ErnieTheMilk
Tue 24th Jun '08, 4:28pm
Thanks Steve :)

Wayne Luke
Tue 24th Jun '08, 4:54pm
The code for it is in the FORUMHOME template and looks like:


<if condition="$show['guest']">
<!-- 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 -->
<br />
</if>