1. elian
  2. Support
  3. Tuesday, June 09 2015, 01:09 PM
Hi!

i just wonder how to determine the order of the fileds i choose to show in the Memberlist.
Also i like to know how to show the Labels before the Data e.g. Telephone: xyz

I attached a scrennshot!

Thanks,
Dennis
Attachments (1)
admin Accepted Answer
Admin
Hi,
the order of fields is the same of profile, so you can't change this. To add labels you can use Joomla template override but this is complex and require PHP and Joomla knowledge. Anyway there is a workaround, you can display in user list a simple HTML delimeter that contains code to render fields (with your order) and labels, follow these steps:

1. Create field of type "HTML Delimiter" with these options:
- hidden on profile
- hidden on edit profile
- hidden on registration

2. Put in description the code like this:
Tel. {user phone_number displayed}
{user email displayed}
......

{user phone_number displayed} this will be replaced with phone number of user
{user email displayed} this will be replaced with email of user
You can find other examples and explanation of how to work our "Content Plugin" here: https://www.easy-profile.com/docs/26-plugin-content.html
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.