MyBB Community Forums

Full Version: Equivalent to 'data-ipsDialog-url' on MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...ialog-r44/


Dialogs offer special functionality for forms contained with the dialog, enabling them to be automatically validated and submitted via AJAX when used with the form helper from the IPS4 PHP framework. See the remoteVerify and remoteSubmit options below.

Thanks for help, sorry for my bad English.
perhaps jGrowl can be used for above requirement.
you might be knowing that MyBB already uses jGrowl ..
If you're looking to use a modal or similar for AJAX responses I suggest looking at jGrowl or Sweetalerts.
I recommend use Sweetalerts 2. I used this script in some of my projects and it was very helpful. Smile
https://limonte.github.io/sweetalert2
(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. Smile
https://limonte.github.io/sweetalert2

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.