|
Page 1 of 1
|
VarcoAlex 
Joined: August 2008
Posts: 5
|
 Forum Header Link
I disabled the portal to remain only the forum.Now i want to modify upper link ( Home , forum , profile ,search , faq , log out) to add a new one's. Sorry for my english
|
#1 Sat 30 Aug, 2008 15:28 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: Forum Header Link
try to edit overall_header....tpl file, depends on your template. For Example: edit templates/mg_themes/overall_header.tpl if you're using Icy Phoenix theme.
|
#2 Sat 30 Aug, 2008 17:07 |
|
tintin 
Joined: August 2008
Posts: 20
|
 Re: Forum Header Link
try to edit overall_header....tpl file, depends on your template. For Example: edit templates/mg_themes/overall_header.tpl if you're using Icy Phoenix theme.
I followed the advice but I am being left with a blank where the link is supposed to be, it is the image that is just showing.
Below is the code I added because I want the link to the Album/Photo Gallery to show:
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
Where have I gone wrong here please? And I am also looking at adding the SUDOKU link but named "Game," how do I achieve this.
|
#3 Mon 01 Sep, 2008 21:41 |
|
Inactive User
|
 Re: Forum Header Link
Moved to Templates and Styles.
|
#4 Tue 02 Sep, 2008 00:51 |
|
tintin 
Joined: August 2008
Posts: 20
|
 Re: Forum Header Link
Moved to Templates and Styles.
And still awaiting a response
|
#5 Tue 02 Sep, 2008 13:55 |
|
Limun 
Joined: January 2008
Posts: 1334
Location: ![[Censor] (Croatia) croatia.png](images/flags/croatia.png) [Censor]
|
 Re: Forum Header Link
try to edit overall_header....tpl file, depends on your template. For Example: edit templates/mg_themes/overall_header.tpl if you're using Icy Phoenix theme.
I followed the advice but I am being left with a blank where the link is supposed to be, it is the image that is just showing.
Below is the code I added because I want the link to the Album/Photo Gallery to show:
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
Where have I gone wrong here please? And I am also looking at adding the SUDOKU link but named "Game," how do I achieve this.
Moved to Templates and Styles.
And still awaiting a response 
u need it for icyphoenix or for phpbb3 ?
try this (for icyphoemix:
<a href="{FULL_SITE_PATH}{U_ALBUM}">Gallery</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
<a href="{FULL_SITE_PATH}{U_SUDOKU}">Game</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
u will get this :
anyway can u post link ?
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
Last edited by Limun on Tue 02 Sep, 2008 14:28; edited 1 time in total |
#6 Tue 02 Sep, 2008 14:02 |
|
Inactive User
|
 Re: Forum Header Link
tintin wrote: [View Post] Below is the code I added because I want the link to the Album/Photo Gallery to show:
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
Where have I gone wrong here please? And I am also looking at adding the SUDOKU link but named "Game," how do I achieve this.
Are you taking code from Icy Phoenix templates and trying to apply it to phpBB3 templates ?
|
#7 Tue 02 Sep, 2008 14:23 |
|
tintin 
Joined: August 2008
Posts: 20
|
 Re: Forum Header Link
@Limun and Lopalong, you are becoming my fave here. I can always count on you guys
I am using IP this time around and the link is: http://www.naijapositiveclub.com.
I reverted to the old file when I couldn't achieve what I want but I am going to try Limun's code out
and will also come here to give you the feedback.
God Bless You two
|
#8 Tue 02 Sep, 2008 14:36 |
|
Inactive User
|
 Re: Forum Header Link
It may be wise to state what Forum Software you are trying to modify before you ask questions in future.
One minute you're asking about phpBB3, the next - - - - IP.
If you're not confused - Some of us here are, me included.
PS: If it is a question on phpBB3 at any time - Please use the phpBB3 forums, and vice-versa etc.
|
#9 Tue 02 Sep, 2008 14:44 |
|
Limun 
Joined: January 2008
Posts: 1334
Location: ![[Censor] (Croatia) croatia.png](images/flags/croatia.png) [Censor]
|
 Re: Forum Header Link
It may be wise to state what Forum Software you are trying to modify before you ask questions in future.
One minute you're asking about phpBB3, the next - - - - IP.
If you're not confused - Some of us here are, me included.
PS: If it is a question on phpBB3 at any time - Please use the phpBB3 forums, and vice-versa etc. 
no , its ok..it is for icyphoenix...
he made it i saw (that gallery and game)
and true, he confused me also with that for phpbb3 and colorizeIT and at last this one topic
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#10 Tue 02 Sep, 2008 14:48 |
|
tintin 
Joined: August 2008
Posts: 20
|
 Re: Forum Header Link
Ha ha. Limun, I am working on two sites together. One for my Alma Mater is the one running with phpBB3 and the other one is my petproject running on IP.
I am sorry for confusing everyone
But the good news is that this challenge is ALSO SOLVED!
I added a twist to the code you supplied and added Photo in front of the Gallery.
I am going to be working with IP as from now on. This is awesome
Thanks guys for bailing me out
|
#11 Tue 02 Sep, 2008 14:58 |
|
Inactive User
|
 Re: Forum Header Link
tintin wrote: [View Post] I am going to be working with IP as from now on. This is awesome
We like it too....
|
#12 Tue 02 Sep, 2008 15:07 |
|
tintin 
Joined: August 2008
Posts: 20
|
 Re: Forum Header Link
We like it too.... 
I can't wait to master IP and you will all see what a Nigerian can do
Love you Lopa (Sorry there is no kiss/hug smilie)
|
#13 Tue 02 Sep, 2008 16:11 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Forum Header Link
I can't wait to master IP and you will all see what a Nigerian can do 
We are anxious to see your results!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#14 Wed 03 Sep, 2008 12:12 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|