I would like to add automatically a tag which is containing a vaule from the user profile. Especially I'll try to add a tag based on the user profile field, which I've added manually: e.g. let's asume the additional field "hair-color" in every profile: How can I add automatically a tag with the content of the profile-field "hair-color" to a new question? - or concrete : how can I retrieve the user-profile-value "hair-color"? Update 19.12.2010: I figured out, that the function "function qa_get_logged_in_user_field($field)" gets all information stored in the sql database table "qa_users"... unfortunately the user-defined-fields (together with e.g. name) are stored in the sql database table "qa_userfields". --> how can I request informations from this table related to the logged in user?
ok... if figured it out --- just in case somebody needs this: Here's my dirty trick to automatically add the content of a user defined profile field to the tag-list:
[for Q&A Version 1.3]
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.