View Single Post
  #3 (permalink)  
Old 05-08-08, 12:44 PM
shadyy510 shadyy510 is offline
New Member
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks alot Vicious. It worked...

Now that i added this:
Code:
    {* SHOW ANY PLUGIN MENU ITEMS *}



    {section name=menu_loop loop=$global_plugin_menu} 



      {if $global_plugin_menu[menu_loop] != ''} 



        <td class='menu_item'> 



          <a href='{$global_plugin_menu[menu_loop].0}' class='menu_item' onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><img src='./images/icons/{$global_plugin_menu[menu_loop].1}' border='0' class='icon'>{$global_plugin_menu[menu_loop].2}</a> 



        </td> 



      {/if} 



    {/section}
I still see all the plugins listed in the menu and all of them show the same dropdown menus.

I was trying to just have one Link "More" and have all the plugins listed below.
Do you know what can i edit in the code above to achieve the More dropdown.
Reply With Quote