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

3 posters

Go down

Homepage Message Empty Homepage Message

Post by shawn.m March 12th 2012, 2:26 pm

Hi please can you tell me how i can make the homepage message only show for guests who visit my forum thanks.


Homepage Message Messag10
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by midoweb96 March 12th 2012, 6:10 pm

hi , try this alternative solution !! If you use phpbb2
AP ==> Display ==> Homepage Message Type_li Templates ,, General .. index_body
add this
Code:

    <!-- BEGIN switch_fb_login -->
          <div align="center" class="msgguests">

  Your Text msg for guests
</div>
        <!-- END switch_fb_login -->

After.... {JAVASCRIPT}
midoweb96
midoweb96
Forumember

Posts : 166
Reputation : 12
Language : Css - Html - Jquery

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by shawn.m March 12th 2012, 6:27 pm

this don't work it still show when am logged in :s
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by midoweb96 March 12th 2012, 7:23 pm

midoweb96
midoweb96
Forumember

Posts : 166
Reputation : 12
Language : Css - Html - Jquery

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by shawn.m March 12th 2012, 7:36 pm

still don't work i don't even have </div>
<!-- END switch_user_logged_out --> in my code.
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by shawn.m March 12th 2012, 8:06 pm

What do you mean by put it in my homepage message :s
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by shawn.m March 13th 2012, 9:09 am

it don't work Sad
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Homepage Message Empty Re: Homepage Message

Post by LGforum March 13th 2012, 9:18 am

Try this small modification of Rideems code:
(bare In mind I didn't look at phpbb2 and won't, so someone who is willing to look at it can edit it again lol)

Code:

<script type="text/javascript">
(function(elem){
var user = "{*USERNAME}"; //remove asterisk
if (user != 'Guest') {
  elem.parentNode.removeChild(elem);
}
})(this);
</script>
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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