Jake B.
Well-known member
I have a modal that I want to display on a page, and I want it to be styled like any other modal in XenForo (member card, etc). However, I do not want the content to be loaded from another URL (so no creating a controller that outputs modal content and triggering a click on an OverlayTrigger to open this)
I need to be able to display it using JavaScript after a specific action has been completed, what is the best way to do this?
I need to be able to display it using JavaScript after a specific action has been completed, what is the best way to do this?