A little feature to get some guests to register for your page. The alert will be displayed at the bottom right of the guest's index.
[hide]
Add this bit of code underneath and save:
> Templates & Style > Templates > > Header > header_welcomeblock_guest
Add this bit of code and save too:
And you should be done! However you may need to hard refresh (CTRL+F5) to see a noticeable change)
[/hide]
[hide]
Add this bit of code underneath and save:
PHP:
.guestbox {
background:#131313;
width:250px;
padding:10px 15px 15px;
position:fixed;
z-index:100000;
opacity:.9;
color:#fff;
border-radius:2px;
bottom:0;
right:10px;
text-align:center
}
> Templates & Style > Templates > > Header > header_welcomeblock_guest
Add this bit of code and save too:
PHP:
<div class="guestbox mobilehide">
<span style="color:#ff2f2f;font-size:20px;font-weight:bold;">ALERT!</span>
<br>
<a class="smalltext" href="member.php?action=register">Click here to register with a few steps and explore all our cool stuff we have to offer!</a>
</div>
And you should be done! However you may need to hard refresh (CTRL+F5) to see a noticeable change)
[/hide]