By Danny Malouin on Wednesday, 18 May 2016
Posted in General
Replies 1
Likes 0
Views 702
Votes 0
Hi,

I would like to use RsMembership (or something like that) to setup different membership subscription to our community.

I was wondering

1) What file to override to change the layout of this page http://decopatio.ca/actualite/inscription (the choose your profile page) ? I want to convert the UL/LI to div containers with unique style identifiers (CSS)

2) How could I go about routing a new registration to the membership extension on submission ?

Thanks for any leads on this
Danny
Hey Danny,

May i know how you access this `select profile type` page? Is it you click the registration button from your Easysocial login page?

If yes, you can modify this following file to change that `registration` link to your RSmembership page.
JoomlaFolder\components\com_easysocial\themes\wireframe\dashboard\default.guests.login.php


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



By the way, I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in http://stackideas.com/support .

Thanks for understand.
·
Wednesday, 18 May 2016 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post