SOLVED How To Add New Link Fileds In Header?


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.

Subject: Re: How To Add New Link Fileds In Header?
Open overall_header.tpl from your template folder (mostly templates/mg_themes/)

FIND

Code: [Download] [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: [Download] [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! :LOL:

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

Subject: Re: How To Add New Link Fileds In Header?
Perfect the line in FX theme is:

Code: [Download] [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.

Subject: Re: How To Add New Link Fileds In Header?
Add this in the line

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

Subject: Re: How To Add New Link Fileds In Header?
Thanks for your help dear friend.

Cu Later.

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.


Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1201s (PHP: 15% SQL: 85%)
SQL queries: 10 - Debug Off - GZIP Enabled