MyBB Community Forums

Full Version: Advanced quick reply and disable redirect after every post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Smiley is core editing, even only javascripts.. Be careful.
Read Janota's tips.

Imageshack quite better than tinypic (limited bandwidth).
I never had direct linking issue when using imageshack.

I've been used Imageshack for years, inspiring from "bad" imageshack plugins from SMF couple years ago. MyBB template is perfect to add anything you want. Go get and read this Smile
http://community.mybb.com/thread-76223.html

Here is one plugin that shows advanced quick reply in mybb with smilies Smile
Concerning redirection of URL:
AdminCP> Configuration> Settings> Server and Optimization Options> Friendly Redirection Pages> Off
Thanks,

and here something concerning the plugin whose link I posted above

Please remember that in some styles when you use Advanced Qiuck Reply plugin your Forums could have a white empty zone when you slide it horizontally while showing threads. To remove this error just open showthread_quickreply and set the width of the text in pixels, just like this:


<textarea style="width: 650px; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea> 
Ive activated the account on my forum as ronnie requested here. Sry about that.
(2010-08-21, 01:03 AM)FBI Wrote: [ -> ]just add $codebuttons = build_mycode_inserter();
and add {$codebuttons} to template

When did Debugging, I found this
Templates Requiring Additional Calls (Not Cached at Startup) - 5 Total
codebuttons, multipage_page_link_current, multipage_breadcrumb

to increase performance, give additional template list on showthread.php
$templatelist .= "codebuttons,

then after debugging, there is no "codebuttons" again
and speed increase, load are decrease Wink

Hello FBI, you posted these code edits for janota's Plugin or the link I gave
Pages: 1 2