By Marcus Palmer on Thursday, 31 July 2014
Replies 18
Likes 0
Views 0.9K
Votes 0
I'm trying to cut down Profile Types by assigning users to a mandatory User Group I.e "Students" and then on selection of lets say (Student Categories) I.e Music, Arts, Multimedia, Photography, upon the category selection a user would also be assigned to I.e Music User Group.

So we end up with a User that is in User Groups (Students & Music) but music being their own selection!



Is this possible?
Hello Marcus,

I am really sorry but unfortunately this is not possible currently
·
Thursday, 31 July 2014 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
OK going to use a work around as i cannot have hundreds of Profile Types to select from upon registration!

Please let me know if you decide to add this feature as it's essential to the growth of Easy Social!
·
Thursday, 31 July 2014 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
What about the Profile Types Being one Drop Menu Instead of the large blocks of content? is this possible?
·
Thursday, 31 July 2014 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Or what about Emerald 9

could i accomplish this using Emerald 9?
·
Thursday, 31 July 2014 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marcus,

I am really sorry for the delay of this reply, was caught up with lots of work last night Hm, what you can actually do is to customize the theme files in /components/com_easysocial/themes/wireframe/registration/default.php and modify it so that it uses a dropdown instead of displaying the whole list block
·
Friday, 01 August 2014 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Cheers Mark i'll try that
·
Friday, 01 August 2014 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Marcus
·
Friday, 01 August 2014 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
For the life of me this is not working, i keep getting socialtool in a drop menu instead of the actual profile types...

Sorry to ask but any code to get me started?
·
Monday, 04 August 2014 03:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marcus,

You can do something like this,


<select name="something">
<?php foreach( $profiles as $profile ){ ?>
<option value="<?php echo $profile->id;?>"><?php echo $profile->get('title');?></option>
<?php } ?>
</select>
·
Monday, 04 August 2014 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok this works but i've lost the join now button
·
Tuesday, 05 August 2014 03:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You will need to actually add your own logics here. My codes above simply displays how you can display a dropdown of profile types
·
Tuesday, 05 August 2014 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok this has twisted me inside out...

Unable to grab selected and echo

<?php echo $this->loadTemplate( 'site/registration/default.profiles' , array( 'profile' => $profile )); ?>


For selected

I just updated easysocial and lost backup file i stored in the same folder (Like entire folder just got replaced on update)

Now sat here scratching my head;)
·
Friday, 08 August 2014 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marcus,

I am really sorry but unfortunately we would not be able to assist you on this as customizations are actually not included in our support plan
·
Saturday, 09 August 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
OK so i'm still stumbling with this, Mark can i not just send you some
change/cash/gwop/money
and you send me the correct code please?
·
Friday, 22 August 2014 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
On select i need the code to show the selected profile, so i could have like 70 profiles easy to select from but then profile template shows with Join Now -> button
·
Friday, 22 August 2014 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marcus,

We do provide customizations but you will need to request for a quote from us at https://crm.stackideas.com You can also reach me on Skype, my Skype id is marklee_777
·
Friday, 22 August 2014 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I've added you as a contact in SKYPE lets follow on there!
·
Friday, 22 August 2014 20:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, let's continue on Skype
·
Friday, 22 August 2014 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post