Adding a register... in mod login

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed May 29, 2013 11:36 am
Hi!
Today I have a new issue;
well, in this template, when you try to enter to a "Registrated" part od the web, it appears a login.

The problem that I have to solve is that there haven't any register button, neither a forgotten password link.
I want to add it in these, but I don't know very well how to do it.

I tried in modules/mod_login/mod_login.php and in modules/mod_login/tmpl/default.php
In default.php appears the three buttons, so I think that it isn't the php that I want.

I'm working on localhost, but with the quickstart.
You can see the module login here because is the same : http://demo.gavick.com/joomla25/yoursho ... -community

So if anyone can help me to put this two links It would be great!

Thanks!
User avatar
Junior Boarder

GK User
Thu May 30, 2013 8:16 am
That link is coming from com_user not the module itself.
Check if there is com_user override in templates folder.
Code: Select all
templates/gk_template_name/html/com_user/default_login.php

If not edit com_user in joomla
Code: Select all
components/com_users/views/login/tmpl/default_login.php


See you around...
User avatar
Platinum Boarder

GK User
Thu May 30, 2013 8:57 am
Hi Norman, this was exactly what I want, I copied the last div (remember pass,remember user, and registration) from the components/com_users/views/login/tmpl/default_login.php , and copied at the end o the templates/gk_template_name/html/com_user/default_login.php

Thanks It works great!
User avatar
Junior Boarder

GK User
Thu May 30, 2013 9:13 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron