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;
}
Similar topics
» HTML page as Home page problem
» need help on home page
» I Need Home Page Like this
» Home Page.
» Can You Help Me !!! not on the home page
» need help on home page
» I Need Home Page Like this
» Home Page.
» Can You Help Me !!! not on the home page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum