MyBB Community Forums

Full Version: Edit Post no longer works? - Quick Edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

When I'm registered in a thread and view my posts, I try to hit edit and it immediately sends me to the edit page - no more option to do Quick/Full Edit.

What I've recently done was changed the image path to a full URL (ie. http://www.example.com/images/theme rather than just images/theme), which was part of my "image optimizations" for my forum. All these problems seem to have been coming up since.

NOTES:
- This is not a browser-specific problem. I've tested it on a few browsers already.
- The Quick Edit option has only shown when you immediately make a post on Quick Reply and hit Edit.
- Templates have more or less not changed since my edits, nor have the js (I've minified them but they've previously not been problematic).
i encounter this problem already:

There are two possible templates that has error.

1) Ungrouped Templates>headerinclude
2) Post Bit Templates>postbit

You can debug it with yourself, by simply finding the missing open or closing tag
Most specially in the header include

I have this error before > <script type="text/javascript">
That is missing as start tag
Or you can copy/paste your code here, so that we can help you.
Yeah, I thought so. I also forgot that I tried to move some js to the bottom.

Thanks.