Kết quả 1 đến 1 của 1
-
11-02-14, 07:35 PM #1
Message for guests [CSS3] - force registration
Guest Message
A little fixed (=> the message is always on top of the browser window) message which guest's says to register in the forums. There is a little warning image (thx, famfamfam!) and a link to the registration page. The message is CSS3 ready and got nice borders and a shadow.
Update 1.5: What's new
- Border radius now also for Safari and Google Chrome
- Warning Image improved
- New stylish background
- Color changes
- Wider message (can be changed)
- some fixes
How To Install:
1. Add HTML Code to your header Template (at the top):
HTML Code:
PHP Code:<vb:if condition="$show['guest']"><div class="guestm"> <img src="images/misc/warning.png" /> <b>Hello guest! It looks like you aren't a member already. Get now full access and <a href="register.php">register for free!</a></b></div></vb:if>
HTML Code:
PHP Code:div.guestm {
-webkit-border-radius:4px;
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:1px 1px 1px #666666;
background:url(images/misc/guestmbg.gif) repeat-x top;
background-color:#ef8d31;
border:1px solid #4A4848;
color:white;
max-width:280px;
min-height:18px;
padding:0 5px 3px;
position:fixed;
right:36px;
top:49px;
z-index:1;
}
div.guestm img {
padding-top:2px;
margin-bottom:-4px;
}
That's it!
Special:
I added some more backgrounds (see attachment) which you can use.
Please rate and mark as installed, thx!Khách viếng thăm hãy cùng PandavB xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
New way to force guests to register
Bởi PandavB trong diễn đàn vBulletin 4.x Template ModificationsTrả lời: 0Bài viết cuối: 11-02-14, 03:04 PM -
Force Users to Read a Thread
Bởi PandavB trong diễn đàn vBulletin 4.x Add-onsTrả lời: 0Bài viết cuối: 11-02-14, 10:55 AM -
VSa - Advanced Registration
Bởi PandavB trong diễn đàn vBulletin 4.x Add-onsTrả lời: 0Bài viết cuối: 11-02-14, 08:51 AM -
Cyb - Advanced Registration
Bởi KingSky trong diễn đàn vBulletin 3.8 Add-onsTrả lời: 0Bài viết cuối: 10-02-14, 02:29 PM -
Limited Guest Viewing -- Motivate Guests to Register
Bởi KingSky trong diễn đàn vBulletin 3.8 Add-onsTrả lời: 0Bài viết cuối: 10-02-14, 10:59 AM