Version: 1.00, by LordJMann
Developer Last Online: Jul 2010
Version: 3.0.0
Rating:
Released: 02-16-2004
Last Update: 02-17-2004
Installs: 111
Template Edits
Code Changes Additional Files
No support by the author.
What does this hack do?
This hack will display a dhtml popup box with a message for unregistered users.
You can adjust the length of time that the popup box appears and the chance that the box will appear.
A dhtml popup is not a new window. It stays in the current window but acts like a popup box, it will disappear after a set amount of time and is not affected by popup stoppers. The popup box appears for all unregistered users and can be re-designed to your liking.
Hack Details
Version: 1.1
Installation Overview
Files to edit: 1
Files to upload: 1
Templates to edit: 2
Install time: 2 minutes
I would personally like to hand all credit to the original author of this hack in vB 2.x, TECK. Again, this hack is inspired by a dhtml script located here.
1- How can I put the box in the middle of the page instead of at the top. I tried to play with the settings in 'FORUMHOME' top:0; left:0; } but it didn't work? Right now I added some <p> before the table to push it down.
2- Is it possible to ad a countdown like "This window will close in 10 - 9 -8 etc seconds" ?
Thanks for the great hack!
If anyone is interested in doing a 10 sec. countdown I made a small animated gif you can use for the countdown.
and change the template to something like
<font class="smallfont">(This window will close automaticly in <img src="images/countdown.gif"> seconds)</font>
1- How can I put the box in the middle of the page instead of at the top. I tried to play with the settings in 'FORUMHOME' top:0; left:0; } but it didn't work? Right now I added some <p> before the table to push it down.
2- Is it possible to ad a countdown like "This window will close in 10 - 9 -8 etc seconds" ?
Thanks for the great hack!
If anyone is interested in doing a 10 sec. countdown I made a small animated gif you can use for the countdown.
and change the template to something like
<font class="smallfont">(This window will close automaticly in <img src="images/countdown.gif"> seconds)</font>
Hello ryan,
1. If you absolutely wanted it in the middle of the page there are CSS tutorials out there that allow for this. Though using <br> or <p> should work fine.
2. I have tried this and it did not turn out well in conjunction with the original javascript. So its up to you on this one.
1- How can I put the box in the middle of the page instead of at the top. I tried to play with the settings in 'FORUMHOME' top:0; left:0; } but it didn't work? Right now I added some <p> before the table to push it down.
2- Is it possible to ad a countdown like "This window will close in 10 - 9 -8 etc seconds" ?
Thanks for the great hack!
If anyone is interested in doing a 10 sec. countdown I made a small animated gif you can use for the countdown.
and change the template to something like
<font class="smallfont">(This window will close automaticly in <img src="images/countdown.gif"> seconds)</font>
Where's the thumbnail? All I see is a 0 where the thumbnail should be.
1. If you absolutely wanted it in the middle of the page there are CSS tutorials out there that allow for this. Though using <br> or <p> should work fine.
2. I have tried this and it did not turn out well in conjunction with the original javascript. So its up to you on this one.
Thanks for the questions.
Thanks,
The animated gif works perfectly. It hits "0" and then closes. If you change the timer, however, it obviously will not work :-)