Adding links tabs on the top of the page

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
fac7orx
Active Member
Posts: 8
Joined: 17. December 2008 00:56

Adding links tabs on the top of the page

Post by fac7orx »

Your Portal Version: 3.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?
Tried to find what html or CSS file to edit.

Description and Message
________________________

Hey there, I need some help with my portal. I am still learning a bit hear and there about it. I want to try to get my site to have links across on the top like this site:

http://www.trailsofdeception.com/

See how it says "Home", "Forum", "Team&Portal", etc across on the top. That's what I am aiming for. Any help is appreciated thank you ;) .


Here is a link to my practice portal:

http://www.pixelsmashers.com/prac/portal.php
User avatar

derkubi
Portal Enthusiast
Posts: 159
Joined: 12. March 2008 18:52
Contact:

Re: Adding links tabs on the top of the page

Post by derkubi »

I think its part of the style from http://www.trailsofdeception.com/ and not a modification , but i think you can add links on your site next User-Profile or FAQ - SEARCH . What we need ist your yourstyle/template/overall_header.html .

EDIT : Looks like the style AEROBLUE

Search in overall_header.html

Code: Select all

<!-- IF S_USER_LOGGED_IN --><a class="genmedw" href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
and try :

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
<a class="genmedw" href="{U_PROFILE}">{L_PROFILE}</a>
<a class="genmedw" href="{U_DOWNLOADS}">{L_DOWNLOADS}</a> ---- or something like ...
<a class="genmedw" href="http://mylink.com">MyLink</a>
<!-- ENDIF -->

Topic author
fac7orx
Active Member
Posts: 8
Joined: 17. December 2008 00:56

Re: Adding links tabs on the top of the page

Post by fac7orx »

Thanks, that worked, but I didn't exactly want it to disappear when someone was not logged in. However, I managed to edit the overall header and stylesheet css to get the links acoss right above the forum bar. Now, all I need to do is figure out how to hide the forum bar when I am only viewing the portal.
Locked

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