MyBB Community Forums

Full Version: No Quick Edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I press the edit button I go straight to the full edit, no option of a quick or full edit.

I thought it was because of a plugin I installed but I have deactivated and uninstalled it, to no effect.

The relevant templates haven't been changed either.

Any help?? Confused
Can you do the following please:

To expedite the process of answering the multitude of questions for MyBB 1.4, please include the following information when posting your problems:

* Detailed description of your problem, including steps to reproduce if necessary
* URL to your forum/URL to specific problematic page <<
* New installation or upgrade (from which version of MyBB)? <<
* Test user account (if a posting/UserCP issue) <<
* Screenshot or error text, verbatim
How can I give a more detailed desciption?? I press edit and instead of having the option of full or quick, I go to the full edit straight away. I've been on 1.4 for a little bit and it used to work fine, then just seemed to break. There is no error message, just skips the choice of edits.
The bits you needed to fill in are the ones I put a << by Wink
Ahh sorry Toungue

This is a link to a testing sub-forum: http://www.bmw-forums.co.uk/forums/forum...hp?fid=103

Log in with u/n Test and p/w password... if for some reason you can't post with that, you can make another account, but please only try and post in that forum.

Btw, I'm not using the standard theme, I've disabled that from view to members as the header was changed when I imported the new themes and it messed up the standard one, but it used to work on this new theme and now doesn't on the original theme either, so themes aren't the problem.

Using 1.4 and have been for a few weeks.
The problem is that Prototype isn't being included in the page. Open up your headerinclude template and add replace all the <script> tags with the following code:

<script type="text/javascript" src="http://localhost/mybb/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://localhost/mybb/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://localhost/mybb/jscripts/popup_menu.js?ver=1400"></script>

It should work. For some reason, the theme you're using still refers to the old 1.2 javascript files.
(2008-08-15, 06:08 PM)LegosJedi Wrote: [ -> ]The problem is that Prototype isn't being included in the page. Open up your headerinclude template and add replace all the <script> tags with the following code:

<script type="text/javascript" src="http://localhost/mybb/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://localhost/mybb/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://localhost/mybb/jscripts/popup_menu.js?ver=1400"></script>

It should work. For some reason, the theme you're using still refers to the old 1.2 javascript files.

Weird... I'll give that a go. I had started to think the header was causing a problem as that was the biggest change in the new themes, but I couldn't think why that would have an effect.

EDIT: That didn't work, but reverting the templates did Toungue Thanks for helping, at least I know now where a problem could arise.