Log in

View Full Version : 12 Hour Pop-Up


oninuva
03-07-2007, 01:18 PM
I'm looking for something that will force a user to go to a page once every 12 hours. Kind of like a pop-up that keeps poping untill they click the link on the popup. But only once every X hours. Anyone have such thing?

oninuva
03-08-2007, 03:06 PM
Bump.

Reeve of shinra
03-08-2007, 06:33 PM
I dont have the code but my members tend to book mark the forum itself and not visit the front page at all.

I was thinking of adding a field to the user table to track the last "page" visit and using an IF condition to check if its been more than x hours, redirect them to that page.

I'm afraid of the performance hit something that would generate though.

oninuva
03-09-2007, 09:41 AM
Cause it would be nice to have a pop-up for new members every 24 hours untill they have 10 posts. It would show them rules and stuff.

Reeve of shinra
03-09-2007, 02:12 PM
Why not just use the welcome header hack ... it wouldnt be a popup but it would stick the rules and suck right at the top of hte page until x posts. You could probably do that with a conditional as well.

oninuva
03-13-2007, 09:28 PM
I don't need a hack to make a table on the top. I can do that myself. I am looking for a pop-up that are not blocked by Popup stopers. Thanks