1. dave_gordon
  2. General
  3. Tuesday, September 23 2014, 12:35 PM
I think it can do all of this but just wanted to check, can is;
1. Add test to profile based on the URL e.g ?aboutme=Manager (not sure what the profile field is so would be grateful for you to confirm
2. Can the aboutme profile filed be hidden when registering (even though its defined within Joomla as required)
3. What SQL querry do I need to run to extract this information for the same user that then logs on that (for when aboutme=Manager I redirect to a special - done outside of easyproifile.)
4. Finally, can yo confirm the above will only be done as part of the manual registration, and not when a users is automatically created as part of a Joomla API - in my case when a property booking is made
Many thanks
Regards
Dave
admin Accepted Answer
Admin
Unfortunately, I did not understand the well question, because is not explained the context.

But I will try to reply.
2. Yes, when I required field is hidden from conditions the field become optional
3. and maybe 1. You can create a menu item (or module) to show only user that meet SQL Custom Where parameter. You can find documentation here https://www.easy-profile.com/docs/69-sql-custom-where-list-and-module.html. Still is possible to set SQL Custom to use the current loggend in user values with our Content Plugin (docs here https://www.easy-profile.com/docs/26-plugin-content.html)
for example, get user with my value in field with alias field_test:
field_test='{user avatar me raw}'
You can not get the user filtered by URL, but you can create a menu item of type list and set in SQL Custom where something like this:
aboutme='Manager'
Now you have a menu item with own URL.
4. Sorry but I not understand
  1. more than a month ago
  2. General
  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.