Report#83: Show "Portal page" in "who is online" - http://www.board3.de/viewtopic.php?f=14&t=322
This commit is contained in:
@@ -162,6 +162,19 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
|
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
|
||||||
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
|
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
|
||||||
</copy>
|
</copy>
|
||||||
|
<open src="viewonline.php">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[ case 'report':
|
||||||
|
$location = $user->lang['REPORTING_POST'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||||
|
break;]]></find>
|
||||||
|
<action type="after-add"><![CDATA[ case 'portal':
|
||||||
|
$user->add_lang('mods/lang_portal');
|
||||||
|
$location = $user->lang['VIEWING_PORTAL'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
|
||||||
|
break;]]></action>
|
||||||
|
</edit>
|
||||||
|
</open>
|
||||||
<open src="adm/index.php">
|
<open src="adm/index.php">
|
||||||
<edit>
|
<edit>
|
||||||
<find><![CDATA[// End session management]]></find>
|
<find><![CDATA[// End session management]]></find>
|
||||||
|
|||||||
@@ -162,6 +162,19 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
|
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
|
||||||
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
|
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
|
||||||
</copy>
|
</copy>
|
||||||
|
<open src="viewonline.php">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[ case 'report':
|
||||||
|
$location = $user->lang['REPORTING_POST'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||||
|
break;]]></find>
|
||||||
|
<action type="after-add"><![CDATA[ case 'portal':
|
||||||
|
$user->add_lang('mods/lang_portal');
|
||||||
|
$location = $user->lang['VIEWING_PORTAL'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
|
||||||
|
break;]]></action>
|
||||||
|
</edit>
|
||||||
|
</open>
|
||||||
<open src="includes/session.php">
|
<open src="includes/session.php">
|
||||||
<edit>
|
<edit>
|
||||||
<find><![CDATA[if (!empty($_GET['style']) && $auth->acl_get('a_styles'))]]></find>
|
<find><![CDATA[if (!empty($_GET['style']) && $auth->acl_get('a_styles'))]]></find>
|
||||||
|
|||||||
@@ -184,6 +184,19 @@ Deny from All
|
|||||||
|
|
||||||
DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
||||||
</edit>
|
</edit>
|
||||||
|
</open>
|
||||||
|
<open src="viewonline.php">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[ case 'report':
|
||||||
|
$location = $user->lang['REPORTING_POST'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||||
|
break;]]></find>
|
||||||
|
<action type="after-add"><![CDATA[ case 'portal':
|
||||||
|
$user->add_lang('mods/lang_portal');
|
||||||
|
$location = $user->lang['VIEWING_PORTAL'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
|
||||||
|
break;]]></action>
|
||||||
|
</edit>
|
||||||
</open>
|
</open>
|
||||||
<open src="adm/index.php">
|
<open src="adm/index.php">
|
||||||
<edit>
|
<edit>
|
||||||
|
|||||||
@@ -194,6 +194,19 @@ Deny from All
|
|||||||
|
|
||||||
DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
||||||
</edit>
|
</edit>
|
||||||
|
</open>
|
||||||
|
<open src="viewonline.php">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[ case 'report':
|
||||||
|
$location = $user->lang['REPORTING_POST'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||||
|
break;]]></find>
|
||||||
|
<action type="after-add"><![CDATA[ case 'portal':
|
||||||
|
$user->add_lang('mods/lang_portal');
|
||||||
|
$location = $user->lang['VIEWING_PORTAL'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
|
||||||
|
break;]]></action>
|
||||||
|
</edit>
|
||||||
</open>
|
</open>
|
||||||
<open src="adm/index.php">
|
<open src="adm/index.php">
|
||||||
<edit>
|
<edit>
|
||||||
|
|||||||
13
install.xml
13
install.xml
@@ -170,6 +170,19 @@ Deny from All
|
|||||||
</Files>]]></find>
|
</Files>]]></find>
|
||||||
<action type="after-add"><![CDATA[DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
<action type="after-add"><![CDATA[DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
||||||
</edit>
|
</edit>
|
||||||
|
</open>
|
||||||
|
<open src="viewonline.php">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[ case 'report':
|
||||||
|
$location = $user->lang['REPORTING_POST'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||||
|
break;]]></find>
|
||||||
|
<action type="after-add"><![CDATA[ case 'portal':
|
||||||
|
$user->add_lang('mods/lang_portal');
|
||||||
|
$location = $user->lang['VIEWING_PORTAL'];
|
||||||
|
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
|
||||||
|
break;]]></action>
|
||||||
|
</edit>
|
||||||
</open>
|
</open>
|
||||||
<open src="adm/index.php">
|
<open src="adm/index.php">
|
||||||
<edit>
|
<edit>
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ $lang = array_merge($lang, array(
|
|||||||
'RETURN_PORTAL' => '%sZurück zum Portal%s',
|
'RETURN_PORTAL' => '%sZurück zum Portal%s',
|
||||||
|
|
||||||
// other
|
// other
|
||||||
|
'VIEWING_PORTAL' => 'Betrachtet das Portal',
|
||||||
'CLOCK' => 'Uhr',
|
'CLOCK' => 'Uhr',
|
||||||
'SPONSOR' => 'Sponsoren',
|
'SPONSOR' => 'Sponsoren',
|
||||||
'PORTAL_COPY' => '<a href="http://www.board3.de" title="board3.de">board3 Portal</a> - based on <a href="http://www.phpbb3portal.com" title="phpBB3 Portal">phpBB3 Portal</a>',
|
'PORTAL_COPY' => '<a href="http://www.board3.de" title="board3.de">board3 Portal</a> - based on <a href="http://www.phpbb3portal.com" title="phpBB3 Portal">phpBB3 Portal</a>',
|
||||||
|
|||||||
@@ -187,6 +187,7 @@ $lang = array_merge($lang, array(
|
|||||||
'RETURN_PORTAL' => '%sReturn to the portal%s',
|
'RETURN_PORTAL' => '%sReturn to the portal%s',
|
||||||
|
|
||||||
// other
|
// other
|
||||||
|
'VIEWING_PORTAL' => 'Portal page',
|
||||||
'CLOCK' => 'Clock',
|
'CLOCK' => 'Clock',
|
||||||
'SPONSOR' => 'Sponsors',
|
'SPONSOR' => 'Sponsors',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user