By DOMENICO LOMUSCIO on Thursday, 07 March 2019
Posted in General Issues
Replies 5
Likes 0
Views 451
Votes 0
hi, I have a little problem that I would like to solve, is it possible to change the url of the button that says '' registrati subito !!! ''? that is, rather than going to record I would like to go to a link that I say ... I know that you can change the href code but I'm going crazy I can not find the file to edit .. you can help me please thanks
Hi there,

You can copy the login.php file from JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/html/login.php and paste it at template override location which is at JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/helpers/html/login.php.

Take note that you need to create the folders manually if you don't see it.

After that, you can look for and edit the following PHP code in the login.php which is from the template override location as shown in the screenshot.

The reason that I asked you to put into template override is because it won't override back your changes on the file that you made when you update to the next version of the component.
·
Thursday, 07 March 2019 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hello, thanks I followed your advice and it works fine ... my doubt, however, is that if easysocial follows the file overwritten ie the one copied in my template, this means that it will no longer follow the upgrade changes? at least for this file ... and so if there are changes in graphics or anything else I will not even see it? thank you
·
Friday, 08 March 2019 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

The files in the template override location will not be affected by the update only.

This means that your original file will receive the update changes during the update.
·
Friday, 08 March 2019 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post