XenConcept
Well-known member
This resource has been removed and is no longer available. The following reason was provided:
Deleted by XF - download link no longer valid
Deleted by XF - download link no longer valid
Does this allow users to submit a request for new username and be approved by admins?
Thanks! That is perfect with what I need. It also shows when admin access user profile and selects change log?
In other words, when a user request for username change, admin approves the change. Will it also so on the users's profile in the admin panel with the change log?I didn't understand
In other words, when a user request for username change, admin approves the change. Will it also so on the users's profile in the admin panel with the change log?
I was talking about the user in the admin panel with its own change log. It shows it there.
This is awesome, Thanks!
Is there a way to make the Admin username change log where it can not be deleted? Like just remove the button? Tell me where and I can remove it via code? I have a lot of admins and don't want them to remove any data.
xc_username_change_log_username_change_list
<xf:pageaction if="$entries is not empty">
<xf:button href="{{ link('logs/username-change/clear') }}" icon="delete" overlay="true">
{{ phrase('clear') }}
</xf:button>
</xf:pageaction>
Bug report:
Allow users to change their username letters to uppercase or lowercase.
Suggestion:
There should be pagination on the username change log page. It takes forever to load!
Hello,I will study your request in the next update.
In the templatexc_username_change_log_username_change_list
Delete the following code
Code:<xf:pageaction if="$entries is not empty"> <xf:button href="{{ link('logs/username-change/clear') }}" icon="delete" overlay="true"> {{ phrase('clear') }} </xf:button> </xf:pageaction>
Do I modify the templates.xml? Or is there a way to directly do it through Xenforo? Went to Appearance, Templates and it was not listed there.
That would be awesome. Roughly when that next update be available? I am currently on a test site getting ready to transition our live site. So I would be able to help test it.
XF\PrintableException: Job XF:ApprovalQueueProcess: User names must be unique. The specified user name is already in use.
src/XF/Mvc/Entity/Entity.php:1165
Stack trace
#0 src/addons/XenConcept/UsernameChange/Entity/ChangeLog.php(54): XF\Mvc\Entity\Entity->save()
#1 src/XF/Mvc/Entity/Entity.php(1219): XenConcept\UsernameChange\Entity\ChangeLog->_postSave()
#2 src/addons/XenConcept/UsernameChange/ApprovalQueue/UsernameChange.php(52): XF\Mvc\Entity\Entity->save()
#3 [internal function]: XenConcept\UsernameChange\ApprovalQueue\UsernameChange->actionApprove(Object(XenConcept\UsernameChange\Entity\ChangeLog))
#4 src/XF/ApprovalQueue/AbstractHandler.php(120): call_user_func_array(Array, Array)
#5 src/XF/Job/ApprovalQueueProcess.php(67): XF\ApprovalQueue\AbstractHandler->performAction('approve', Object(XenConcept\UsernameChange\Entity\ChangeLog))
#6 src/XF.php(479): XF\Job\ApprovalQueueProcess->XF\Job\{closure}()
#7 src/XF/Job/ApprovalQueueProcess.php(68): XF::asVisitor(Object(XFMG\XF\Entity\User), Object(Closure))
#8 src/XF/Job/Manager.php(253): XF\Job\ApprovalQueueProcess->run(G)
#9 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#10 src/XF/Job/Manager.php(111): XF\Job\Manager->runJobEntry(Array, G)
#11 job.php(21): XF\Job\Manager->runByIds(Array, 8)
#12 {main}
What is going on here? I cannot find the logs mentioned above. But more importantly, how can a name be submitted for approval if it already exist?
Hello,With XF 2.2, this add-on will not be needed anymore. Is there a plan for importing the add-on's data?
We use essential cookies to make this site work, and optional cookies to enhance your experience.