I couldn't find anything on that page about importing custom fields. I did a search on "fields" and on "custom" I also checked the manual on the import section.
woule be great to be able to do something like this (without any Sphinx-engine) and being able to search for members in more detail, e.g. for a Singles-Forum, etc. And being able to put this search-box onto the homepage, as this would be a main-feature for such a website.
Is there any way we can allow certain usergroups to edit custom user fields and certain usergroups not to?
Would like to know if anyone is working on a search for custom user fields. My interest is both admin search and a selected usergroup search on the frontend.
Hi, how I can do something like this: http://xenforo.com/community/threads/show-users-system-specs.6638/#post-239062 http://xenforo.com/community/threads/pc-spects.17935/
This would be great if possible? I am looking for a solution where staff can have 'Site Staff' under their username without utilising the user title function?
I may have missed it, but I can't seem to work out how to make a custom field that produces a click-able URL. I have set the Value Requirements to URL but once entered, that typed in web address is not clickable on the members profile. I expect there is something else I need to do but I'm brand new to XF so haven't been able to figure it out yet
How make "Custom User Fields" on two different languages (when user switches language)? Which file i must translate after creation new custom field?
Not sure if that's the right place to post this, and maybe it's public knowledge and I just missed it. But if you are relying on some $visitor['customFields']['field'], your code should be aware of the possibility that the array key might just be missing for some users. So it's not just an empty value, it's missing completely. Which makes sense on one hand. But left me with a really weird and stupid bug today