MyBB Community Forums

Full Version: multiquote and quick edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all
my first post at mybb!
after 3 years with phpbb and 5 years with vb, now i am here!

anyways, not sure if i am allowed to bump old topic, hence opened a new thread.

i have JS issue i believe, as quick edit and multiquote does not work.

*edited*

i performed "ACP >> Tools & Maintenance >> File Verification"
newreply.php Changed
newthread.php Changed
showthread.php Changed
member.php Changed
(above 4 changed coz of a mod)
inc/plugins/hello.php Missing
(i deleted, coz no use to me!)

thanks in advance Smile
Can we have a test account?? Smile
sorry, i knew i was missing something!

*edited*
In your showthread template, it has this:

<script type="text/javascript" src="jscripts/simpleCaptchaThread.js?ver=1400"></script> 

it should be this:

<script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>

Either that, or this line has been changed by a plugin 9which seems likely) and you're missing the javascript file for the plugin.
thanks, the JS files were in jscript folder and not jscripts

cheers Smile