Thank you
Quote:
Forum is named forum.php not index.php
|
I assume that any hack should be made to work on default configuration. If one is advanced enough to change things like that (like you), he will be able to fix it
Quote:
After updating, go back to forumhome, instead of editmode again:
In forum.php (index.php) I added
|
To tell you the truth, I made it go to the edit mode again on purpose. If you wish to fix it, there is no need for additional PHP code. What you have to do is change
Code:
<form method="post">
<input type="hidden" name="do" value="showhideforums_update" />
to
Code:
<form method="post" action="index.php">
<input type="hidden" name="do" value="showhideforums_update" />
In the hack code

That's it. I do not see the reason, however, to make the user exit the mode just like that... Maybe he wants to make sure he marked everything right?