The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
UKBL ~ Admin Notice Timed Popup for Non Members Details »» | |||||||||||||||||||||||||||||||
UKBL ~ Admin Notice Timed Popup for Non Members
Developer Last Online: Feb 2012
UKBL ~ Admin Notice - Timed Popup for Non-Members Want to tell non members why they should sign up to your forums, 10 different messages, on a pop up, and its timed so it dissappears after X seconds (adjustable) DEMO : http://www.ukbusinesslive.co.uk/forum A Friend wanted this done on his forum asked me if it could be done, With a basic Popup script and a few add ons we came up with The Admin Notice with a difference. When a non member views your forum, a popup appears for X seconds and tells the viewer, some reason why they should sign up, Be it a competition in the arcade, to promoting links from your forum. The edititing is very easy and you could even use html to add links in the popup, The key word here is to experiment. The popup is fully sizeable and you can chose the colors of the background and fonts to suit your site, i've just filled my 10 notices with just some ramdom bits but you can be as creative as you want. The great thing about this popup is the fact that it will switch off after so many seconds, and once they've joined, they won't see it at all, so hopefully it may push people to sign up as a result of your offers etc.. So where do we start?? 1. Download the zip file and open it in notepad or any other text editor 2 Find... Code:
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=350,height=150' 3. Find... Code:
output.document.write(';",10000)'); 4. Find... Code:
output.document.write('<title>Admin Notice</title>'); output.document.write('<BODY bgcolor=#FDF09A text=#FC040D>'); output.document.write('<center><font face=arial size=-1><b>Admin Notice:</b></font>'); This is my fave Hex editor http://www.2createawebsite.com/build/hex-colors.html or you can use your sites own hex numbers Finally, we need to edit the Text Notices, So find these at the very end of the code, it really is that simple Code:
output.document.write('<hr><br><p>'); if (generateRandomNumber()=="1") {output.document.write('<font face=arial size=-1>Competition Time in the Arcade every Monday Night 9pm til 12 Midnight'); The conditional at the begining takes into account the non-registered usergroup, so no one else will view it only those that havn't registered, But if you want to use it for another purpose you can change the usergroup or delete it here Code:
<if condition="$bbuserinfo['usergroupid'] == 1"> Log yourself out and try it :up: As always don't forget to chick the magical Installed Button Have Fun Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
Thanks P.S. How many times pop-up message will show up? Every page load, every refresh, cookie based....? |
#13
|
|||
|
|||
Quote:
The popup popups up on every page load, and every refresh you can adjust the code to include a cookie counter, but thenit'll show just once, so it defeats the object, you could decrease the showtime so it dissapears quicker, The general idea was to use it to promote your forum to guests, once they've signed up it stops. Mind you you can use this as a basis for something completely different and change the conditionals to reflect this. :up: |
#14
|
|||
|
|||
Quote:
If I make some message for registered members, they will be going crazy if message pop-up on every page they load. LOL Two questions: 1. Sorry for stupid question, will that MOD confuze google spider and all other spiders in any way, when they index my forum (I do not know, so I ask) 2. Is there chance to create/alter this pop-up so we can have it in ACP and change messages there, and also option for cookie based session. (Show pop-up to registered user, and when he close it...that is it). Sorry for my english language... |
#15
|
|||
|
|||
Quote:
Hi You English is Fine, Better than some english people As for the questions, I don't think the google spider or any other spider will worry that much, I've never heard anything about spiders having problems with popups. Secondly, if all mods could go via the admin panel we'd be in heaven, That requires addition coding, xml files and the such, what i'm hoping to do later is go through all my hacks and see which ones i can update, but they are all simple template edits, I can't see the benefit to make them more complicated, but who knows i may get fed up and decide to have a go............ Watch this space. |
#16
|
|||
|
|||
i like it
|
#17
|
|||
|
|||
Its a great way to tell guests what a great forum you have, and it'll stop when they join
|
#18
|
||||
|
||||
Works great, but... is a pop out window...
And some browsers, like IE... will block, and the functionality of this mod is lose. |
#19
|
|||
|
|||
Quote:
The basics of the mod are there, plus with an adjustable timer you can time the box so that it don't appear for too long. Plus your messages appear completely at ramdom Its one of those mods where you need to experiment and get it working for you |
#20
|
||||
|
||||
Quote:
My objective is increase more guests to registering and sometimes alert or inform members/group's. |
#21
|
|||
|
|||
Its in the first post, the zip file
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|