how to add a portal link in admin section

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
DGenerationX
Active Member
Posts: 2
Joined: 29. January 2010 00:24
phpBB.com User: rayminator

how to add a portal link in admin section

Post 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
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: how to add a portal link in admin section

Post by Mike »

Did you clear all caches? (including Browsercache) The links seems ok for me...
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
DGenerationX
Active Member
Posts: 2
Joined: 29. January 2010 00:24
phpBB.com User: rayminator

Re: how to add a portal link in admin section

Post 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>
Locked

Return to “board3 Portal 1.0.x - English Support”