MyBB Hacks

Full Version: AJAX Quick Reply 1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
AglioEoliO Wrote:Nice new feature Zinga

i´ll try it in my boards soon, thanks for releasing

PS: Could this mod increase my server resources usage? Thanks
AJAX generally decreases server load as an entire page doesn't have to be generated (plus MyBB uses a stripped core for handling AJAX).

Pirata Nervo Wrote:Last time that I read this thread, I read that inline moderation would not work anymore, is ti fixed?
Does it will replace mybbs quick reply with this one?
Yes to all.
I Quick Replied with a normal account (not admin) about less time than flood check interval and its prints me:

HTML Code
"There was an error performing the update.

blablabla (flood advice, my lang is potuguese)"


any hint to fix this? To show only Flood Control advice?

If that extra text is really bothering you, open up jscripts/ajaxqr.js
Find:

Javascript Code
alert('There was an error performing the update.\n\n'+message[1]);

And change the message to whatever you like.  For example, if you don't want that text at all, replace the above with:

Javascript Code
alert(message[1]);

Note that this will affect all error messages.

OK, Thanks Zinga
ah... bad news for non-utf8 users =/

Now I´m using a backup at home I´ve tested once more and charset isn´t working properly

[Image: charsetbugmx8.th.jpg]

Normal Reply is right ("New Reply" Button), but Ajax Quick Reply is using utf-8 I think. My Board charset is "iso-8859-1" so special characters dont work at all...

Any idea how to fix it? Thanks...
nevermind.
Converted my Database/Mybb Lang files to utf-8 so it works perfect now in xampplite

Thanks
AJAX with different character sets, other than UTF-8 is a pain, unfortunately...
ZiNgA BuRgA Wrote:
dared Wrote:one more edit..Frown : zinga its still not works on my board Frown nothing happens Ouch  i can use other mods with ajax, for example overview can refresh itself with ajax Frown plss.
Could you please explain more than just "it's not working"?
For example, what happens when you post a message?

when i post a messege normal message is sending wait while a sec. or click here page appears.. normal redirecting page...
dared Wrote:
ZiNgA BuRgA Wrote:
dared Wrote:one more edit..Frown : zinga its still not works on my board Frown nothing happens Ouch  i can use other mods with ajax, for example overview can refresh itself with ajax Frown plss.
Could you please explain more than just "it's not working"?
For example, what happens when you post a message?

when i post a messege normal message is sending wait while a sec. or click here page appears.. normal redirecting page...
Did you try the template edits posted in the first post?
it works now... i miss that template edit :$ sorry.. Biggrin +rep
Pages: 1 2 3 4 5 6 7 8
Reference URL's