![]() |
Equivalent to 'data-ipsDialog-url' on MyBB - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: Equivalent to 'data-ipsDialog-url' on MyBB (/thread-194823.html) |
Equivalent to 'data-ipsDialog-url' on MyBB - X3nO - 2016-06-28 Hello , I am looking for equivalent functions 'data-ipsDialog-url' for MyBB . This feature is from IPS Community Suite . Specifically I'm talking about popups receiving data AJAX https://invisionpower.com/4guides/themes-and-customizations/javascript-framework/using-ui-widgets/ipsuidialog-r44/
Thanks for help, sorry for my bad English. RE: Equivalent to 'data-ipsDialog-url' on MyBB - .m. - 2016-06-28 perhaps jGrowl can be used for above requirement. you might be knowing that MyBB already uses jGrowl .. RE: Equivalent to 'data-ipsDialog-url' on MyBB - Paradigm - 2016-06-28 If you're looking to use a modal or similar for AJAX responses I suggest looking at jGrowl or Sweetalerts. RE: Equivalent to 'data-ipsDialog-url' on MyBB - Krugerz - 2016-06-28 I recommend use Sweetalerts 2. I used this script in some of my projects and it was very helpful. ![]() https://limonte.github.io/sweetalert2 RE: Equivalent to 'data-ipsDialog-url' on MyBB - Paradigm - 2016-06-28 (2016-06-28, 12:37 PM)Krugerz Wrote: I recommend use Sweetalerts 2. I used this script in some of my projects and it was very helpful. Agreed, it's really easy to use. If you need any help with setting up SweetAlerts please let me know however the documentation is fairly detailed. |