Page 1 of 1

how to add a portal link in admin section

Posted: 29. January 2010 00:35
by DGenerationX
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.allsimsmods.com/

PHP Version: 5.2.12
MySQL Version: 5.1.30

What have you done before the problem was there?
there is no problem with the portal

What have you already tryed to solve the problem?


Description and Message
just want to know how to add the portal link into the admin section

adm/styles/overall_header.html

i have it like this but it doesn't show up

<div id="wrap">
<div id="page-header">
<h1>{L_ADMIN_PANEL}</h1>
<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>
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
</div>


hope some one can help

regards
DGenerationX

Re: how to add a portal link in admin section

Posted: 29. January 2010 11:30
by Mike
Did you clear all caches? (including Browsercache) The links seems ok for me...

Re: how to add a portal link in admin section

Posted: 29. January 2010 15:37
by DGenerationX
i did clear my cache and refresh the template

this is what showed up

Image


edit:
i got it to work
i put it like this instead
<div id="wrap">
<div id="page-header">
<h1>{L_ADMIN_PANEL}</h1>
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="http://www.allsimsmods.com/portal.php">Portal</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
</div>