One of our admins changed their username about a month ago.
They are not a fan of the resulting icon next to their username (and the ability for them to easily see their previous username).
See here:
I've searched through the various threads on this help & support board, namely, here, here...
I opened up my PWA this morning to discover that all my forums were marked "Private" except for the private forums used by mods and admins. I tried logging out and back in. Same result. Logged into ACP and checked my account and it was missing the Registered group (Administrative was set as my...
When you update any (even custom) column of User entity XenForo automatically adds a new entry to "User change log".
The only exception here is using fastUpdate() method. It directly updates the database without calling save() so any changes made that way will not appear in log.
Let's say you...
Description
This addon brings configurable username change functionality to your forum, inluding permissions, managable username change history, "Latest username changes" widget, trophy criteria and with "User change log" support.
This is an open source addon. Visit GitHub repository for...
Hi,
I'm working on an add-on that changes the author of posts posted in specific threads, but there are a couple of things I haven't managed to figure out entirely:
Replying to a thread: Currently I'm using a code event listener for post_pre_save to edit replies before they are saved. This...
Hello,
I want to create a specific page on my forum, with an another PAGE_CONTAINER. (for change the header, footer, only on my specific page)
I know it was possible with XF1, like this :
return $this->responseView(
'XX_ViewPublic_Index',
'my_template',
$viewParams...
Hello everyone!
I have some problems with changing usernames.
If i change the username in the xf_user table (MySQL) the username don't get an update in particular areas (such as "New posts" and "lastThreadUser").
I can't figure out the exact problem, because in approximately 50% of the areas it...
Change Content Owner or Date for XenForo 2.0.10+
Description
This add-on allows you to change the owner of content or the timestamp content.
Requirements
PHP 7.1.0+
Options
Change content owner
NameDescription
Default time interval
Permissions
XFMG: Album moderator permissions
Can...
This add-on allows the user to change their username.
You can set a day number between each change.
The user can make his change private so as not to show it to the other users.
You can delete the change history.
User "test"
Hi,
I want to change the main domain of my hosting, which will go from a .org to a .com (same base name). I already have both domains associatted to my account.
Will that affect the forum in any way?
thanks,
Hi, plz, i try to move the help link at the end of the menu.
I try on navigation template, but profit not recognize anything about helplink.
<!-- extra tabs: end -->
<xen:if is="{$extraTabs.end}">
<xen:foreach loop="$extraTabs.end" key="$extraTabId" value="$extraTab">...
I know it's possible to just update the username column in xf_user table, but doing it this way wont update any of the username references in the other tables, such as "last_post_username" in xf_thread.
The only way to change the username properly in all database tables is to do it by editing...
Hi,
I have this structure in my forum:
Category1
-Forum1
--Sub-Forum1
--Sub-Forum2
-Forum2
--Sub-Forum1
--Sub-Forum2
...
Now, I want to change Forum1 and Forum2 to Category and Sub-Forums to Forums. So, the result will be:
Category1
-Category1
--Forum1
--Forum2
-Category2
--Forum1
--Forum2
...
Hi,
All my forum content is moved from my vbullein to my xenforo. And I had some prefixes in my vb and many of threads were using them and are using now too.
But when I want to change the name of those prefixes that came from my vb, it doesn't change. But when I create new prefix, and change...
Hi,
How to react to a spammer who change ip, for flood XenForo forums ?
Ban IP is not efficiency because this user change ip and create multiple accounts (possibly with dynamic ip ? or vpn, proxy, etc.)
Currently someone fun to remake itself accounts for us spammer.
Do you have a solution...