Page 1 of 1

U_MCP in portal.php

Posted: 4. January 2012 22:50
by onoffon
Ich habe im overall_header.html einen Link zum Moderations-Bereich angelegt und als ich im Portal war, ist mir aufgefallen, dass er dort nie erscheint. Also hab ich mir die portal.php angesehn und das hier getan:

Search

Code: Select all

	'S_DISPLAY_JUMPBOX'		=> $config['board3_display_jumpbox'],
Add after

Code: Select all

	'U_MCP'				=> ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : '')
Search

Code: Select all

));
Replace with

Code: Select all

);