Advanced Countdown mod question
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Advanced Countdown mod question
I have installed the advanced countdown mod, and I love it! I just wanted to know if there is a way to stop the pop up box from coming up after the countdown reaches the time that has been set. if there is a way to stop the pop up can you please explain how this is done.
You can deactivate it in page_header.php.
Perhaps oxpus will find a more friendly solution next time ... if he had time 
Code: Alles auswählen
#
#---- [ FIND ] -----
#
alert("'.$event_text.'");
#
#---- [REPLACE, WITH] -----
#
// Popup off
// alert("'.$event_text.'");