Thread subject: muscapaul's PHP-Fusion website :: Terms Infusion v3.XX

Posted by muscapaul on 14-08-2008 19:26
#3

New version: v3.02

Remark:
Don't forget to read the first post in the thread for updating from previous versions and additional information.

Changes in v3.02:
- Redirect code for Terms Submissions Panel when call from outside the website updated to conform with PHP-Fusion v7 standards.
- Modified core files updated to the final version of PHP-Fusion v7.00.
- Added missing code for parsing glos tags when previewing Articles, Custom Pages and News.
- Some small code optimizations.
- Small update to the v6-7 upgrade script to set administrator rights correctly in the admin table.

If you are currently using v3.00 or v3.01, you may eventually run into a problem because of an incorrect setting in the admin table. Previewing the code below in a Custom Page should correct it:
Code
<?php
$result = dbquery ("UPDATE ".DB_ADMIN." SET admin_rights = 'TER' WHERE admin_link='../infusions/terms/terms_admin.php'");
?>




DOWNLOAD (last version: 14.08.2008)