We know we can get user custom field value from the '$user' object -
$facebook_url = $user->Profile->custom_fields->facebook;
We also know we can easily update any user field using 'fastUpdate' method -
$user->fastUpdate('user_state', "valid");
What is the easiest way to update user custom...
I want to create a BB Code which returns the value of a certain simple custom user field.
I have a staff list as a thread on my internal Forum and I want to include the telephone number of the staff members. (Field ID "user_tel").
I figured I need to use the PHP Callback function on the BBcode...
hi
I'm not very friendly to xenforo development source, its MVC model and etc..
So I'm building externally from xenforo such as subdomain and then using php and ajax from my xenforo forum for controlling my plugin
(Don't ask me to use xenforo method of code, because I'm not good at all)...
Hello, that's a repost because @S Thomas said that my first post is simply to long to understand my problem.
Since the last week I'm trying to add a new display location for some input fields in the account settings location.
I want to add for example a new location for a first name. Everything...
I'm using the following method to validate the custom user field.
https://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/
However, for my situation, I need to access the Username that the user typed into the registration form to determine if the custom user field...
Just wondering whether there is way of achieving this? I've taken a quick look at the existing "userinfo" and "report" overlays, but it seems a like what I'm wanting to achieve could be a little tricky?
Basically I want to have custom fields for:
Xbox
PlayStation
I would ideally have icons...
(moved from a bug report)
If I have an add-on which uses a custom user field, how can I check whether the field exists?
array_key_exist does not really help, because it only checks the cache in this case.
Without this check the field is still considered valid even when the field was in fact...
wmtech submitted a new resource:
[WMTech] Custom Field Error Enhancer - Show Your Users Why They Get An Error With A Custom User Field!
Read more about this resource...
Description / Features:
This add-on solves a major annoyance with the default XenForo error messages of custom user fields. If you setup "Value Match Requirements" for a custom user field and those requirements are not matched, a default error message "Please enter a value that matches the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.