Hi,
How would I go about to allow a person with special access rights to edit / delete/add values to this defined field(radio)
An administrator* can edit other user profiles from backend.
I use the import / export feature quiet extensively and would like an option for
a administrator access to review a list and mark it to reflect a current status for the above profile element. Either by filling in a value and applied to the list or individually. Is this possible?
Sorry but this seems not possible. The best way is to send import file with some other way and after an admin review then he will use import feature.
Also can I allow back access for a special access rights for just the search and create a list or for import/export feature of Easy Profile?
In the backend the import feature is subordinate to users management access. But there is another way, in our download are you will find a plugin called "User Import Plugin (frontend)", you can install this plugin and in plugin options (Extensions->Plugins) assign an Joomla access level (
http://docs.easy-profile.com/index.php/article/import-plugin)
About parameter to fill options from DB: basically these parameters allow you to fill field (radio/checkbox/select) options from DB. You can use an example by using placeholder in the parameters:
Table: #__content (this is the table where Joomla store articles)
Column for value: id (the table #__content uses a unique column called id, this is the id of the article, this is what the radio option have set as value)
Column for title: title (the table #__content uses a column called "title" to store the title of the articles, this is what you will see in the radio field as option text).
SQL WHERE....: This is the WHERE statement in the SQL that retrieve records, in the placeholder there "state=1", "state" is the column where Joomla store the published status of the article, so only published articles