Report#83: Show "Portal page" in "who is online" - http://www.board3.de/viewtopic.php?f=14&t=322
This commit is contained in:
13
install.xml
13
install.xml
@@ -170,6 +170,19 @@ Deny from All
|
||||
</Files>]]></find>
|
||||
<action type="after-add"><![CDATA[DirectoryIndex portal.php index.php index.html index.htm]]></action>
|
||||
</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 src="adm/index.php">
|
||||
<edit>
|
||||
|
||||
Reference in New Issue
Block a user