View Full Version : Administrative and Maintenance Tools - Username Request
EagleNick
06-29-2008, 02:48 AM
Okay, I tested it but I am getting the Security Token Error.
I was reading a thread about some code that has to be added to the templates, and I did that for all of the Username Request templates... but I am still getting the error.
King Kovifor
06-29-2008, 01:56 PM
Okay, I tested it but I am getting the Security Token Error.
I was reading a thread about some code that has to be added to the templates, and I did that for all of the Username Request templates... but I am still getting the error.
It seems you are using v1.0.8, which doesn't include security token support. Please update to v1.0.9 for them to be added.
EagleNick
06-30-2008, 03:55 AM
It seems you are using v1.0.8, which doesn't include security token support. Please update to v1.0.9 for them to be added.
Before I upgraded I went through all my mods to see which ones have been updated and for some reason I marked this one as not updated.
I upgraded and of course, it works.
Thanks :D
Any word on if this works with 3.7.2 ?
Thanks :)
it's works fine for me :)
EagleNick
06-30-2008, 05:53 AM
It's working fine for me, too.
I finally upgraded earlier tonight.
King Kovifor
06-30-2008, 01:28 PM
Before I upgraded I went through all my mods to see which ones have been updated and for some reason I marked this one as not updated.
I upgraded and of course, it works.
Thanks :D
Glad it was a simple fix. :)
ti07shadow
07-06-2008, 05:40 PM
Umm is there a way to clear the history in the admin panel? Because its becoming clutteredd and hard to manage. BEcause it doesnt put the newest on top, it jus tputs them in like a abc order or something. because sometimes its in the middle of the list and whatnot.
King Kovifor
07-06-2008, 08:12 PM
Umm is there a way to clear the history in the admin panel? Because its becoming clutteredd and hard to manage. BEcause it doesnt put the newest on top, it jus tputs them in like a abc order or something. because sometimes its in the middle of the list and whatnot.
I don't believe so. I may either add pagination to the next version, or allow the administrator to remove history items. You could always drop the table and re-add it.
Amenadiel
07-08-2008, 09:24 PM
I'm prolly out of line here, but I'm using this mod on VB 3.7 and can't find the username history in the public profile.
I'm the admin so I can see it, but I want every user to be able to see the username history of the rest.
King Kovifor
07-09-2008, 02:20 AM
Well, the thing is I do it automatically. So the 3.7.x series has a completely different MemberInfo, this will require me to rewrite the portion. And I have it on my todo list to start and finish a new version.
EntranaRS
07-10-2008, 01:58 PM
Can you make this for 3.7.x?
blind-eddie
07-10-2008, 02:28 PM
Works just fine in 3.7.x
alfaowner
07-11-2008, 09:47 PM
Installed great on my heavily coded 3.6.6 patched,need to do the manual edit though:
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=requestusername">Change Username</a></td>
</tr>
King Kovifor
07-11-2008, 09:58 PM
Installed great on my heavily coded 3.6.6 patched,need to do the manual edit though:
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=requestusername">Change Username</a></td>
</tr>
That's because you do not have the required template hook.
harlita
07-12-2008, 08:03 AM
Oh my.... I look forward to your 3.7.x release! :O This will come in very very handy!
rex_b
07-13-2008, 01:41 PM
Anyway to approve "all" ?
King Kovifor
07-13-2008, 03:55 PM
Anyway to approve "all" ?
Not right now. I will add it to an internal bug tracker (for feature request).
home9000
07-13-2008, 11:38 PM
everything work fine with me except the PM it's send from ADMIN user even if I change it in AdminCP
King Kovifor
07-15-2008, 03:55 PM
everything work fine with me except the PM it's send from ADMIN user even if I change it in AdminCP
Thought I fixed that. Will check into it.
King Kovifor
07-17-2008, 07:03 PM
OK, now that I am developing this full time with TFH and SmnLikQuick I will chime in here to say that there is a solid feature set and will add some of the features many have been requesting.
m002.p
07-17-2008, 10:54 PM
This mod has so much potential for development. A 3.7 version would be an ideal opportunity to start including the requests and ideas from this thread, and demonstrate just how good this mod could be.
Nice work
King Kovifor
07-18-2008, 01:51 AM
This mod has so much potential for development. A 3.7 version would be an ideal opportunity to start including the requests and ideas from this thread, and demonstrate just how good this mod could be.
Nice work
Thanks for the kind words. What kinds of features do you see this mod having in the future and I will try for 1.1.0 or a 1.x.x update.
m002.p
07-18-2008, 05:24 PM
Hi King Kovifor,
Ive taken the time to trawl through this thread and make a list of most of the requests mentioned as well as adding some of my own (probably the hardest ones lol)
This is what I see would truly make this mod great from what users have suggested:
- Change amount limitations; frequency eg. only allowed once every month for instance
- Change amount limitations; limit per user eg. Jack may only request 5 requests (possibly integrate with vb permissions ie. adjust limits according to rank)
- Points integration with other mods ie vbcredits for example
- Multiple admin notification PM's (add allowance for multiple userids in admincp)
- Check for existing usernames before allowing request (maybe AJAX would be good)
- Reason for username request to show admins
- vb options to turn on/off limitations features, turn on/off notifications by PM, turn on/off request reasons required
- Option to download username change log as a .txt file via the admin CP
- Option to stop users requesting username when they have a request currently pending for approval. Maybe show message "You currently have a request pending", then display an option to change or remove their current request. In other words stop a user requesting multiple changes instead displaying current request and options to remove or change the request. (I think this would be a great feature, but possibly hard to integrate)
- Option in admin CP to remove the username history entries or whole of history
- Option in admin CP to sort username history into "Approved Requests" & "Disallowed requests"
I think if you could add all these suggestions to the mod, then you would have a finished and totally flexible, intergrated & fantastic mod for changing usernames.
On a side note, if you need any assistance in development, I would be more than happy to help you code some of the features.
Great work again, and good luck with the future releases!
Matt
King Kovifor
07-18-2008, 09:13 PM
Hi King Kovifor,
Ive taken the time to trawl through this thread and make a list of most of the requests mentioned as well as adding some of my own (probably the hardest ones lol)
This is what I see would truly make this mod great from what users have suggested:
Wow, you really have a liking to this mod. But thanks, I will actually mention what plans are.
- Change amount limitations; frequency eg. only allowed once every month for instance
- Change amount limitations; limit per user eg. Jack may only request 5 requests (possibly integrate with vb permissions ie. adjust limits according to rank)
Both of these have been planned since the beginning of development.
- Points integration with other mods ie vbcredits for example
I need example systems and what most users want. I believe I asked for this a while ago.
- Multiple admin notification PM's (add allowance for multiple userids in admincp)
Planned.
- Check for existing usernames before allowing request (maybe AJAX would be good)
This is already completed before a request is sent using built in vBulletin functions. I don't know AJAX and can do only minimal JS coding, so AJAX checking will probably not come.
- Reason for username request to show admins
Probably the most requested feature, and will be added.
- vb options to turn on/off limitations features, turn on/off notifications by PM, turn on/off request reasons required
Well the limitations will most likely be group permissions, so setting them to 0 or -1 will probably turn off limitations, but the notifications and request reasons will most likely be added.
- Option to download username change log as a .txt file via the admin CP
I am really bad at files, so the only back up for username change logs would be .xml.
- Option to stop users requesting username when they have a request currently pending for approval. Maybe show message "You currently have a request pending", then display an option to change or remove their current request. In other words stop a user requesting multiple changes instead displaying current request and options to remove or change the request. (I think this would be a great feature, but possibly hard to integrate)
This has been a planned feature for a while, and when I am closer to having a complete beta ready (I may not even do beta), I will explain how this is done.
- Option in admin CP to remove the username history entries or whole of history
As the history is essential for limitations (say Joey can have 5 changes in his entire membership), this will probably not be added. But I may add options to only show a certain amount of history in the ACP or modify the user table to add a count for total changes and total requests and such.
- Option in admin CP to sort username history into "Approved Requests" & "Disallowed requests"
This is an interesting idea, and will be very easy to implement using 1.1.x and I may even allow different display options (like by status, username, or date).
I think if you could add all these suggestions to the mod, then you would have a finished and totally flexible, intergrated & fantastic mod for changing usernames.
On a side note, if you need any assistance in development, I would be more than happy to help you code some of the features.
Great work again, and good luck with the future releases!
Matt
I believe I will be good on development, but I thank you for the offer. Just by this post I can tell that you would be a very dedicated developer. As most of these were planned, I hope to have some features for any releases after 1.1.x!
m002.p
07-18-2008, 10:28 PM
Thanks King.
After all, this is a community for sharing mods and helping each other by sharing ideas and hints etc. This mod is great, of course it is ;) but hey, you can tell that from the amount of comments and the number of installs.
By the way, I didnt mean to stick my nose in too far with my previous post and by no means put you in an arkward position with the suggestions mentioned. I know myself what coding involves and what it takes to develop mods let alone incorporate users suggestions etc. I am merely trying to make it easy for you, and apologise if I have caused any grief.
I wish you good luck with it, and like I said, im availiable if you require any help due to time restraints etc
Matt
King Kovifor
07-18-2008, 10:56 PM
Thanks King.
After all, this is a community for sharing mods and helping each other by sharing ideas and hints etc. This mod is great, of course it is ;) but hey, you can tell that from the amount of comments and the number of installs.
By the way, I didnt mean to stick my nose in too far with my previous post and by no means put you in an arkward position with the suggestions mentioned. I know myself what coding involves and what it takes to develop mods let alone incorporate users suggestions etc. I am merely trying to make it easy for you, and apologise if I have caused any grief.
I wish you good luck with it, and like I said, im availiable if you require any help due to time restraints etc
Matt
No! Not at all. I was actually shocked that someone would go through all 35 pages of this thread and actually right down all the suggestions. I have made sure they were all in my internal tracker, I marked 3 of them for 1.2.0+ (Meaning a future version) and most of them are for 1.1.0... Actually, I got my work cut out for me. As most of the changes I plan that were suggested make an almost complete rewrite of the back end required. Your list expanded my plans as I forgot what most users wanted, and well, is hopefully making this mod better. And shoot me an IM so I have it on any one if you want and I might ask for help if I need it. :P
m002.p
07-19-2008, 10:51 PM
Of course ^^, and its great to see you are happy to take on board the suggestions. Im sure the mod will be great in future releases as the one now is awesome.
If you are after my IM, ill PM it you now. Ill happily give support if required. Apart from that, I shall keep myself posted on development news and releases :D
King Kovifor
07-20-2008, 12:25 AM
Of course ^^, and its great to see you are happy to take on board the suggestions. Im sure the mod will be great in future releases as the one now is awesome.
If you are after my IM, ill PM it you now. Ill happily give support if required. Apart from that, I shall keep myself posted on development news and releases :D
Well I will probably develop a good bit on thursday and friday as I am leaving tomorrow for a few days. But It will be come sporadic. Camp season (for sports) is going on. Hate them. haha. But yeah, I may shoot you up for help if I need it and IM is easier.
EagleNick
07-21-2008, 02:45 AM
I don't know how hard this would be to do, but it would be very helpful in my case:
Automatically create a usernote for the user (vBulletin's User Notes system) when/if their username change request is approved.
Like I said, I don't know how difficult that would be but I thought I'd just throw it out there ;)
Good luck with the update. I'm looking forward to it. You certainly are working hard :)
King Kovifor
07-24-2008, 12:08 AM
I don't know how hard this would be to do, but it would be very helpful in my case:
Automatically create a usernote for the user (vBulletin's User Notes system) when/if their username change request is approved.
Like I said, I don't know how difficult that would be but I thought I'd just throw it out there ;)
Good luck with the update. I'm looking forward to it. You certainly are working hard :)
I may take a look and see if they have a DM for User Notes, but I wouldn't add that to a sub sequential versions. So I will throw it into my internal tracker and mark it for a later version.
iPodHacking.com
07-24-2008, 06:13 PM
I installed this on vbulletin 3.71 but my members get this when they go into the usercp
"Request Username: Errors
There appear to be errors with your username request. They are listed below.
* Username Request Permissions: Your group does not have the necessary permissions required to request a username change"
What would casue this
blind-eddie
07-24-2008, 06:24 PM
Set the usergroups you wish to be able to use the request name change.
via admincp/usergroups
iPodHacking.com
07-24-2008, 06:25 PM
oh. Thanks.
King Kovifor
07-24-2008, 11:06 PM
oh. Thanks.
Yep, permissions were your problem.
Spank
07-26-2008, 02:16 AM
Is it possible to have the Admin pm'd rather than emailed when a user requests a name change?
King Kovifor
07-26-2008, 03:16 AM
I send a pm. Email nitifications are automatically sent.
Spank
07-26-2008, 04:33 PM
Well how do you disable the email notification? My members will use this quite often, cos I don't want to be inundated with emails =D
King Kovifor
07-26-2008, 10:25 PM
Well how do you disable the email notification? My members will use this quite often, cos I don't want to be inundated with emails =D
Well, from this modification, not exactly sure you can. If you want to do it for all PMs you receive, you may go here:
User CP -> Edit Options -> "Receive Email Notification of New Private Messages" (Uncheck It).
ShiZoPhreN
07-30-2008, 05:22 PM
Hello King Kovifor :)
I have 2 Feature Requests:
1. Reason ( I need a Reason for change the Nickname, i think a reason field is nice and the
Admin becomes the Reason in the PN )
2. Profil field for "aka" btw nickb alias nickb also a Nickhistory in Profil
Thanks in Advance :) and sorry my bad English :P
King Kovifor
07-30-2008, 05:32 PM
Hello King Kovifor :)
I have 2 Feature Requests:
1. Reason ( I need a Reason for change the Nickname, i think a reason field is nice and the
Admin becomes the Reason in the PN )
2. Profil field for "aka" btw nickb alias nickb also a Nickhistory in Profil
Thanks in Advance :) and sorry my bad English :P
I am confused on number 2, but I have a new version in the works for 1.
ShiZoPhreN
07-30-2008, 06:44 PM
I am confused on number 2, but I have a new version in the works for 1.
Nice! :)
Number 2: The History won't displayed in the profile, becuase of the Add-On which is still for 3.6.x and not compatible for version 3.7 yet
King Kovifor
07-30-2008, 09:19 PM
Nice! :)
Number 2: The History won't displayed in the profile, becuase of the Add-On which is still for 3.6.x and not compatible for version 3.7 yet
That too will be fixed.
ShiZoPhreN
07-30-2008, 10:58 PM
Thanks Dude :)
you have date, you will this released?
King Kovifor
07-31-2008, 03:45 PM
Thanks Dude :)
you have date, you will this released?
I've learned not to give definite dates.
puroeuro
08-09-2008, 01:40 PM
As the history is essential for limitations (say Joey can have 5 changes in his entire membership), this will probably not be added. But I may add options to only show a certain amount of history in the ACP or modify the user table to add a count for total changes and total requests and such.
no i know you had said this but, is there any way to delete the username change from the history? i had to disable it from showing in the profile, as when i did a "test" change for my account it listed it in there and said it was not approved since i denied it. i'd like to be able to show those that are approved only so members know when someone's username has been changed and not the denied ones. is this possible? if not no big deal, i can live with it disabled. i just didn't want people seeing "test" in my profile for a username request and being denied for it. :erm:
King Kovifor
08-09-2008, 03:32 PM
No, there is no way to delete history.
puroeuro
08-09-2008, 03:53 PM
so i guess i shouldn't have tested it with my account. lol. thanks anyway.
King Kovifor
08-09-2008, 05:00 PM
I guess you could manually run SQL queries to remove them. Username history is being improved on for v1.1.x.
puroeuro
08-09-2008, 07:53 PM
will it still work with 3.6 versions of vb though, for you 1.1.x update? also i'd have to be walked through running that SQL to do it, but then if i did it that way i'd loose everyone's change, so i can live with them not seeing it.
King Kovifor
08-09-2008, 08:32 PM
SQL Queries can be run to remove rows based on certain conditionals. And most likely yes, but there will be features that won't work and I will not be coding it to work for 3.6.
puroeuro
08-09-2008, 09:05 PM
if i did decide to run the SQL what conditionals would i need to be looking for?
King Kovifor
08-09-2008, 09:11 PM
You would need to know your ID and the status.
m002.p
08-14-2008, 10:26 PM
if i did decide to run the SQL what conditionals would i need to be looking for?
If you have phpmyadmin access to the forum database, take a peak there. It might be easier to visually see what needs doing or changing with an interface than running SQL queries that you might not be too familar with or even worse, could cost you dearly.
King Kovifor
09-05-2008, 07:23 PM
v1.1.0 is coming along nicely. I need to do a few major things like:
Limitations
Allowing One Request Per Time
I am working on phrasing now and Allowing one request per time will be next. Should have a release soon enough. ;)
djbaxter
09-05-2008, 08:05 PM
I think I may have already asked this but is there anyway to move the menu item out of "Moderated Items" to "Details" in UserCP?
King Kovifor
09-05-2008, 08:07 PM
I think I may have already asked this but is there anyway to move the menu item out of "Moderated Items" to "Details" in UserCP?
Hm?
djbaxter
09-05-2008, 08:20 PM
See menu1 attached with "Request Username" way down at the bottom under Moderated Items".
I'm asking if it can be placed near "Edit Details" or "Edit Options" where it's easier for members to find it - see menu2, attached.
King Kovifor
09-06-2008, 03:02 AM
See menu1 attached with "Request Username" way down at the bottom under Moderated Items".
I'm asking if it can be placed near "Edit Details" or "Edit Options" where it's easier for members to find it - see menu2, attached.
Unless they added template hooks, it's stuck down there. :(
inciarco
09-06-2008, 07:29 AM
Gread Mod. :up:
I've Noticed that Once a Username is Used even if it has been Changed and is Free to Use (No User has it), the Mod don't Allow to Use that Name Again (even if is Available). Is important to Perfect the Hack so that if the Username is Available and No User has Requested It (Is in the List of Requests), the Mod Allows the User to Ask for that Username; right now the User Gets a "Violation of Rules" Message. :confused:
I've also noticed that is Important to Perfect the Process of Acceptance of Usernames, because I've made the Simulation of a Username to be Requested and before the Admin being Able to Approve it another User Creates an Account with that Name (I changed an Existing Account Username to Simulate that), when doing the Approval Process the Mod generates an Error Message, Don't Send any PM, and don't Apply the Change (that's the Good News), but the Process gets Stopped Suddenly and the Mod don't Allow a Good Exit (like a Window Informing about the Current Existance of the Username, and of course Denying the Change and Sending the PM to the User noticing the Reject of the Request). :confused:
I Hope those 2 Little Bugs can be Solved on the Next Release, this is a GREAT MOD, I've Nominated it for MOTM because in all Boards the Changing of Usernames is Asked and this Mod simplifies that Process a lot.
One More Thing (3): Is it possible to Update it to vB3.7.3?? The Process gets done but the Profile Information about Usernames Changes can't be shown because of the Changes vBulletin made on the Member Profile Page. :confused:
My Best Regards, and Again Thank You for Sharing this Great Mod.
:)
King Kovifor
09-06-2008, 04:10 PM
Gread Mod. :up:
I've Noticed that Once a Username is Used even if it has been Changed and is Free to Use (No User has it), the Mod don't Allow to Use that Name Again (even if is Available). Is important to Perfect the Hack so that if the Username is Available and No User has Requested It (Is in the List of Requests), the Mod Allows the User to Ask for that Username; right now the User Gets a "Violation of Rules" Message. :confused:
I've also noticed that is Important to Perfect the Process of Acceptance of Usernames, because I've made the Simulation of a Username to be Requested and before the Admin being Able to Approve it another User Creates an Account with that Name (I changed an Existing Account Username to Simulate that), when doing the Approval Process the Mod generates an Error Message, Don't Send any PM, and don't Apply the Change (that's the Good News), but the Process gets Stopped Suddenly and the Mod don't Allow a Good Exit (like a Window Informing about the Current Existance of the Username, and of course Denying the Change and Sending the PM to the User noticing the Reject of the Request). :confused:
I Hope those 2 Little Bugs can be Solved on the Next Release, this is a GREAT MOD, I've Nominated it for MOTM because in all Boards the Changing of Usernames is Asked and this Mod simplifies that Process a lot.
One More Thing (3): Is it possible to Update it to vB3.7.3?? The Process gets done but the Profile Information about Usernames Changes can't be shown because of the Changes vBulletin made on the Member Profile Page. :confused:
My Best Regards, and Again Thank You for Sharing this Great Mod.
:)
What error message do you receive? And I see no reason why the modification would not allow you to request a username if it isn't there. Has there been a name that was originally that?
King Kovifor
09-06-2008, 05:20 PM
See menu1 attached with "Request Username" way down at the bottom under Moderated Items".
I'm asking if it can be placed near "Edit Details" or "Edit Options" where it's easier for members to find it - see menu2, attached.
Currently they only have the one template hook. :(
students_forum
09-06-2008, 06:20 PM
I send a pm. Email nitifications are automatically sent.
Administrator Notification
Please place the id of the user who you would like to receive notifications.
PM Sender
What is the id of the user who you would like to "send the message".
Neither of these seem to work. I get no notification and the user who submitted gets a PM from me as opposed to the general account ... I am using 3.7.2 if that is any help
King Kovifor
09-06-2008, 06:31 PM
These are both fixed in 1.1.0.
students_forum
09-06-2008, 06:44 PM
These are both fixed in 1.1.0.
arh thanks ... :)
King Kovifor
09-06-2008, 06:55 PM
arh thanks ... :)
1.1.0 should be out by the end of september.
inciarco
09-07-2008, 04:57 AM
What error message do you receive? And I see no reason why the modification would not allow you to request a username if it isn't there. Has there been a name that was originally that?
When a User Asks for a New Username1 and I Approve it, and then Asks for a New Change to Username2, the Username1 isn't Available Any More even if it's Free. All the Times I Get the Error Message from the Mod "Rule Violation: The username that you have submitted violates one of the Username Rules that the administrator has specified.", I've just tried it one more time with an Old Appreoved and Changed Username with this Mod on my Forums and that's the Error Message the Mod Displays, so the Usernames Once Used the Mod Never Allows them to be Used Again; there should be something on the Code; you should be Checking for All Usernames in the History of the Usernames Requests, and what you Should be Really Looking for are the Current and Not Yet Approved/Rejected Usernames.
My Best Regards.
:)
King Kovifor
09-07-2008, 01:56 PM
When a User Asks for a New Username1 and I Approve it, and then Asks for a New Change to Username2, the Username1 isn't Available Any More even if it's Free. All the Times I Get the Error Message from the Mod "Rule Violation: The username that you have submitted violates one of the Username Rules that the administrator has specified.", I've just tried it one more time with an Old Appreoved and Changed Username with this Mod on my Forums and that's the Error Message the Mod Displays, so the Usernames Once Used the Mod Never Allows them to be Used Again; there should be something on the Code; you should be Checking for All Usernames in the History of the Usernames Requests, and what you Should be Really Looking for are the Current and Not Yet Approved/Rejected Usernames.
My Best Regards.
:)
For the first problem (username being once used and changed) your problem is not 'with this mod' but with your vBulletin settings actually. Located in the vBOptions under User Registrations Options you have a setting called Username Reuse Delay that is set to 365 by default meaning no previously used username can be used within a year after the last day the last one was used. Setting this to 0 should solve your problem.
The code uses default vBulletin functions to check usernames. The code does not bias based on if someone has requested it already, and this task will get even more complex in the next version.
inciarco
09-07-2008, 05:58 PM
For the first problem (username being once used and changed) your problem is not 'with this mod' but with your vBulletin settings actually. Located in the vBOptions under User Registrations Options you have a setting called Username Reuse Delay that is set to 365 by default meaning no previously used username can be used within a year after the last day the last one was used. Setting this to 0 should solve your problem.
The code uses default vBulletin functions to check usernames. The code does not bias based on if someone has requested it already, and this task will get even more complex in the next version.
You're Right King Kovifor, the Option is there, that was the Problem; I appreciate your Guide, I didn't knew that Option on vB373, it don't Exist on vB368. :o
The other Problem when an User Registers with an Username Requested by other Existing User, and when Approving receiving an Error Message and the Existing User didn't Receiving the Reject Notice of the Requested Username, is still there, I hope you can Enhance it on your next Update.
I Like a Lot This Mod, is Really Very Useful.
By the way, the Mod works Fine on vB373.
Thank You Very Much. :up:
My Best Regards.
:)
Twilkey
09-07-2008, 08:55 PM
I easily implemented vBCredits into this. I hard coded it, but I can easily add settings for it and such. All I added was one query.
King Kovifor
09-07-2008, 11:27 PM
I easily implemented vBCredits into this. I hard coded it, but I can easily add settings for it and such. All I added was one query.
If you would like it to become a default feature, please contact me through PM and I will see about integrating your code into 1.1.0...
King Kovifor
09-07-2008, 11:29 PM
You're Right King Kovifor, the Option is there, that was the Problem; I appreciate your Guide, I didn't knew that Option on vB373, it don't Exist on vB368. :o
The other Problem when an User Registers with an Username Requested by other Existing User, and when Approving receiving an Error Message and the Existing User didn't Receiving the Reject Notice of the Requested Username, is still there, I hope you can Enhance it on your next Update.
I Like a Lot This Mod, is Really Very Useful.
By the way, the Mod works Fine on vB373.
Thank You Very Much. :up:
My Best Regards.
:)
I may look into this for a later version.
King Kovifor
09-09-2008, 12:29 AM
I easily implemented vBCredits into this. I hard coded it, but I can easily add settings for it and such. All I added was one query.
I have now Implemented Twilkey's code and made some improvements + added options for it. :) This will be included in 1.1.0!
Bilderback
09-24-2008, 01:54 AM
I like this Mod also but I still dont like the fact that a user can submit multiple requests.
How would I add a check to the system.
For instance, when a uers submits a request, it checks to see if they have already submitted
one, and if so, it will give them an error, "You have a request pending." or something similar.
I just had another user submit 20 requests before I could get to the board today to moderate.
How would I accomplish this?
Through a query to the database to check?
Thanks
King Kovifor
09-24-2008, 02:10 AM
I have a very complex system being put into place for how to handle this for 1.1.0. So hang in tight for me to get the time to finish the update.
Bilderback
09-24-2008, 03:10 AM
Excellent- wish I could help but my php is more phpoop right now as I'm learning.
Its definitely worth the wait though- simple things like this make moderation easier.
King Kovifor
09-24-2008, 11:18 PM
Well, it's getting more and more complex PHP wise - just the ACP is 10x more advanced.
Bilderback
09-27-2008, 02:34 AM
I've been trying my best to customize the message and provide the ACP access url in the PM.
I wish the submitted PM was actually a template rather than a phrase- would be much easier to customize.
Any suggestions?
Would it be as simple as changing $message=construct(vbphrase) to a $message=eval(templatename) ?
King Kovifor
09-27-2008, 03:01 AM
I've been trying my best to customize the message and provide the ACP access url in the PM.
I wish the submitted PM was actually a template rather than a phrase- would be much easier to customize.
Any suggestions?
Would it be as simple as changing $message=construct(vbphrase) to a $message=eval(templatename) ?
No, it would be more difficult. Why do you say it would be easier to customize?
Bilderback
09-27-2008, 03:15 AM
So I could customize the PM which is sent to the admin.
EDIT-sorry ,misread question.
Because I cannot use vb variables or html in the phrase.
I was attempting to hyperlink the text:
You may approve or disapprove this in the ACP.
by changing it to
'You may approve or disapprove this in the ACP by clicking here'
but $vboptions[bburl] wont parse.
King Kovifor
09-27-2008, 11:41 PM
Since you are customizing it for yourself, put the direct link inside of it. HTML can be placed inside of phrases.
Bilderback
09-28-2008, 12:26 AM
Since you are customizing it for yourself, put the direct link inside of it. HTML can be placed inside of phrases.
I tried but couldnt find a decent solution for a $vboptions[bburl] replacement with html.
The entire domain-specific url would have to be used which I try to avoid.
Its no big deal- I just thought it would give the admin easier access by providing the admincp link.
King Kovifor
09-28-2008, 03:20 PM
I tried but couldnt find a decent solution for a $vboptions[bburl] replacement with html.
The entire domain-specific url would have to be used which I try to avoid.
Its no big deal- I just thought it would give the admin easier access by providing the admincp link.
<a href="admincp/index.php?loc=unreq.php">here</a>
That should work and directly links to the requests.
Bilderback
09-28-2008, 03:57 PM
html doesnt work in this particular phrase.
and if I use url bbcode, it shows http://admincp/index.php?loc=unreq.php
I guess maybe I should find out why this particular Phrase is not allowing the html and
that would solve my problem.
King Kovifor
09-28-2008, 04:02 PM
html doesnt work in this particular phrase.
and if I use url bbcode, it shows http://admincp/index.php?loc=unreq.php
I guess maybe I should find out why this particular Phrase is not allowing the html and
that would solve my problem.
Can you please post the phrase you are using?
Bilderback
09-28-2008, 07:33 PM
using phrase:
unreq_adminpm_txt
King Kovifor
09-28-2008, 11:06 PM
using phrase:
unreq_adminpm_txt
I mean the exact contents of the phrase you are using. So I can see why it isn't working (or better yet, linking to http://admincp/).
Bilderback
09-29-2008, 12:18 AM
I tried html but it did not parse in the PM and only showed as text with this:
{1} has requested that his username be changed to {2}. You may approve or disapprove this in the <a href="admincp/index.php?loc=unreq.php">ACP by clicking here</a>.
PM output was text - no html parsed.
King Kovifor
09-29-2008, 01:12 AM
I tried html but it did not parse in the PM and only showed as text with this:
{1} has requested that his username be changed to {2}. You may approve or disapprove this in the <a href="admincp/index.php?loc=unreq.php">ACP by clicking here</a>.
PM output was text - no html parsed.
Hmm. Since it's for your bored, can you harrcode the link?
Bilderback
09-29-2008, 04:05 PM
Yes,I can hardcode it with no problem... I just try to avoid that.
But I have to use bbcode since the html wont parse at all in the phrase.
islandcommuter
09-30-2008, 04:31 PM
We moved 40,000 users from a board that used email/pwd for login, so we had 10,000 duplicated usernames we had to change to make unique.
Without this mod we would have had open revolt... or a nightmare of a conversion. I prayed this was a solid mod, and it is bulletproof, what we can see.
Where's your paypal donation link? ;)
King Kovifor
09-30-2008, 10:26 PM
We moved 40,000 users from a board that used email/pwd for login, so we had 10,000 duplicated usernames we had to change to make unique.
Without this mod we would have had open revolt... or a nightmare of a conversion. I prayed this was a solid mod, and it is bulletproof, what we can see.
Where's your paypal donation link? ;)
I'm glad my mod helped you so much! And It's not existent sadly enough. lol. But it's the thought that counts. :)
jb_008
10-01-2008, 04:33 AM
Thanks, this feature should be standard in the software and just a on/off switch. Just imported all my users over last night and woke up to several hundred users looking to change usernames and requesting passwords, this will help out a lot.
oxsite
10-05-2008, 05:43 AM
How do using this mod ?
King Kovifor
10-05-2008, 02:11 PM
How do using this mod ?
This mod allows users to request names through their user control panel, if you allow them permission to within the usergroup permissions. Then, these requests are added to a queue that is displayed inside of the admin control panel. This list allows you the option to do several things.
Bounce
10-07-2008, 07:37 PM
An excellent Idea...
Will this work with 3.7.3 ?:up:
King Kovifor
10-07-2008, 08:05 PM
An excellent Idea...
Will this work with 3.7.3 ?:up:
They should. v1.1.0 is designed and coded on vB 3.7
Bounce
10-07-2008, 08:18 PM
They should. v1.1.0 is designed and coded on vB 3.7
Thanks does indeed work perfectly, just installed, many thanks :up:
They should. v1.1.0 is designed and coded on vB 3.7
Hi, where is v1.1.0 of this product?
King Kovifor
10-08-2008, 12:06 AM
Hi, where is v1.1.0 of this product?
In development.
islandcommuter
10-21-2008, 09:14 PM
Can you tell me where I can find the text for approve/reject PM's? I'd like to customize those a bit.
Thanks!
King Kovifor
10-21-2008, 10:14 PM
THey should be located within the phrase manager. I'm not sure of the exact name.
lille L
10-25-2008, 07:05 PM
This is very nice ! But I dont see the choice under users in CP. What is wrong?
King Kovifor
10-25-2008, 07:33 PM
This is very nice ! But I dont see the choice under users in CP. What is wrong?
Make sure you set the usergroup permissions.
lille L
10-25-2008, 09:36 PM
Ok?
Cause the only place I can se this is in the forum CP, vbull choices...
but no choice in usergroup pre. or this new tag under admin CP users.
lille L
10-26-2008, 06:30 AM
Ops, I found the problem. Thanks for support and a nice add on
kiwivc
11-02-2008, 09:03 AM
I'm wanting to have the profile history made collapsible in my users profiles. Some members have histories that cause far too much scrolling and it would be good to collapse it out of view when it's not needed. Could someone please help? :beg:
I'm running 3.6.8 PL2
King Kovifor
11-02-2008, 03:45 PM
I'm wanting to have the profile history made collapsible in my users profiles. Some members have histories that cause far too much scrolling and it would be good to collapse it out of view when it's not needed. Could someone please help? :beg:
I'm running 3.6.8 PL2
It's just some simple HTML. I may be able to give you some code later today.
kiwivc
11-05-2008, 10:39 PM
It's just some simple HTML. I may be able to give you some code later today.
Never mind and thanks for the offer. I've got it sorted already.
cheers :)
Kiros72
11-12-2008, 07:08 AM
In development.
Soo... Koviforifor...
What else needs to be done before it's released? I told everyone what I would wait to reinstall it when 1.10 came out (since it would be compatible with 3.7.x). I'm just dying to get this beautiful modification back on my forums. I know that tweaking and working out the bugs is easier said than done, but I'm just curious if it might be released soon.
:D
King Kovifor
11-12-2008, 07:37 PM
Soo... Koviforifor...
What else needs to be done before it's released? I told everyone what I would wait to reinstall it when 1.10 came out (since it would be compatible with 3.7.x). I'm just dying to get this beautiful modification back on my forums. I know that tweaking and working out the bugs is easier said than done, but I'm just curious if it might be released soon.
:D
Major thing is limitations. I need to learn how to do this as I have never done something like this. There's an upgrade path from 1.0.x - which works with 3.7 minus the user profile features. :(
Kiros72
11-13-2008, 03:42 AM
I know what you mean. A lot of what I learned about coding was either from trial and error or from analyzing someone else's working code. Except for MySQL jazz... Queries always confuse me, so I end up having to copy and paste, then modify ._.
Glamology
11-26-2008, 04:08 PM
Would it be possible to automate accepting the changes?
King Kovifor
11-27-2008, 02:36 AM
Would it be possible to automate accepting the changes?
The latest version should work this way...
King Kovifor
12-31-2008, 05:23 PM
Update:
1.1.0 was very close to being done... Then I screwed up and overwrote a quarter of the code so I gotta rewrite it. :(
Kiros72
12-31-2008, 07:13 PM
I feel your pain ._.
Happy New Year's Eve!
Ouch...
I spent the last 12 hours drunkenly writing two (I think) scripts to do the most smallest tasks.
Plus I fought off a major spam attack (some automated bot spent over 4 hours downloading a blank 403 error page 25 times a minute until I iptabled his ass) and some script kiddy newbs trying to exploit WebCalendar and xcart remote execution vulnerabilities on my VBULLETIN FORUM.
Waste of a day but kinda fun..... 2009 rocks. See ya there Jeremy and Ben.
Signed erm.... Future boy. :D
Danny-E
01-05-2009, 09:41 PM
Update:
1.1.0 was very close to being done... Then I screwed up and overwrote a quarter of the code so I gotta rewrite it. :(
looking forward to the new release :) will be installing once its finished
soniceffect
01-11-2009, 12:54 PM
Does anyone know if this works with 3.8?
johnrizz
01-11-2009, 01:50 PM
Wouldn't work for me in 3.7.3 so I kind of dough it will in 3.8
students_forum
01-11-2009, 02:09 PM
Wouldn't work for me in 3.7.3 so I kind of dough it will in 3.8
I have 3.7.3 and works fine for me
djbaxter
01-11-2009, 02:11 PM
It worked fine for me in 3.7x and now it's working for me in 3.8.
King Kovifor
01-11-2009, 02:20 PM
Does anyone know if this works with 3.8?
The vBulletin code I have used to build this has not changed much (if at all) since 3.6, so I am 99.9% certain that it would work on 3.8.
soniceffect
01-11-2009, 07:22 PM
excellent ... will have a play later .. cheers
doesn't work for me on vB 3.8 :(
MindStar
01-12-2009, 08:47 PM
Hi got this working on vB 3.8 - needed to add permissions to use it via the UserGroups.
Suggestion for the next version: could you display the moderation queue count for members requesting username changes on the default Admin CP "Summary Screen" - the one that lists all the Users, Threads, Posts, Attachments, Events, etc.
Thanks :)
King Kovifor
01-13-2009, 08:52 PM
Hi got this working on vB 3.8 - needed to add permissions to use it via the UserGroups.
Suggestion for the next version: could you display the moderation queue count for members requesting username changes on the default Admin CP "Summary Screen" - the one that lists all the Users, Threads, Posts, Attachments, Events, etc.
Thanks :)
That requires a file edit or a major plugin hack that I really don't want to write for right now. ;) Maybe in another version.
ibuddy
01-20-2009, 08:44 AM
anyway to approve all instead of doing them all manually?
djbaxter
01-20-2009, 12:51 PM
anyway to approve all instead of doing them all manually?
How many name change requests are you anticipating a day? :eek:
King Kovifor
01-20-2009, 08:07 PM
anyway to approve all instead of doing them all manually?
Either 1.1 or 1.2 will include a check box way of approving it. But this will be rather difficult due to major changes in 1.1.
Leo Brazil
01-21-2009, 06:32 PM
I've got it running on 3.8.0 the only thing is admin doesn't receive any MPs about requests at all. Users are getting status MPs OK.
Question, is there a way to include the new username that's was approved on MP status title ?
I'm asking this because I know there is a phrase to include this info on MP body but I remove $message from my MPs notications to force users to login to check the content of MPs instead of just checking it through their notifications. This is because I can improve traffic with this.
Any tips ?
rarehabbo
01-21-2009, 06:53 PM
ive got this error Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
King Kovifor
01-21-2009, 07:12 PM
I've got it running on 3.8.0 the only thing is admin doesn't receive any MPs about requests at all. Users are getting status MPs OK.
Question, is there a way to include the new username that's was approved on MP status title ?
I'm asking this because I know there is a phrase to include this info on MP body but I remove $message from my MPs notications to force users to login to check the content of MPs instead of just checking it through their notifications. This is because I can improve traffic with this.
Any tips ?
RIght now, the code doesn't support this. But, I may be able to get this built into 1.1 or 1.2. I'll get a public bug tracker for all this up soon. :)
ive got this error Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
ACP -> Usergroups -> Choose Group -> Can Request Username Change -> Yes
rarehabbo
01-21-2009, 07:26 PM
ahh thank you man
King Kovifor
01-21-2009, 07:33 PM
Any time. :)
alfaowner
01-21-2009, 11:40 PM
I've got it running on 3.8.0 the only thing is admin doesn't receive any MPs about requests at all. Users are getting status MPs OK.
Question, is there a way to include the new username that's was approved on MP status title ?
I'm asking this because I know there is a phrase to include this info on MP body but I remove $message from my MPs notications to force users to login to check the content of MPs instead of just checking it through their notifications. This is because I can improve traffic with this.
Any tips ?
Brill, say as me!
Leo Brazil
01-22-2009, 01:04 PM
RIght now, the code doesn't support this. But, I may be able to get this built into 1.1 or 1.2. I'll get a public bug tracker for all this up soon. :)
Thanks King, I'll wait for this.
This mod has a lot of potential. I used to get lots of requests to change usernames all the time and with this mod it'll be easy to handle this task.
I don't know you guys but new users specially always choose dumb or long usernames when the register and after the got sticky to the forum they figured out how dumb the was in doing that and ask for changes.
tigrattack
02-01-2009, 01:29 PM
Awesome mod...my membership will appreciate this and it will keep requests out of the shoutbox :)
Thanks
Adem GEN?
02-06-2009, 03:38 PM
Thanks, Installed
Full translation, Turkish Language Files
Overwrite your existing language files.
Mevcut dil dosyanızın üzerine yazın tamamdır.
Adem GEN?
02-07-2009, 12:31 AM
Hello,
I'm using username quota,
Max limit: 10
Min limit: 3
This does not apply quotas plugin
Is there anything I can do? OR you?
Thank you
King Kovifor
02-07-2009, 12:41 AM
Quotas aren't in 1.0.9... Where are you setting these?
Adem GEN?
02-07-2009, 12:57 AM
Members of the new user name in the request
Example: Can request a new user name, 11 characters.
Adem GEN?
02-07-2009, 01:01 AM
<div align="left">Okay, pardon the limit is applied quotas off.</div>
King Kovifor
02-07-2009, 06:23 PM
Okay, pardon the limit is applied quotas off.
If a username is against any rules (the same as signing up) it should be rejected by this product. Is it not?
alfaowner
02-28-2009, 03:00 PM
I get this error message when I press approve? (vb 3.6.4)
Fatal error: Cannot use object of type vB_DataManager_PM as array in /usr/home/alfaow/public_html/forum/includes/class_bbcode.php(326) : eval()'d code on line 83
King Kovifor
02-28-2009, 04:54 PM
I get this error message when I press approve? (vb 3.6.4)
Fatal error: Cannot use object of type vB_DataManager_PM as array in /usr/home/alfaow/public_html/forum/includes/class_bbcode.php(326) : eval()'d code on line 83
I will look into this.
abrecher
03-04-2009, 05:34 PM
I've been using this plugin since its inception and I'd like to really thank the author. It's saved my mods and myself a huge amount of time.
We'd like to allow our members the ability to change their usernames themselves, without having the process moderated. Is this possible with this plugin ? If not, are there any others out there that allow this ?
King Kovifor
03-04-2009, 10:10 PM
It's not available in this plugin, yet.
SkyCatcher
03-05-2009, 09:13 AM
So, I have a weird situation.
A User is trying to change his name to Synister. The system tells him it's in violation of forum usernamed. I cleared the list - no usernames are illegal right now.
It let me request Syn Syni Synis Synist Syniste but not Synister.....
Also Eightletters and Madmoo worked as well so it's not the length. Where is it getting it's conditional from since I have not added any usernames to the illegal list?
3.7
King Kovifor
03-05-2009, 08:46 PM
Default vBulletin code handles the actual check. I just feed it in the username. But, has "Synister" been used before (in the past year?)
abrecher
03-05-2009, 09:56 PM
It's not available in this plugin, yet.
What I would give for this!
Are there any others besides this one out there ?
Celtic_Mad
05-11-2009, 02:27 PM
Any news on an update?
bigcurt
05-12-2009, 05:46 AM
Same question from me. Great modification.
marshal_ramdev
05-31-2009, 04:07 PM
thanks
Welshy2008
06-06-2009, 12:42 PM
Does this work on 3.8.1 PL1 please?
Welshy2008
06-07-2009, 07:14 PM
Works Great on 3.8.1
Is there any way that I can stop the PM's?
Many Thanks.
Welshy2008
06-07-2009, 07:45 PM
Works Great on 3.8.1
Is there any way that I can stop the PM's?
Many Thanks.
Just leave the box empty?
King Kovifor
06-08-2009, 12:00 AM
Works Great on 3.8.1
Is there any way that I can stop the PM's?
Many Thanks.
Leaving the box blank should work.
kiwivc
07-01-2009, 06:46 AM
Running 3.6.8 PL2
Is there a way to remove the username history from ONE user?
Is there a way/ what is the process to make the Username Request Page in the ACP to display with the newest requests at the top rather than the bottom? (Please don't tell me to turn my monitor upside down)
Thanks in advance :)
King Kovifor
07-01-2009, 12:50 PM
Currently there is no easy way. :(
kiwivc
07-02-2009, 12:53 AM
Currently there is no easy way. :(
Oh well, thanks anyway :). It's still an awesome mod and has worked flawlessly on my board.
alfaowner
08-12-2009, 11:12 PM
Username history not showng in profile on 3.8.3? any ideas why as the rest of this addon works fine
djbaxter
08-12-2009, 11:31 PM
Username history not showng in profile on 3.8.3? any ideas why as the rest of this addon works fine
It never did show in the profile, AFAIK. You can see it in the Admin CP under Users.
King Kovifor
08-16-2009, 03:15 AM
The new profile system requires a tab, mine is still built around the 3.6 profiles.
Kiros72
08-17-2009, 04:18 AM
Is the tab thing the only thing that's keeping the new version from being spread among the masses?
krozar
08-18-2009, 10:39 PM
Receiving the same error that another poster mentioned:
Fatal error: Cannot use object of type vB_DataManager_PM as array in /var/www/includes/class_bbcode.php(360) : eval()'d code on line 41
Happens when someone submits a username request (profile.php?do=submitrequest). However, the request still appears in the adminCP.
Running 3.8.3 and tried reinstalling the mod. It used to work fine for several months. AFAIK nothing major has changed.
King Kovifor
08-19-2009, 11:43 PM
Is the tab thing the only thing that's keeping the new version from being spread among the masses?
No.
Receiving the same error that another poster mentioned:
Happens when someone submits a username request (profile.php?do=submitrequest). However, the request still appears in the adminCP.
Running 3.8.3 and tried reinstalling the mod. It used to work fine for several months. AFAIK nothing major has changed.
Hmmm, I haven't seen that before.
krozar
08-20-2009, 02:19 AM
It's really boggling my mind. When I comment out the PM code in the main plugin, it will work just fine sans a PM. However the confirmation PMs from /admin/unreq.php work just fine. I have no clue what class_bbcode would have anything to do with this. I have tried altering the code a bit but getting the same results. Seems to look more and more like it's outside the realm of your addon entirely but putting this out there to see if anyone else is having the same issue.
EDIT:
I isolated the problem. In /includes/class_bbcode.php the error stems from the hook location bbcode_parse_start.
I isolated it to the addon Advanced BBcode Permissions. It's an important addon for my forum, however I think I know where to start next.
bigcurt
09-27-2009, 03:10 AM
Thanks bud. Can't wait for new version.
CrosseyedGamer
10-16-2009, 05:52 PM
just installed, uninstalled and installed again. I am not seeing the user request in the admincp. Using 3.8. Does this work for that?
FYI - I checked and the request username is in the CP.
djbaxter
10-16-2009, 10:06 PM
just installed, uninstalled and installed again. I am not seeing the user request in the admincp. Using 3.8. Does this work for that?
FYI - I checked and the request username is in the CP.
:confused:
So... it's not in the ACP? it IS in the ACP? which is it?
Check it at Admin CP | Users | Username Requests (down at the bottom of the list probably).
Sidewindr
11-08-2009, 04:47 AM
Anyone have any idea how to change the notification from User based to Group based?? ie. I want to sent a notification to all Super Moderators when a username change is requested...
King Kovifor
11-08-2009, 05:47 PM
No functionality to do that at this time.
dzstars
12-04-2009, 03:04 PM
3.8.4 §§§§§§؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟
JulianD
12-07-2009, 12:36 PM
This modification is great but it needs a lot of modification. I did already modify mine in my main forum and it's working as I like.
I fixed some bugs and did a schedule task to change nicks at night when traffic is low.
MonkYZ
12-28-2009, 09:42 PM
Is there any chance for this addon to be updated for 3.8.x ? I really need it to display username history...
Thanks in advance !
djbaxter
12-28-2009, 11:26 PM
Is there any chance for this addon to be updated for 3.8.x ? I really need it to display username history...
Thanks in advance !
It already works for 3.8x.
abdelghani68
12-30-2009, 04:02 PM
is there an update for vb 4 ?
Leo Brazil
01-05-2010, 09:31 AM
is there an update for vb 4 ?
No doubt this mod is really handy on my board and would be great to see it for vB 4
jb_008
01-12-2010, 08:32 PM
I agree, have not upgraded to v4 yet, but my users use it all the time. Would be nice too to add some more options, like the ability to flush the list, and to maybe have the newest requests at the top of the page instead of the bottom...
Spinball
01-13-2010, 11:40 AM
Can I make an enhancement request, please?
We have people who have changed their name and our moderators are then having problems tracking them down. This applies to trouble makers particularly.
When someone's request is granted and their name is changed, could we have a new user note created automatically stating what the old user name was?
Thanks
jb_008
01-13-2010, 10:59 PM
Just tried adding it to VB 4.0.1 and it looks like it produces the error when you go into the users My Profile:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: memberinfo_username_history in [path]\includes\functions.php on line 3893
Looks like the backend part in the admin side is still all and good. Guess it probably just needs a little tweaking to work with V4.
Leo Brazil
01-18-2010, 11:26 AM
Looks like the backend part in the admin side is still all and good. Guess it probably just needs a little tweaking to work with V4.
That's what I reproduced too, problem is Usercp template has changed a lot and this version will not fit into new 4.0 template.
Hope King Kovifor can take a look on this mod.
egclive
01-23-2010, 01:05 AM
i hope so as well this is a great mod.
Delifed
02-16-2010, 07:02 PM
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\class_core.php on line 2552
Just installed vb 3.8.4 patch 2 and put this on and got these.
Welshy2008
03-07-2010, 11:12 AM
Would love to see this tweaked and available for 4.0.2.
I have it is installed on my 3.8.X and it is well used. :D
Floris
03-13-2010, 04:50 PM
I couldn't get this to work on 3.8.4 pl2, despite the right permissions the error kept saying the user didn't have the right permissions.
Welshy2008
03-13-2010, 05:13 PM
I couldn't get this to work on 3.8.4 pl2, despite the right permissions the error kept saying the user didn't have the right permissions.
Hi Floris,
I am using it on 3.8.4 PL2, Mate.
Floris
03-13-2010, 06:28 PM
I have a usergroup that i set permission to allow usergroup change.
And the user in that usergroup gets error: no permission for your usergroup to change username.
i dunno what to do to fix this. mate.
Welshy2008
03-14-2010, 09:14 AM
I have a usergroup that i set permission to allow usergroup change.
And the user in that usergroup gets error: no permission for your usergroup to change username.
i dunno what to do to fix this. mate.
I see Mate.
You have done the settings in your AdminCP -> Usergroups -> Regigistered Users (for example) -> Username Request Permissions -> Can View Username History - No -> Can Change Username - Yes Haven't you?
It may, also be that the usergroup that you have entered, the person getting the no permission error has the wrong "Primary Group" and "Additional Group" settings, if you know what I mean?
TBH Floris, Mate - that is all that I can currently, think of.
Floris
03-16-2010, 08:13 AM
Yes, all usergroups are primary. And I have set those permissions.
Stormlilly
05-05-2010, 03:49 AM
Hey King Kovifor :)
Any chance of making an upgrade for this Mod to work in 4.0?
It would be greatly appreciated.
BellyBelly
05-10-2010, 11:37 PM
My mods and members love this mod too. Would love an update for VB4!!! :)
Welshy2008
08-04-2010, 10:08 AM
Is this going to be released for vB4 Please King?
** EDIT **
just spotted this version... https://vborg.vbsupport.ru/showthread.php?t=236980&highlight=Username+Request
Stormlilly
08-05-2010, 01:41 AM
Hey King Kovifor,
The alternative mod for changing a username cannot compete with this one.
Is there any chance that you could get together an upgraded version for 4.0?
pretty pretty please :)
This is the only upgraded mod missing now for my community with 4.0.
forsanelhaq
12-21-2010, 09:17 PM
is that still compatable with 3.8
forsanelhaq
12-21-2010, 09:49 PM
there is no emails send to user to notified them thier name changed
please change that
because we closed pm for all membrs
Spinball
12-21-2010, 09:53 PM
We're using it on 3.8.2
edrecovery
11-09-2012, 11:47 PM
Is there a way to set a limit on how often a user can request a username change? and, when I uploaded the pugin to my 3.8.7 board, i get the following messages in the username requests link in the users tab.
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/edrecove/public_html/forum/includes/class_core.php on line 2552
What does this mean?
blind-eddie
11-10-2012, 01:15 AM
<a href="https://www.vbulletin.com/forum/showthread.php/384702-Assigning-the-return-value-of-new-by-reference-is-deprecated" target="_blank">https://www.vbulletin.com/forum/show...-is-deprecated</a>
Cody.9791
04-02-2016, 08:37 AM
Would this mod work on vB 4.2.3?
Would this mod work on vB 4.2.3?
Very unlikely. Last update given to this mod was 8 years ago.
Cody.9791
04-02-2016, 09:05 AM
Very unlikely. Last update given to this mod was 8 years ago.
I'm looking for a mod like this for my vBulletin 4.2.3 site. So far, I've only come across one which allows users to change their username themselves, rather than admin approval in the AdminCP.
Spinball
04-02-2016, 10:26 AM
Would this mod work on vB 4.2.3?
King Kovifor (Jeremy) is now a moderator at Xenforo
https://xenforo.com/community/threads/welcome-our-new-moderator-king-kovifor.56372/
Having moved on several years ago, and having not been online here since August 2015, I would guess he is unlikely to be doing any more vBulletin development.
These addons may be an option
Username change requests without moderation (https://xenforo.com/community/resources/username-change.4735/)
Username change requests with moderation (https://xenforo.com/community/resources/user-essentials.2142/)
Cody.9791
04-02-2016, 11:57 PM
King Kovifor (Jeremy) is now a moderator at Xenforo
https://xenforo.com/community/threads/welcome-our-new-moderator-king-kovifor.56372/
Having moved on several years ago, and having not been online here since August 2015, I would guess he is unlikely to be doing any more vBulletin development.
These addons may be an option
Username change requests without moderation (https://xenforo.com/community/resources/username-change.4735/)
Username change requests with moderation (https://xenforo.com/community/resources/user-essentials.2142/)
The links you provided aren't for vBulletin?
Spinball
04-03-2016, 03:47 AM
The links you provided aren't for vBulletin?
Unfortunately no. I believe that vB is a dead product and that like we did in 2013, most everyone else is going to have to migrate away from it at some point. I'm showing you that what you want to do is possible, but with different software. (Although it's from the same guys that originally brought you vB3).
MarkFL
04-03-2016, 03:57 AM
I'm looking for a mod like this for my vBulletin 4.2.3 site. So far, I've only come across one which allows users to change their username themselves, rather than admin approval in the AdminCP.
I recommend posting an unpaid request, and state exactly what features you want.
You never know, one of the coders here might take on the project for the benefit of the community. If not, you could then post a paid request. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.