How To Add New Link Fileds In Header? »  Show posts from    to     

Icy Phoenix


Old Support Topics - How To Add New Link Fileds In Header?



Corporacion-Umbrella [ Fri 03 Aug, 2007 09:18 ]
Post subject: How To Add New Link Fileds In Header?
Hi, i want to know, how add new fields in header, for example links to rules or album etc.

In the next image you understand better:

headermu3

Thanks for your help.


brandsrus [ Fri 03 Aug, 2007 10:12 ]
Post subject: Re: How To Add New Link Fileds In Header?
Open overall_header.tpl from your template folder (mostly templates/mg_themes/)

FIND

Code: [Hide]
  1. <tr>  
  2. <td align="left" width="8"><img src="templates/fk_fx/images/fx/menu_sep.png" alt="" title="" /></td>  
  3. <td class="genmed" align="left"><a href="faq.php">FAQ</a></td>  
  4. </tr> 


AFTER ADD

Code: [Hide]
  1. <tr>  
  2. <td align="left" width="8"><img src="templates/fk_fx/images/fx/menu_sep.png" alt="" title="" /></td>  
  3. <td class="genmed" align="left"><a href="faq.php">FAQ</a></td>  
  4. </tr> 


And you have two FAQ links, so you can edit one and you have a new link in your top navigation bar.

NOTE: The find lines are not exactly what your find in overall_header.tpl, i have copy it from your website source!

But i think that you know how it can with my answer!

Good luck and let my now if it is so far!


Corporacion-Umbrella [ Fri 03 Aug, 2007 10:25 ]
Post subject: Re: How To Add New Link Fileds In Header?
Perfect the line in FX theme is:

Code: [Hide]
  1. <a href="{U_FAQ}">{L_FAQ}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 


But i want to know, how to edit, for the be open in new window, no in the same, How is possible?

Thanks.


brandsrus [ Fri 03 Aug, 2007 10:28 ]
Post subject: Re: How To Add New Link Fileds In Header?
Add this in the line

Code: [Hide] [Select]
target="_blank"


Corporacion-Umbrella [ Fri 03 Aug, 2007 10:34 ]
Post subject: Re: How To Add New Link Fileds In Header?
Thanks for your help dear friend.

Cu Later.


brandsrus [ Fri 03 Aug, 2007 10:36 ]
Post subject: Re: SOLVED - How To Add New Link Fileds In Header?
No problem, i have set this topic as SOLVED , for anyone that will do the same.

Good luck with your Icy Phoenix board.




Powered by Icy Phoenix