U_MCP in portal.php

Aktuelle Version: 2.0.2
Veröffentlicht: 27.10.2013
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked

Topic author
onoffon
Active Member
Posts: 10
Joined: 18. December 2011 18:12

U_MCP in portal.php

Post 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

);
Locked

Return to “Board3 Portal 2.0.x - Deutscher Support”