Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Edit Main Links 
 
Hi..first sorry for may poor english.. my question is : where can i edit the main links. i wanna add  some links but i donĀ“t know where can do that... thanks ..
i looking in  the  templates/ca_aphrodite/nav_quick_links.tpl  but can see some links there..only main links general.. not the links like" forum, album, chat ..etc..


I using Icy Phoenix
 



 
FanshopSend private messageVisit poster's website  
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: Edit Main Links 
 
I didn't understand perfectly... but the most important menus are here:





In nav_quick_links.tpl, this section:


Code: [Download] [Hide] [Select]
<div id="main_links2" style="display: none; position: relative; padding-top: 0px; padding-bottom: 0px;">
            <table class="forumline-no2" width="100%" cellspacing="0" cellpadding="2" border="0">
                <!-- BEGIN mg_switch_user_is_admin -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left">{ADMIN_LINK}</td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CMS}">{L_CMS}</a></td>
                </tr>
                <!-- END mg_switch_user_is_admin -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_PORTAL}">{L_HOME}</a></td>
                </tr>
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_PROFILE}">{L_CPL_NAV}</a></td>
                </tr>
                <!-- END switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_INDEX}">{L_FORUM}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_FAQ}">{L_FAQ}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_SEARCH}">{L_SEARCH}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_ALBUM}">{L_ALBUM}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CALENDAR}">{L_CALENDAR}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_DOWNLOADS}">{L_DOWNLOADS}</a></td>
                </tr>
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_UPLOADED_IMAGES}">{L_UPLOADED_IMAGES}</a></td>
                </tr>
                <!--
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="javascript:void(0);" onClick="window.open('chatbox_mod/chatbox.php','_chatbox','resizable=yes,scrollbars=yes,width=600,height=460')">Chat</a></td>
                </tr>
                -->
                <!-- END switch_user_logged_in -->
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_AJAX_SHOUTBOX}">{L_AJAX_SHOUTBOX}</a></td>
                </tr>
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_LINKS}">{L_LINKS}</a></td>
                </tr>
                <tr>
                    <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>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_CONTACT_US}">{L_CONTACT_US}</a></td>
                </tr>
                <tr>
                    <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_BOARDRULES}">{L_BOARDRULES}</a></td>
                </tr>
                <!-- BEGIN mg_switch_user_is_admin -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_DB_GEN}">{L_DB_GEN}</a></td>
                </tr>
                <!-- END mg_switch_user_is_admin -->
                <!-- BEGIN switch_user_logged_in -->
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="{U_SUDOKU}">{L_SUDOKU}</a></td>
                </tr>
                <!-- END switch_user_logged_in -->
            </table>
        </div>




Or, overall_header.tpl, this part:


Code: [Download] [Hide] [Select]
<div id="menu">
        <ul id="nav">
        <li id="home"><a href="{U_PORTAL}">{L_HOME}</a></li>
        <li id="forum"><a href="{U_INDEX}">{L_INDEX}</a></li>
        <!-- BEGIN switch_user_logged_in -->
        <li id="profile"><a href="{U_PROFILE}">{L_PROFILE}</a></li>
        <li id="new_posts"><a href="{U_SEARCH_NEW}">{L_NEW2}</a></li>
        <!-- END switch_user_logged_in -->
        <li id="search"><a href="{U_SEARCH}">{L_SEARCH}</a></li>
        <li id="faq"><a href="{U_FAQ}">{L_FAQ}</a></li>
        <!-- BEGIN switch_user_logged_out -->
        <li id="register"><a href="{U_REGISTER}">{L_REGISTER}</a></li>
        <!-- END switch_user_logged_out -->
        <li id="login"><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT2}</a></li>
        </ul>
        </div>

 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Edit Main Links 
 
just it i mean.. and i testing it and working fine   thanks
 



 
FanshopSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Edit Main Links 
 
You're welcome Fanshop
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Edit Main Links 
 
Hi,
just quick question regarding menus: where and how to define <a href=...</a> variables eg:
Code: [Download] [Hide]
  1. <a href="{U_PORTAL}">{L_HOME}</a> 

Thanx
 




____________
Omarska online
 
omarskaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Edit Main Links 
 
@ page_header.php
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  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