0
Welcome Guest! Login
0 items Join Now

Fusion Menu + JoomFish Translation

  • Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • Another way to solve the issue with Fusion Menu and JoomFish

      (see Dissapointed about Gantry subtexts menus translations www.rockettheme.com/forum/index.php?f=15..._v=viewtopic#p552919 )

      It's just to copy all params form the original menu to the joomfish table.
       
      update `jos_jf_content` c, `jos_menu` m set c.`value` = m.params where `reference_table`='menu' and `reference_id` = m.id and menutype = 'keyconcepts' and reference_field = 'params'
       

      WARNING: backup first

      Regards,
      Anibal
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • THX for that....
    • Thanks,
      jim
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • nice first post! THX :D
    • Kat05 / QA Lead & Support / Germany
  • Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • It's just to copy all params form the original menu to the joomfish table.

      Could you please describe this a bit more ?

      THX
  • Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • Each Fusion menu item has special params (not supported by JoomFish):

      menu_image=-1 fusion_item_subtext= fusion_customimage=stock_addressbook2.png fusion_customclass= fusion_columns=1 fusion_distribution=even fusion_dropdown_width= fusion_column_widths= fusion_children_group=0 fusion_children_type=menuitems splitmenu_item_subtext= suckerfish_item_subtext=

      So, to keep the same settings in the translated items, you can execute the previous SQL query.

      Regards,
      Anibal
  • Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • Thanks,
      I've executed this SQL query through phpMYADMIN without success :
      message : 0 row(s) affected.
      is there a string to be replaced ?
  • Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • Sorry my bad !
      I replaced "keyconcepts" string with "mainmenu"
      and it is WORKING great !

      thanks x10
  • Re: Fusion Menu + JoomFish Translation

    Posted 14 years 3 months ago
    • This works great, just change the menutype to the one you need to update. The best thing to do is to translate the menu item completely and than execute the SQL, also works for the menu icons.

Time to create page: 0.097 seconds