By Edgar on Sunday, 07 June 2015
Posted in General Issues
Replies 2
Likes 0
Views 429
Votes 0
Hello,

I would like to modify the link as you can see on the screenshot attached.

Can you help me ?

Thanks a lot,

Edouard
And in the same way, I would like to remove the detail under each profile e.g."5 users use this profile" as you can see on the screenshot attached.

How can I do that ?

Thanks for your help,

Edouard
·
Sunday, 07 June 2015 05:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Edouard,

I would like to modify the link as you can see on the screenshot attached.

You can modify it from your /components/themes/wireframe/registration/default.progress.php and find the following code:
data-original-title="<?php echo JText::_( 'COM_EASYSOCIAL_REGISTRATIONS_SELECT_A_PROFILE' , true );?>"
data-content="<?php echo JText::_( 'COM_EASYSOCIAL_REGISTRATIONS_SELECT_A_PROFILE_DESC' , true );?>">


I would like to remove the detail under each profile

You can remove it by going to your backend > easysocial > themes > [select your current theme] > registration > Show user registered in Profile, http://screen.stackideas.com/2015-06-08_1149.png .

Hope these help.
·
Monday, 08 June 2015 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post