Forums
-
- Forum
- Posts
-
- Installation
- 28,532
- Troubleshooting
- 62,747
- Themes
- 10,444
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
Don’t hack the core files or you will lose changes when you upgrade. Instead do this
In your topic.php
replace
post_form();
with
post_form(array('last_page_only' => false));