By Jeff on Saturday, 20 December 2014
Replies 7
Likes 0
Views 1K
Votes 0
Hello!

I am wondering how to add my custom dropdown lists and or multilists etc into the profile view.. see picture of the view i mean

Thank you!
Hello Jeff,

Take a look at the file /templates/wanderers/html/com_easysocial/profile/default.header.php
·
Sunday, 21 December 2014 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

You need to programmatically hack the theme file to add these field data.
·
Saturday, 20 December 2014 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
ok any idea what one, i am using wanderers

Thanks
·
Sunday, 21 December 2014 03:18
·
0 Likes
·
0 Votes
·
0 Comments
·
The code would look something like this,


<?php
$user->getFieldData('CUSTOM_FIELD_KEY');
?>


You need to place this accordingly in the template file that you want and you need to replace CUSTOM_FIELD_KEY with the desired field's key.
·
Sunday, 21 December 2014 03:42
·
0 Likes
·
0 Votes
·
0 Comments
·
so to add that to the profile.. what file do i edit in the wanderers template?

Thanks for the help so far
·
Sunday, 21 December 2014 03:57
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks... i've marked the answer for future searches from peoples
·
Monday, 22 December 2014 05:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

You're welcome.
·
Monday, 22 December 2014 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post