Register - Login

Add Portal Link in Administration Control Panel

Add Portal Link in Administration Control Panel

Postby nwaas on Tue Jun 29, 2010 2:50 pm

In the upper right corner of the Administration Control Panel are links for "Admin index" and "Board index." I would like to add a link for "Portal" that would take me back to the main portal page. Where and how might I add the link?
Mike Wickham
Webmaster nwaas.com
nwaas
 
Posts: 6
Joined: Mon Nov 23, 2009 12:26 am
Location: Rogers, Arkansas

Re: Add Portal Link in Administration Control Panel

Postby nwaas on Tue Jun 29, 2010 4:39 pm

I've made some progress on this, but need more help.

In \phpbb3\adm\style\overall_header.html, find:
Code: Select all
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>

Replace with:
Code: Select all
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_PORTAL}">{L_PORTAL}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>


In \phpbb3\language\en\acp\common.php, find:
Code: Select all
   'PIXEL'                        => 'px',

Add after:
Code: Select all
   'PORTAL'                     => 'Portal',


Then purge the cache.

This puts the "Portal" link at the top of the Administration Control Panel like I want, and the link takes me to the portal page. Unfortunately, it logs me out! How do I fix it so that clicking the link does not log me out?
Mike Wickham
Webmaster nwaas.com
nwaas
 
Posts: 6
Joined: Mon Nov 23, 2009 12:26 am
Location: Rogers, Arkansas


Return to [1.2.x] Support & Help



Who is online

Users browsing this forum: No registered users

cron