By Danny Malouin on Sunday, 24 July 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 312
Votes 0
Hi,
We've designed our own registration (profile selection) page.
Can you point me to the file where I can update the "Register your account today" button ? I need to point that to our page rather than your default profile page.
See attached screenshot as reference to which link/button i am refering to
Thanks
Danny
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can edit following files in your site regarding this link :

<a class="btn btn-es-primary btn-large btn-block" href="<?php echo FRoute::registration();?>"><?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_REGISTER_NOW_BUTTON' );?></a>


JoomlaFolder/components/com_easysocial/themes/wireframe/dashboard/default.guests.login.php
JoomlaFolder/components/com_easysocial/themes/wireframe/login/default.php
JoomlaFolder/components/com_easysocial/themes/wireframe/login/dialog.login.php
·
Sunday, 24 July 2016 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Great thanks
By curiosity, there's no other way to achieve that other than hacking those files, right ?
Danny
·
Tuesday, 26 July 2016 05:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome

Yes, the only way to achieve this is hack these few files I provided in my previous reply.

But you also can put your customization file into your current template, so when you update to next version, it will not affected your customisation file.

Template override documentation : http://stackideas.com/docs/easysocial/administrators/templating/template-overrides
·
Tuesday, 26 July 2016 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post