ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
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'
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.