Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,492
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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));