MyBB Community Forums

Full Version: AJAX Loader class
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Back in 1.6, we had a dialog box that popped up every time something AJAX was happening, like posting thru Quick Reply.

It appears gone in 1.8, empasis on appears.

Does it still exist, for confirmation? If yes, does it have any CSS selectors assigned?
AJAX is there, yes. More or less like the same way.
You might be confused comparing the codes as it is with native jQuery now ...
I was asking about the dialog box saying "Loading" and the spinner whenever a post was made through the Quick reply.
Oh. that was missed. Pirata already has taken care of spinners for quick reply and multiquote. Expect those in place with gold release.
Right now the spinner for quick reply appears just above the quick reply box. See below for a screenshot.

[Image: rsY3bXB.jpg]
(2014-08-21, 09:19 PM)Euan T Wrote: [ -> ]Right now the spinner for quick reply appears just above the quick reply box. See below for a screenshot.

[Image: rsY3bXB.jpg]

Oookay...

Is it having any modifications pending right now? And how exactly do we modify it?
Spinner image is declared in spinner_image variable (in headerinclude). You can use (depends if you have replaced spinner.gif with your own one)

img[src*="spinner.gif"] {

}

in global.css