Show once / session

More
6 years 4 months ago #975 by fhalckon
Show once / session was created by fhalckon
Here some workaround to show the popup once per session:
  1. Set autoOpen on false
  2. Line 254 of the mod_popup_jt.php, before the "});"
    add :
    Code:
    if( ! sessionStorage.getItem( "runOnce" ) ){ jQuery( "#popup" ).dialog( "open" ); sessionStorage.setItem( "runOnce", true ); };
Gratz

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #976 by admin
Replied by admin on topic Show once / session
Thanks for contribution

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #1165 by MIrandex
Replied by MIrandex on topic Show once / session
Hello! Thanks for the great module! I'm guessing if cookie functionality implemented in the actual version? If yes, how can I activate it?

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #1166 by admin
Replied by admin on topic Show once / session
Hello I have just implemented that feature please download V1.5

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #1167 by MIrandex
Replied by MIrandex on topic Show once / session
Works fine! Thanks a lot for the prompt response!

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #1168 by admin
Replied by admin on topic Show once / session
Youre welcome. I will be glad if you submit a review on Joomla Extensions Directory. Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.243 seconds