Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.friendzpoint.com
What have you done before the problem was there?
What have you already tryed to solve the problem?
Nothing
Description and Message
i want to add link button in portal Menu Block like arcade, Gallery, mChat
How can i?
Adding link in Portal Menu
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.
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.
-
Topic author - Valued Contributor
- Posts: 50
- Joined: 9. February 2009 08:11
- phpBB.de User: Khamosh-Saya
- phpBB.com User: Khamosh-Saya
Re: Adding link in Portal Menu
Hi, a step by step manual you'll find here: knowledge/kb_show.php?id=16
if you want to use a Picture as Link-Button it should work if you just change this line:
to this:
this would be an very simple Method. May be it could be possible to change the Value for {L_ARCADE} this way in lang_portal.php, but i don't know if this would work.
if you want to use a Picture as Link-Button it should work if you just change this line:
Code: Select all
<li><a href="{U_ARCADE}">{L_ARCADE}</a></li>
Code: Select all
<li><a href="{U_ARCADE}"><img src="your_style/imageset/your_picture.png" alt="Arcade games" /></a></li>
-
Topic author - Valued Contributor
- Posts: 50
- Joined: 9. February 2009 08:11
- phpBB.de User: Khamosh-Saya
- phpBB.com User: Khamosh-Saya
Re: Adding link in Portal Menu
Thanks
I try Knowledge Base
I try Knowledge Base
Re: Adding link in Portal Menu
This is not advisable since you shouldnt have any html code into the language files, and furthermore you dont change the linktext just for the menu but wherever the linktext occours.m4ddy wrote:May be it could be possible to change the Value for {L_ARCADE} this way in lang_portal.php, but i don't know if this would work.
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: Adding link in Portal Menu
yes, but should be better than change it in main_menu.html cause it's not felxible, if you change Language or something.
but please correct me if i'm wrong it's realy interesting for me.
but please correct me if i'm wrong it's realy interesting for me.
Re: Adding link in Portal Menu
I would change it directly in main_menu.html or whatever file who contains a list of links.
If i remember right, i read at phpBB.com (or de) that html in languagefiles is a bad idea. Dont ask me why.
If i remember right, i read at phpBB.com (or de) that html in languagefiles is a bad idea. Dont ask me why.
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger