Hi, Is is possible to make the advance search dropdown options dynamic in alfresco share? When one particular site user uses Advance Search option the Look For dropdown should be populated as pre-defined mentioned options. The admin user can only update the site user and dropdown option mapping. Any clue or a link will be very helpful.
You can create a custom FTL controller fo that property. first create a Datalist to store values for that property, and make everyone as consumer on that datalist so no one can edit/add items to that datalist, in custom FTL controller call a webscript to get values from that datalist and show them in dropdown.
I didnt understand your question correct. Do you need current users sites in which he was a member? if that is your question, you can look at the my sites dashlet code.