How to to link from the button register to com_comprofiler

GK User
Tue Sep 06, 2011 8:30 am
I installed the "template" World News II Jooomla 1.5. Now I want to do with the button "register" link to "index.php? Option = com_comprofiler & task = registers". Where it can be done and how?
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 9:40 am
Could you tell me, where is the button register? If it is in the main menu, you can go to Admin->Menu->Main Menu and edit the "Register" menu item, by filling the link field.
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 10:24 am
Hi Krzysztof,
Register button is located in top right near login button. Clicking opens like windows popup.
Thanks
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 12:28 pm
I've seen the link in below file line 23 , but havent tested anything as i dont have "com_comprofiler".

Code: Select all
modulesmod_gk_registertmpldefault.php


Code: Select all
<?php echo JRoute::_('index.php?option=com_users&task=registration.register'); ?>
User avatar
Platinum Boarder

GK User
Tue Sep 06, 2011 2:13 pm
My installation I do not the modules mod_gk_register tmpl default.php", but: / modules / mod_gk_register / mod_gk_register.php and another file mod_gk_register.xml
I tried to edit as you suggested, but always call the file index.php? Option = com_user & view = register
The link my file is:
index.php? option = com_comprofiler & task = registers & Itemid = 114
I tried to change but does not work with this link
User avatar
Fresh Boarder