1. Download and Install attached plugin "plg_gkmodulelinks.zip".
2. Download and extract attached zip file "modules.php.zip" and copy "modules.php" file to below location and overwrite.
- Code: Select all
templates/gk_creativity/html/modules.php
3. Go to Joomla Admin > Extensions > Plugin Manager.
4. Find Plugin installed in step 1 "GK Module Title Links" and activate it.
5. Go to any one of your modules in module manager where you want to create a menu link to.
6. In module settings on right side or if you are using joomla 3.x in module options, set Module Title Links settings as below.
- Code: Select all
Enable Module Title Link : No
Module Title Address: mynewlink
You can enter anything in "module title address" as this will become ID of the module where we will link to in menu manager.
7. Go to Menu Manager and choose your menu and create a new menu item.
8. Choose "External URL" as your menu type.
9. In url field I would enter "#mynewlink" without quotes. So whatever you have chosen to use in step 6 enter that as url with a hash-tag # in front.
10. Save and close. Now your new menu item should link to your module.