Custom Dialogue or Message Box (Modal Popup) in home page..
-
How I can Insert a custom Modal dialogue or Splash Screen kind of Popup which will apear once someone open the site..
-
Ahhhh, Why would you want to do something so evil!!
Anyway, just call bootbox in the Custom HTML section of the ACP. (Make sure you check the box at the bottom.)
<script> $(function(){ bootbox.alert("Welcome"); }); </script>
Bootbox docs for more info: http://bootboxjs.com/
Copyright © 2024 NodeBB | Contributors