Changed install instructions;
Changed version check tag to board3_portal_v2_dev; Added more language variables; Added version check to ACP and limited it to only showing in the general settings area; Changed all config variables from portal_ to board3_; Added new install file; Fixed jumpbox bug that caused a useless error message; Added block images for team block and user menu;
This commit is contained in:
@@ -21,18 +21,13 @@ class board3_portal_check_version
|
||||
{
|
||||
function version()
|
||||
{
|
||||
global $portal_config, $phpbb_root_path, $phpEx;
|
||||
if (!function_exists('obtain_portal_config'))
|
||||
{
|
||||
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
|
||||
}
|
||||
$portal_config = obtain_portal_config();
|
||||
global $config, $phpbb_root_path, $phpEx;
|
||||
|
||||
return array(
|
||||
'author' => 'Saint_hh',
|
||||
'title' => 'Board3 Portal',
|
||||
'tag' => 'board3_portal_v2',
|
||||
'version' => $portal_config['portal_version'],
|
||||
'tag' => 'board3_portal_v2_dev',
|
||||
'version' => $config['board3_portal_version'],
|
||||
'file' => array('board3.de', 'updatecheck', 'board3_portal.xml'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user