The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Homepage message for Guests

+6
Rok
notMicElf
Fenclan
Mystic_gohan2
MrMario
Cb Hr
10 posters

Go down

Homepage message for Guests Empty Homepage message for Guests

Post by Cb Hr September 12th 2009, 8:06 pm

I see that on some forum is possible that homepage message is only showed for guest, how can I do that?
Do I need somehow edit templates or what?
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by MrMario September 12th 2009, 9:07 pm

You talk about the Scrolling announcements or the Login Pop-up?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 12th 2009, 11:27 pm

I talk about Homepage or:
Display-Homepage-Generalities
Homepage message for Guests 2preotl
This is only showed when user is offline or guest
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Mystic_gohan2 September 13th 2009, 6:22 am

avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 13th 2009, 9:46 pm

Yes, I maen that, but when I add that nothing happens?
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 14th 2009, 10:05 pm

Why nothing happens, nothing shows, I logout, and I still can not see that messege
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Fenclan September 15th 2009, 12:14 am

Cb Hr wrote:Why nothing happens, nothing shows, I logout, and I still can not see that messege
Same happens to my forum when I use code from that tutorial. Sad
Fenclan
Fenclan
New Member

Female Posts : 14
Reputation : 0
Language : English

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by notMicElf September 15th 2009, 12:38 am

For those of you who cannot view the final product of the code, are you logging out first? The code will only display to non-logged in members.
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Fenclan September 15th 2009, 1:03 am

notMicElf wrote:For those of you who cannot view the final product of the code, are you logging out first? The code will only display to non-logged in members.
Yep, several times.. many tries... the same result. Sad
Fenclan
Fenclan
New Member

Female Posts : 14
Reputation : 0
Language : English

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Rok September 15th 2009, 3:44 am

Try resynchronizing your and see what that does.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 16th 2009, 1:32 pm

I try to add that, but I dont see nothing changes Sad
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Mystic_gohan2 September 16th 2009, 1:54 pm

are you sure you are adding it to index_body template in phpbb2 or punbb ?
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 16th 2009, 6:42 pm

Yes, I have phpbb2 and I add it to index_body, url is
http://www.clubpenguin-hr.com/
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Cb Hr September 17th 2009, 9:03 pm

I doesn't know, I just add that code or what?
Cb Hr
Cb Hr
Forumember

Male Posts : 170
Reputation : 6
Language : Croatian/English
Location : Croatia

http://www.clubpenguin-hr.com/

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Blood1 October 2nd 2009, 1:14 pm

Hmm.And I try this and i have the same problem..I don't know why?
Btw.Cb Hr gdje je forum?
Blood1
Blood1
New Member

Male Posts : 7
Reputation : 0
Language : Croatian
Location : In the Sea

http://all-in.forumotion.com

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Darren1 October 2nd 2009, 1:28 pm

Hello

When your in your admin panel, are you publishing the changes??
Thats hitting the +
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Jagodicans October 2nd 2009, 1:52 pm

Well the code from tut is wrong

You should try this

Code:
<!-- BEGIN switch_user_logged_out -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 
  <tr>
      <td class="catHead" height="28"><span class="cattitle"><center>WELCOME TO YOUR SITE</center></span></td>
  </tr>
 
      </td>
  </tr>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
  <tr>
      <td width="100%" valign="top" align="center" class="row1">
       
        <label><span class="gensmall">YOUR GUST MESSAGE GOES HERE</span></label>

      </td>
  </tr>
</table>
</form>
<!-- END switch_user_logged_out -->
Jagodicans
Jagodicans
Forumember

Female Posts : 42
Reputation : 0
Language : Serbian
Location : State of Exit

http://www.ludisnovi.com/index.htm

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by Blood1 October 2nd 2009, 1:54 pm

ok tnx.
Blood1
Blood1
New Member

Male Posts : 7
Reputation : 0
Language : Croatian
Location : In the Sea

http://all-in.forumotion.com

Back to top Go down

Homepage message for Guests Empty Re: Homepage message for Guests

Post by area90 October 8th 2009, 11:58 am

avatar
area90
New Member

Posts : 24
Reputation : 0
Language : serbian

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum