Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
VarcoAlexSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
xmenfile wrote: [View Post]
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:

Code: [Download] [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


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.
 



 
tintinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
Moved to Templates and Styles.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
Lopalong wrote: [View Post]
Moved to Templates and Styles.


And still awaiting a response
 



 
tintinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
tintin wrote: [View Post]
xmenfile wrote: [View Post]
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:

Code: [Download] [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


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.


tintin wrote: [View Post]
Lopalong wrote: [View Post]
Moved to Templates and Styles.


And still awaiting a response


u need it for icyphoenix or for phpbb3 ?

try this (for icyphoemix:
Code: [Download] [Hide] [Select]
        
<a href="{FULL_SITE_PATH}{U_ALBUM}">Gallery</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
<a href="{FULL_SITE_PATH}{U_SUDOKU}">Game</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


u will get this :
 sudoku

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 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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:

Code: [Download] [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_GALLERY}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


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 ?
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
tintinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
Lopalong wrote: [View Post]
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)  

 tintin

and true, he confused me also with that for phpbb3 and colorizeIT and at last this one topic  rotfl_03
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
tintinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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....
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
Lopalong wrote: [View Post]


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)
 



 
tintinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
tintin wrote: [View Post]
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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Header Link 
 
Mighty Gorgon wrote: [View Post]
We are anxious to see your results!


MG,

See that

http://www.icyphoenix.com/viewtopic.php?f=16&p=31423#p31423

BTW, how come you created everything using blocks? blocks over here are used for building houses LOL

love you  
 



 
tintinSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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