06-05-2014, 01:08 AM
Hi gareth
What are you missing?
Generally, the earn coins menu can be edited in header.php.
You can add additional menu items by creating an additional div with class "ucp_link"
Active modules appear there automatically, activated by the <?=hook_filter('top_menu_earn',"")?> command in header.php which calls forward module links to the menu from the 'register_filter' instruction in index.php in each system/module folder. The filter instruction is processed by system/libs/functions.php (around line 303) but I strongly suggest that you don't attempt to alter anything in functions.php unless you REALLY know what you are doing.
You can short cut this filter process by adding a manual menu link (div with class "ucp_link") and adding a direct link to the module page like http://yourexchangename/p.php?p=module_name. If you do this remember it will be overwritten the next time header.php gets a version update (most updates)
What are you missing?
Generally, the earn coins menu can be edited in header.php.
You can add additional menu items by creating an additional div with class "ucp_link"
Active modules appear there automatically, activated by the <?=hook_filter('top_menu_earn',"")?> command in header.php which calls forward module links to the menu from the 'register_filter' instruction in index.php in each system/module folder. The filter instruction is processed by system/libs/functions.php (around line 303) but I strongly suggest that you don't attempt to alter anything in functions.php unless you REALLY know what you are doing.
You can short cut this filter process by adding a manual menu link (div with class "ucp_link") and adding a direct link to the module page like http://yourexchangename/p.php?p=module_name. If you do this remember it will be overwritten the next time header.php gets a version update (most updates)
Regards
Steve Head, Content Manager
Hidden content for guests
Did we help? Please give us a Forum Rep+1, and/or buy my team a coffee Hidden content for guests
Steve Head, Content Manager
Hidden content for guests
Did we help? Please give us a Forum Rep+1, and/or buy my team a coffee Hidden content for guests