Version: 1.00, by UKBusinessLive
Developer Last Online: Feb 2012
Version: 3.5.8
Rating:
Released: 02-01-2009
Last Update: Never
Installs: 2
Template Edits
Re-useable Code Translations
No support by the author.
UKBL ~ Admin Notice - Timed Popup for Non-Members For V3.5
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)
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
Here we can change the width and the height, at the end of that line to what we want.
3. Find...
Code:
output.document.write(';",10000)');
This is the time that the pop up is on display, remember its in milliseconds so the default 10000 = 10 seconds, feel free to adjust this to your requirements
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');
And just change "Competition Time in the Arcade every Monday Night 9pm til 12 Midnight" to a notice or message of your choice, remember to keep the same format as the code, just change the wording, nothing else.
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">
When you've finished with the edits, just copy and paste the code to your forums style, header template, right at the end, and save
Log yourself out and try it :up:
As always don't forget to chick the magical Installed Button
Have Fun
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
It will if you have them enabled all the time, but when it gets blocked and your viewing the site, wouldn't you want to know out of curosity what was being blocked??
I just relized that someone ask the same question in one of your other threads regarding this
No Worries, You could use it for something completely different Like a tip of the day or even quote of the day for registered members, or even as a weekly or monthly competition hack, where you could tell members to enable popups for your site, so they can use this.
It potential is pretty big so its up to you what you decide to use it for.