|
SpiritualBB Motivate Guests To Register
http://www.spiritualbb.com SpiritualBB.com Motivate Guests To Register I had my style custom made for me as I used to own GodForums I am not a designer nor a coder so I can not offer any support for this I can simply provide the code I paid for and share it with you. So I can't offer support but as some members of vBulletin.org have asked for this I decided to share it with you all. Donations aren't needed but if you would/could sign up to my community that would be nice of you. Installation Instructions: Style Manager <> Your Style <> Main CSS Add to additional CSS: Code:
#alertBar {
background:#0e1116;
height:32px;
padding:0 60px;
}
.alert {
background:transparent url(images/style/alert.gif) no-repeat top left;
color:#f2dac0;
padding:9px 0 0 25px;
}
.alert strong {
color:#ffae02;
}
.alert a:link, .alert a:visited {
color:#fff;
font-weight:bold;
text-decoration:none;
}
.alert a:hover {
color:#fff;
font-weight:bold;
text-decoration:underline;
}
Add to the top of your header template the following code: Code:
<if condition="$show['guest']">
<div id="welcome"></div>
<div class="welcomeWrap" id="welcome-window">
<a href="#" class="close-window"><img src="images/style/close.gif" class="x" alt="close" /></a>
<img src="images/style/welcomeHeding.gif" alt="Welcome to $vboptions[bbtitle]" class="welcome"/><br>
<div class="welcomeDesc">Welcome to $vboptions[bbtitle]? Come join the conversation!!</div>
<a href="#" class="close-window"><img src="images/style/btn_just_browsing.gif" alt="Just Browsing" /></a>
<a href="register.php$session[sessionurl_q]"><img src="images/style/btn_add_yourself_free.gif" alt="Register Today" /></a>
<p>There are currently <strong>$numbermembers</strong> members <strong>$totalthreads</strong> threads with <strong>$totalposts</strong> posts.</p>
</div>
<div id="alertBar">
<div class="alert"><strong>Hey!</strong> It appears you have not registered with <a href="$vboptions[homeurl]">$vboptions[bbtitle]</a> yet, <a href="register.php$session[sessionurl_q]">register now</a> for free to enjoy the full benefits of the community.
</div>
</div>
</if>
4. Download and then Upload the attached images to the correct directories. FAQ: To change the colours simple edit the CSS. Demo: http://www.spiritualbb.com Enjoy Rick Download
Screenshots |
|||||||||
Similar Mods
| Show Thread Enhancements Limited Guest Viewing -- Motivate Guests to Register | vBulletin 3.8 Add-ons |
| Show Thread Enhancements Limited Guest Viewing -- Motivate Guests to Register | vBulletin 4.x Add-ons |
| Add-On Releases Limited Guest Viewing -- Motivate Guests to Register | vBulletin 3.7 Add-ons |