Added portal_config table for large data that needs to inserted into the database (adds 1 query but we won't have to tamper with phpBB3's config table);

Added serialize and unserialize to the main menu block for a better way of working with the links;
This commit is contained in:
Marc Alexander
2010-10-05 14:57:17 +00:00
parent 73681a4b43
commit 1731999649
6 changed files with 148 additions and 133 deletions

View File

@@ -21,5 +21,6 @@ define('B3_LINKS_EXT', 2);
// Tables and paths
define('PORTAL_ROOT_PATH', 'portal/');
define('PORTAL_MODULES_TABLE', $table_prefix . 'portal_modules');
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
?>