1. hopinn
  2. Support
  3. Tuesday, January 13 2015, 10:22 AM
Hello,

i used the field Selectlist with Easy Profile and it works almost fine.

There's only a comma at the beginning of the line, how can i hide this comma?

It's about this line:

Andere artsen: , Katrien Devos, Olivier Vandenberghe (the comma after the double point and before Katrien)

Thank you.

marK
References
  1. http://lmdcloudbe.webhosting.be/sites/huisartsenwesthoek/ik-ben-arts/leo_allemeersch
hopinn Accepted Answer
Can i put a hyperlink on these other users that links directly to their profile?
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi,

Comma Issue
This happen because you have a empty line in field option, try to remove new line after last option in field configuration. In next release we will solve this problem.

Link to profile
Yes, but I recommend you to use this format in link url: index.php?option=com_jsn&view=profile&id=id_of_user
if you this http://lmdcloudbe.webhosting.be/sites/huisartsenwesthoek/ik-ben-arts/leo_allemeersch and user change your username the link will change.
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Sorry, I read better your second question

To link to your profile you can use the menu item of type Easy Profile->User profile or Users manager->User Profile.

if you want to put the link in article you can link at index.php?option=com_jsn&view=profile or on your site http://lmdcloudbe.webhosting.be/sites/huisartsenwesthoek/ik-ben-arts (simply remove username from url)
  1. more than a month ago
  2. Support
  3. # 3
hopinn Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
hopinn Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,
Comma Issue
ok, you have this issue because use the DB to get data, but in option list there is one line empty. The only solution is to wait the next release (1 hour to release ;) )

Link to profile
This is not possible with a simple way, but you can do by using User List module and Content Plugin.

this follow these steps:
- wait next release (we have changed our content plugin :p 1 hour)
- Set the select field to hide on profile page
- Set in parameter column for value "id"
- Create a User List module and set into SQL Custom Where parameter this code:
users_id IN ({user select_field_alias displayed raw})

replace select_field_alias with alias of your field
- Set the module to see some template position


if you want to see module in field position you can use this method
- set module position with non-template position: example "users-selectfield"
- create a field of type HTML delimiter with this code in description {loadmodule users-selectfield}

REFERENCES
- {user select_field_alias displayed raw} this return a list of raw data, in your case a list of comma separated ids of users chosen. This is possible thanks to our content plugin, you will find small docs with examples here https://www.easy-profile.com/docs/26-plugin-content.html
- SQL Custom Where examples here: https://www.easy-profile.com/docs/69-sql-custom-where-list-and-module.html
- {loadposition users-selectfield} this return a module, this is Joomla load module plugin
  1. more than a month ago
  2. Support
  3. # 6
hopinn Accepted Answer
Comma Issue
solved with new release
  1. more than a month ago
  2. Support
  3. # 7
hopinn Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 8
admin Accepted Answer
Admin
Hi,
I have found some problem of configuration of your module

in SQL Custom Where you have set:
users_id IN ({user groep displayed raw})egion='Langemark-Poelkapelle'

Now I have set this:
user_id IN ({user ander displayed raw})

The field that contain users ids is ander not groep ;)
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 9
hopinn Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 10
  • 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.