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
This plugin doesn't even touch the "Moderation Options" listbox at the bottom of threads.  And, by default, MyBB displays the item as "Stick / Unstick Thread".
Do you have some plugin which changes that?

The checkbox next to posting will always say "Stick Thread".
Well I'll keep it simple and sum it up.

1. When I DEselect the "Stick Thread" button, it keeps a stuck thread stuck.
2. When I keep having the "Stick Thread" button selected on a stuck thread, it gets unstuck.
3. It's deselected on unstuck threads and works properly there.
4. This hapenned ever since I've installed this plugin.
Could you please say "checkbox" if you mean a checkbox?  It gets confusing when you say "button" as there isn't such a button (and since there are multiple ways to stick/unstick a thread, this is confusing).

All I can suspect is your theme, since checking/unchecking the Stick Thread checkbox works fine here, and behaves as expected.
If you're really stumped, set up a clean board and test out the plugin.
Yeah, sorry. I'm Dutch. ><

Anyway, I'll look into the template and try to revert some stuff to see if that solves it.
and one more report zinga..

do you know mykods & smileinserter hack? its just some code chances in showtread.php and template changes. it inserts mycodes top of text area and inserts smilies left side of text area

here is a caps:
[Image: h305zl305cevapqt9.jpg]

its not works with ajaxqr can you do something about it?
Hi, I don't know much about that mod.

In fact, making the two work together may be tricky.
But you could try this - in the templates, replace the variables (ie {$var}) with something like {$GLOBALS['var']}  and stuff like {$var['test']} with {$GLOBALS['var']['test']}

See if that helps.
great addon Smile i'l use it
ZiNgA BuRgA Wrote:
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.

OK thank you, I might use it then, or just wait for mybb 1.4

87.68.196.220

hey , im trying to use quick reply plugin which can find here :
http://mods.mybboard.net/view/ajax-quick-reply

after ive installed the new pluging everything worked fine except one thing ... when im writing hebrew it posts a gibrish.. ive tried to change all the charset to windows-1255 , didnt help..
anyone have any ideas ?
regards , ImMortaL .
87.68.196.220 Wrote:hey , im trying to use quick reply plugin which can find here :
http://mods.mybboard.net/view/ajax-quick-reply

after ive installed the new pluging everything worked fine except one thing ... when im writing hebrew it posts a gibrish.. ive tried to change all the charset to windows-1255 , didnt help..
anyone have any ideas ?
regards , ImMortaL .
This will have issues if you're not using the UTF-8 character set.
MyBB, since 1.2.10, has a convert to UTF-8 feature, which I highly recommend you run.

If, for some odd reason, you don't want to however, you can try Dared's mod: http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=26&pid=
Pages: 1 2 3 4 5 6 7 8
Reference URL's