The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WCF - New Way To Display Notifications v2 (CSS) Details »» | |||||||||||||||||||||||||||||
WCF - New Way To Display Notifications v2 (CSS)
Developer Last Online: Apr 2015
1) Upload included files 2) Open template header Find Code:
<vb:if condition="$notifications_total"> <li class="popupmenu notifications" id="notifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> <ul class="popupbody popuphover"> {vb:raw notifications_menubits} </ul> </li> <vb:else /> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a> <ul class="popupbody popuphover"> <li>{vb:rawphrase no_new_messages}</li> <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li> </ul> </li> </vb:if> Code:
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li> Add the following code to the bottom of the template Code:
<vb:if condition="$notifications_total"> <div class="wcf_notifications"> <div class="wcf_notifications_content"> <p>New Notification(s)</p> <p>{vb:raw notifications_menubits}</p> </div> </div> </vb:if> Code:
.wcf_notifications { background:url("images/wcf/50opacity.png") repeat 0 0 transparent; border:1px solid #000000; bottom: 20px; left: 20px; padding: 10px 15px; position: fixed; z-index: 10; } .wcf_notifications_content { background-color:transparent; } .wcf_notifications_content li a { color: #FFFFFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .wcf_notifications_content li a:hover { color: #FFFFFF; text-shadow: 0 0 5px #FFFFFF; } .wcf_notifications_content p { color:#FFFFFF; text-decoration:underline; font-size:12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
elsa23, Krusty1231 |
Comments |
#22
|
||||
|
||||
replace
Code:
.wcf_notifications { background:url("images/wcf/50opacity.png") repeat 0 0 transparent; border:1px solid #000000; bottom: 20px; left: 20px; padding: 10px 15px; position: fixed; z-index: 10; } Code:
.wcf_notifications { background-color:rgba(0, 0, 0, 0.5); bottom: 20px; left: 20px; padding: 10px 15px; position: fixed; z-index: 10; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } |
Благодарность от: | ||
8thos |
#23
|
||||
|
||||
Quote:
About how long do you have left on figuring out how to make this AJAX (Real-Time)? I would pay for that. |
#24
|
|||
|
|||
thanks you very much :X
|
Благодарность от: | ||
Krusty1231 |
#25
|
||||
|
||||
Thanks. Working great!
|
#26
|
|||
|
|||
if u can place a screenshot of it
|
#27
|
|||
|
|||
Installed. I've used this mod for a day and already I have received complaints from members asking how to dismiss the notification because many of them have unread PMs or VMs that they don't intend to read, at least not immediately anyway.
It looks very elegant, but please consider making it dismissible (or even moveable), thank you! |
#28
|
||||
|
||||
Quote:
|
#29
|
||||
|
||||
I Like it
|
#30
|
||||
|
||||
This is awesome the first version do not work for me this is very great thank you
|
#31
|
|||
|
|||
I love this little template update. However, I am an admin on a website and I have user verification setup to moderate new users. I, along with the rest of my staff use to receive a notification for "users awaiting moderation" prior to the template adjustment. Do any of you know how I can get this notification to show up with the rest of them?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|