Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
TemplatePlazza Support Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: [Solved] More links in fisheye?
#9987
Aram (Visitor)
Click here to see the profile of this user
Birthdate:
[Solved] More links in fisheye? 12 Months ago  
Hi,

Is it possible to add more links to fisheye menu?
I red that it's possible for kwick-menu, so I assumed it would be the same for fisheye.

I haven'n had any succes yet
Could someone please help?

Thanks in advanced.

cheers, aram
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Report to moderator   Logged Logged  
 
Last Edit: 2007/12/23 02:18 By ronysyz.
  Reply Quote
#9998
ronysyz (Moderator)
Moderator
Posts: 3529
graph
User Offline Click here to see the profile of this user
Gender: Male
Re:More links in fisheye? 12 Months ago Karma: 64  
Yes Aram, you can do that.
To get it work, you must insert some code at mod_fisheye_menu.xml and mod_fisheye_menu.php

insert some codes at mod_fisheye_menu.xml,

Code:

<param name="@spacer" type="spacer" default="" label="" description="" /> <param name="menu_status7" type="radio" default="0" label="Menu 7 Status" description="Enable or disable this menu"> <option value="0">Disable</option> <option value="1">Enable</option> </param> <param name="menu_url7" type="text" default="http://www.templateplazza.com" label="Url for Menu 7 " description="Type an url here, eg.http://www.joomla.org" /> <param name="menu_img7" type="imagelist" directory="/modules/fisheye_menu/images" default="exit.png" label="Menu 7 image" description="Image for 7th Menu" /> <param name="menu_txt7" type="text" default="Menu 7" label="Text for Menu 7 " description="Type your menu text here, eg.Home " />
before the codes above, insert these codes
Code:

<param name="@spacer" type="spacer" default="" label="" description="" /> <param name="menu_statusXX" type="radio" default="0" label="Menu XX Status" description="Enable or disable this menu"> <option value="0">Disable</option> <option value="1">Enable</option> </param> <param name="menu_urlXX" type="text" default="http://www.templateplazza.com" label="Url for Menu XX " description="Type an url here, eg.http://www.joomla.org" /> <param name="menu_imgXX" type="imagelist" directory="/modules/fisheye_menu/images" default="exit.png" label="Menu XX image" description="Image for XXth Menu" /> <param name="menu_txtXX" type="text" default="Menu XX" label="Text for Menu XX " description="Type your menu text here, eg.Home " />
insert some codes at mod_fisheye_menu.php,
Code:

<?php if ($menu_status7==1) { ?> <a href="<?php echo $menu_url7 ?>" class="fisheyeItem"> <img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img7 ?>" width="30"/> <span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt7 ?></span> </a> <?php } else { ?> <?php } ?>
before the codes above, insert these codes
Code:

<?php if ($menu_statusXX==1) { ?> <a href="<?php echo $menu_urlXX ?>" class="fisheyeItem"> <img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_imgXX ?>" width="30"/> <span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txtXX ?></span> </a> <?php } else { ?> <?php } ?>
and
Code:

$menu_status7 = $params->get( 'menu_status7' ); $menu_img7 = $params->get( 'menu_img7' ); $menu_url7 = $params->get( 'menu_url7' ); $menu_txt7 = $params->get( 'menu_txt7' );
before the codes above, insert these codes
Code:

$menu_statusXX = $params->get( 'menu_statusXX' ); $menu_imgXX = $params->get( 'menu_imgXX' ); $menu_urlXX = $params->get( 'menu_urlXX' ); $menu_txtXX = $params->get( 'menu_txtXX' );
Good luck rony
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Report to moderator   Logged Logged  
 
Last Edit: 2007/12/04 04:35 By ronysyz.
  Reply Quote
#10053
Aram (Visitor)
Click here to see the profile of this user
Birthdate:
Re:More links in fisheye? 12 Months ago  
Thanks alot Rony. It worked
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Report to moderator   Logged Logged  
  Reply Quote
#10069
ronysyz (Moderator)
Moderator
Posts: 3529
graph
User Offline Click here to see the profile of this user
Gender: Male
Re:More links in fisheye? 12 Months ago Karma: 64  
Nice to share with you, Aram
I hope you would be joining with us (TP)

Note for All:
XX : the next number
so don't forget to change XX with the next number
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Report to moderator   Logged Logged  
 
Last Edit: 2007/12/05 06:27 By ronysyz.
  Reply Quote
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
ico spot
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad
  • icoad