MyBB Community Forums

Full Version: return to first post option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When making a post in a multi post thread it always returns to the very first post.

Is there an option to stop this and allow it to return to the post you made. ?

when there is multi pages it becomes a nuisance lol ..

thanks inadvance
There must go something wrong with your files / theme, because standard you are redirected to the new reply after posting it.
It is coded as such in newreply.php.
This started after I upgraded to 1.8.5 from 1.8.4 ... Maybe I should re upload the newreply.php file ?
In your administration control panel, you can run the "file verification" in "tools & maintenance".

You will know if there is any modification compare to Mybb default files.
okay the following showed the only changes... I am guessing this is from a plugin

inc/functions.php	Changed
admin/jscripts/codemirror/lib/codemirror.js	Changed
admin/jscripts/codemirror/lib/codemirror.css	Changed
admin/jscripts/codemirror/theme/index.html
(2015-07-25, 12:22 AM)Mhz Wrote: [ -> ]okay the following showed the only changes... I am guessing this is from a plugin

inc/functions.php	Changed
admin/jscripts/codemirror/lib/codemirror.js	Changed
admin/jscripts/codemirror/lib/codemirror.css	Changed
admin/jscripts/codemirror/theme/index.html

Did you set the originals back, and what was the effect?

Else uninstall plugins one by one, and do a check everytime. This must reviel which plugin causes this.
okay I got rid of the changes in the file verification... however when I make a post in a multi thread it still returns to the very first post ...

Any new suggestions Smile