
Originally Posted by
signs
My apologies.
Not needed in my book. Your frustration was understood and my replies intended to explain rather than criticise.

Originally Posted by
signs
Kuroi, did you figure out how to recover from what happened to AP after the patch?
Yes. There's a patch file a little way up this thread and included in the latest release of AP.
But here's what you might want to try in the admin/admin_control.php file of mod you're using ...
find the line
PHP Code:
<form id="profileBoxes" name="profileBoxes" action="admin_control.php?adminID=<?php echo $adminID; ?>&action=save" method="post">
and replace it with
PHP Code:
<?php echo zen_draw_form('profileBoxes', FILENAME_ADMIN_CONTROL, 'adminID=' . $adminID . '&action=save', 'post', 'id="profileBoxes"', 'true'); ?>
As a way of guiding kelin's ladies to the right places to make their changes, it's OK. If they're technical and malicious then they would be able to circumvent it, but it's still better than nothing or vanilla AP.
Bookmarks