Icy Phoenix

     
 

How Do I Add A New Link Into The NAV_LINKS Block?

How Do I Add A New Link Into The NAV_LINKS Block?

Article
Reply with quote    Download Post  
Post How Do I Add A New Link Into The NAV_LINKS Block? 
 
Before anyone answers please be aware of 2 things
1) I have searched the posts already for the answer. (None give a full explanation)
2) As my signature says I am a scripting idiot! (I have no problem following instructions)

Now for my little problem: I installed FlashChat and need to add a link to chat in the "NAV_LINKS" block.

I tried adding this into my "nav_quick_links.tpl file: Which didn't work.
<tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="{U_CHAT}">{L_CHAT}</a></td>
</tr>

Any help I could get would be most appreciated.

Thanks in advance!



 
MrWizard - View user's profile Send private message  
MrWizard [ Sun 03 Sep, 2006 02:50 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


How Do I Add A New Link Into The NAV_LINKS Block?

Comments
Reply with quote    Download Post  
Post Re: How Do I Add A New Link Into The NAV_LINKS Block? 
 
Do you have cleared the cache? (ACP->IM Portal in older XS version, ACP->Home page in XS 058)



 
buldo - View user's profile Send private message  
buldo [ Sun 03 Sep, 2006 03:31 ]
Reply with quote    Download Post  
Post Re: How Do I Add A New Link Into The NAV_LINKS Block? 
 
MrWizard wrote: [View Post]
Before anyone answers please be aware of 2 things
1) I have searched the posts already for the answer. (None give a full explanation)
2) As my signature says I am a scripting idiot! (I have no problem following instructions)

Now for my little problem: I installed FlashChat and need to add a link to chat in the "NAV_LINKS" block.

I tried adding this into my "nav_quick_links.tpl file: Which didn't work.
<tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="{U_CHAT}">{L_CHAT}</a></td>
</tr>

Any help I could get would be most appreciated.

Thanks in advance!


you have to specifiy the Chat URL in the page_header.php, if you havn´t did it yet

try something like that:

OPEN page_header.php
ADD
Code: [Download] [Hide] [Select]
    'L_CHAT' => $lang['Chat'],
    'U_CHAT' => append_sid('flashchat.' . $phpEx),


you also have to add (if you didn´t this) to all your language files (lang_main.php)

and the do your template changes in nav_quick_links.tpl

cya



 
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Sun 03 Sep, 2006 12:36 ]
Reply with quote    Download Post  
Post Re: How Do I Add A New Link Into The NAV_LINKS Block? 
 
Thanks for the fast reply. One more little thing. How could I make the link open a new window?



 
MrWizard - View user's profile Send private message  
MrWizard [ Sun 03 Sep, 2006 22:22 ]
Reply with quote    Download Post  
Post Re: How Do I Add A New Link Into The NAV_LINKS Block? 
 
part of your link

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




 
difus - View user's profile Send private message  
difus [ Sun 03 Sep, 2006 23:04 ]
Reply with quote    Download Post  
Post Re: How Do I Add A New Link Into The NAV_LINKS Block? 
 
Thanks again...All is good with the world once again...



 
MrWizard - View user's profile Send private message  
MrWizard [ Mon 04 Sep, 2006 00:50 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 
 




 


 

  cron