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
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