https://www.icyphoenix.com/viewtopic.php?f=35&t=3119
-----------------------------------
bosss
Fri 16 Nov, 2007 16:18

Will Add New Link
-----------------------------------
hello!
will just test that ver of portal !
have just install IC 1.7 and activity mod (games) and everything works fine ...now will just add new link to activity.php in my main menu (left side) but when i do that through " edit your page" that link is not visible (same if i want add new groups in menu)!!

some help?

regards 
bosss

www.belaplay.com/belax3


-----------------------------------
JHOSMAN
Fri 16 Nov, 2007 16:30

Re: Will Add New Link
-----------------------------------
Go to => Edit This Page and browse and go to The configuration to the lateral panel ^^


-----------------------------------
bosss
Fri 16 Nov, 2007 17:07

Re: Will Add New Link
-----------------------------------
can you please describe lite more? 

Bosss

edit: i says what i will to do: my amod is now on www.belaplay.com/belax3/activity.php and i will put this link in main menu ! can somebodu explain to me what and how to do ?


-----------------------------------
pepi
Sat 17 Nov, 2007 16:16

Re: Will Add New Link
-----------------------------------
Hi

Edit this in templates/mg_themes/nav_quick_links.tpl

Pepi


-----------------------------------
bosss
Sat 17 Nov, 2007 18:20

Re: Will Add New Link
-----------------------------------
how? can you explain what to do ?

regards
bosss


-----------------------------------
JHOSMAN
Sat 17 Nov, 2007 19:07

Re: Will Add New Link
-----------------------------------
Open the file nav_quick_links.tpl on your favorite edit and add the link


-----------------------------------
pepi
Sat 17 Nov, 2007 19:17

Re: Will Add New Link
-----------------------------------
Hi

OPEN [b]templates/mg_themes/nav_quick_links.tpl [/b]
FIND
[codeblock]<td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
<td class="genmed" align="left"><a href="{U_KB}">{L_KB}</a></td>
</tr>
<tr>[/codeblock]
AFTER ADD
[codeblock]<td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
<td class="genmed" align="left"><a href="{U_ACTIVITY}">{L_ACTIVITY}</a></td>
</tr>
<tr>[/codeblock]

Pepi


-----------------------------------
bosss
Sat 17 Nov, 2007 19:52

Re: Will Add New Link
-----------------------------------
Thanks !

Bosss


