>>
Site Map
>>
Forums
>>
PHP-Nuke Common Problems & Solutions
Forum module - topics in forum:
PHP-Nuke Common Problems & Solutions - <font color=red>Look Here First For Your Problems And Get Their Solutions.</font><br><br>See also <a href="http://phpnuke-uk.net/modules.php?name=PHP-Nuke_HOWTO&page=common-installation-problems.html"><b>this</b></a> section of the phpnuke howto.<br>
Forum Jumpto Box Fix
---- The Error
- When clicking on the forum jump to box you are greeted with
| Code: : |
| Sorry, such file doesn't exist... |
---- The Reason
- This error is is caused by a coding error.
---- The Solution
- You need to open up the following file
| Code: : |
| modules/forums/templates/subsilver/jumpbox.tpl |
or if using a nuke theme with matching phpBB template open
| Code: : |
| themes/THEMENAME/forums/jumpbox.tpl |
- Find the following:
| Code: : |
| <form method="get" |
and replace with this:
| Code: : |
| <form method="post" |
If you are still having problems please post up your specific problem in the Modules Forum and we will try to help

Added poll