FM home page system
2 posters
Page 1 of 1
FM home page system
Hi @Ange Tuteur
I am Using your Cool Homepage system like on FM
What i was thinking i would like it so when your Logged in you have this one

But when your Logged out you see this one but i want the tab on it like the one we have when logged in
Tab to say Viewing As a Guest

Please can you help me with that
Forum Address:
HERE!!!
APE

What i was thinking i would like it so when your Logged in you have this one

But when your Logged out you see this one but i want the tab on it like the one we have when logged in
Tab to say Viewing As a Guest

Please can you help me with that

Forum Address:
HERE!!!
APE
Re: FM home page system
Hi @Ape,
So a tab displays for guests, try adding the following script to the homepage message :
I think you might also need some CSS to contain the tab :
So a tab displays for guests, try adding the following script to the homepage message :
- Code:
<script type="text/javascript">
if (!_userdata.session_logged_in) document.write('<div id="userName"><span>Viewing as </span>Guest</div>');
</script>
I think you might also need some CSS to contain the tab :
- Code:
.panel.introduction {
position:relative;
}

» how do i get tickers on the home page, and poll of the day on home page, and other stuff?
» Home page is fine, forum page is stating I have malware installed. Important Update!
» html page as I created to be my home page not working
» about wordpress can the home page used as HTML page
» HTML page as Home page problem
» Home page is fine, forum page is stating I have malware installed. Important Update!
» html page as I created to be my home page not working
» about wordpress can the home page used as HTML page
» HTML page as Home page problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum