Icy Phoenix

     
 

[OUTDATED] CUSTOMIZATION - How To Insert Sponsor In The Navigation Menu

[OUTDATED] CUSTOMIZATION - How To Insert Sponsor In The Navigation Menu

Article
Reply with quote    Download Post 
Post [OUTDATED] CUSTOMIZATION - How To Insert Sponsor In The Navigation Menu 
 
Open /templates/mg_themes/common/nav_quick_links.tpl

FIND
Code: [Download] [Hide] [Select]
<!--
<tr>
    <th style="cursor: pointer; cursor: hand;" align="left">
        <img src="{IMG_NAV_MENU_SPONSOR}" alt="Sponsors" title="Sponsors" />&nbsp;
        <a href="javascript:void(0);" title="Sponsors" style="vertical-align: top;"><b>Sponsors</b></a>
    </th>
</tr>
<tr>
    <td class="row5">
        <div id="sponsors" style="position: relative; padding-top: 0px; padding-bottom: 0px;">
            <table class="forumline-no2" width="100%" cellspacing="0" cellpadding="2" border="0">
                <tr>
                    <td width="8" align="left" valign="middle">{IMG_NAV_MENU_SEP}</td>
                    <td class="genmed" align="left"><a href="http://www.mightygorgon.com/">Mighty Gorgon</a></td>
                </tr>
            </table>
        </div>
    </td>
</tr>
-->

REPLACE WITH

Code: [Download] [Hide] [Select]
<tr class="forumline">
    <th style="cursor:pointer;cursor:hand;" align="left" onclick="ShowHide('sponsor','sponsor2','sponsor');">
        <table cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td><img src="{IMG_NAV_MENU_SPONSOR}" alt="" /></td>
                <td><a href="javascript:void(0)" title="Sponsor"><b>Sponsor</b></a></td>
            </tr>
        </table>
    </th>
</tr>
<tr>
    <td>
        <div id="sponsor2" style="display: yes; position: relative;">
            <table border="0" cellpadding="0" cellspacing="4" width="100%" class="forumline-no2">
                <tbody>
                    <tr>
                        <td class="genmed" align="center">
                     -----------------> AD HERE <-----------------
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
    </td>
</tr>


If you want to replace the img used, you have to edit this part of the code

Code: [Download] [Hide] [Select]
<img src="{IMG_NAV_MENU_SPONSOR}" alt="" />


With this code always show the sponsor, in order to show and hide it like the rest of menu, to make this change code.

FIND
Code: [Download] [Hide] [Select]
         <div id="sponsor2" style="display: yes; position: relative;">

REPLACE WITH
Code: [Download] [Hide] [Select]
         <div id="sponsor" style="display: none; position: relative;">




 
Zuker - View user's profile Send private message  
Zuker [ Thu 05 Apr, 2007 15:16 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


[OUTDATED] CUSTOMIZATION - How To Insert Sponsor In The Navigation Menu

Comments
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1