View Full Version : Administrative and Maintenance Tools - Username Request
King Kovifor
09-09-2007, 07:11 PM
It looks like you removed the install code, but was not receiving the error that I said you should need to install. Run the following query through your ACP:
ALTER TABLE `usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL
Be sure to add your table prefix to usergroup.
now i doesn't get errors but the permissions doesn't update
zell_11
09-09-2007, 07:19 PM
I've installed this modification and am still getting permission errors. ive reinstalled it twice already. If there anyway i can install it manually.
FireFish
09-09-2007, 08:50 PM
Same problem here.
I made all modifications & followed all steps discussed above.
I think a 1.0.7 is due that has an installer that works & a user permissions edit that works too as these are the two problems I'm also facing.
For now, I disabled it.
King Kovifor; I certainly appreciate your work in putting this module together as it is a nice idea for a plugin. Would it be difficult to update it again so that the installer works & user permissions work without much manual adjustments?
jellybaby
09-09-2007, 09:31 PM
I just get the following - even though I have enabled permissions to change
Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
King Kovifor
09-09-2007, 09:42 PM
now i doesn't get errors but the permissions doesn't update
It isn't updating? At All?
I've installed this modification and am still getting permission errors. ive reinstalled it twice already. If there anyway i can install it manually.
Are you sure that all the plugins / files / install codes were updated?
Same problem here.
I made all modifications & followed all steps discussed above.
I think a 1.0.7 is due that has an installer that works & a user permissions edit that works too as these are the two problems I'm also facing.
For now, I disabled it.
King Kovifor; I certainly appreciate your work in putting this module together as it is a nice idea for a plugin. Would it be difficult to update it again so that the installer works & user permissions work without much manual adjustments?
I have had several people install this and have had no trouble once so ever... I am starting to hate this modification. <<
I just get the following - even though I have enabled permissions to change
Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
Are you sure that you have updated plugins? If you can look through your "Username Request" plugin and see if the permissions read:
$vbulletin->bf_upg_unreq_perms['canchangeun'];
Thanks.
Stifler
09-09-2007, 11:59 PM
we all are using modified admincp templates.. my only guess..
yes, i check it again.
for example:
i do that usergroups Members can edit their username.
and i got this error:
Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
so it's doesn't update the permissions
jellybaby
09-10-2007, 05:40 AM
Are you sure that you have updated plugins? If you can look through your "Username Request" plugin and see if the permissions read:
$vbulletin->bf_upg_unreq_perms['canchangeun'];
Thanks.
I did this as a fresh install
jellybaby
09-10-2007, 06:42 PM
Has anyone managed to resolve this
King Kovifor
09-10-2007, 06:51 PM
I did this as a fresh install
Odd.
yes, i check it again.
for example:
i do that usergroups Members can edit their username.
and i got this error:
Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
so it's doesn't update the permissions
Weird. Rebuiding the bitfields should have added it to the update list...
we all are using modified admincp templates.. my only guess..
Nothing in the ACP should have been modified by code...
zell_11
09-10-2007, 06:52 PM
Are you sure that all the plugins / files / install codes were updated?
Yeah. I tried installing it a few times myself. A few others, that use this account as well, reinstalled it to see if I messed up, since I'm sort of new to this kinda thing. But they couldn't get it to work either. It's the darn permissions error that keeps popping up.
King Kovifor
09-10-2007, 07:06 PM
You could comment out the permissions in the the plugins (but in the Username History it would show for nobody but the owner.)
Username History Plugin:
REMOVE
OR $vbulletin->bf_ugp_unreq_perms['canviewunhistory'];
from the first line of code.
Username Request:
Comment out this code:
if(!$vbulletin->bf_ugp_unreq_perms['can_change_un'])
{
unreq_add_error($vbphrase['unreq_perms'], $vbphrase['unreq_perms_txt']);
}
and
if(!$vbulletin->bf_ugp_unreq_perms['canchangeun'])
{
unreq_add_error($vbphrase['unreq_perms'], $vbphrase['unreq_perms_txt']);
}
To Comment out lines of php, add "//" in front of the line.
i reinstalled the mod and nothing changed
johnrizz
09-10-2007, 07:44 PM
Question! I downloaded the zip file but when I unzip it I get nothing but error's? not sure what to do here...
error 25235
King Kovifor
09-10-2007, 07:52 PM
On your computer? I'm a Mac OS X user, so I don't know what error 25235 is or how to fix it.
johnrizz
09-10-2007, 08:17 PM
Thats just a "error opening file" error 25235. Would it be possible that the zip file is corrupted?
King Kovifor
09-10-2007, 11:19 PM
Um. Any Windows User know how to fix that? And I have been pointed out in the errors of my ways. So I will be releasing v1.0.7 very shortly.
Thanks Paul M!
johnrizz
09-10-2007, 11:24 PM
I can wate for v1.0.7 its no biggie... thanks man!
FireFish
09-10-2007, 11:35 PM
Seriously, King Kovifor;
Can we expect a 1.0.7 that works? I know you replied to my post that many people have it working fine; i just wish they posted here in this thread so that we can get advice as to how they got it working.
I, like everyone else here, is stuck at the Usergroup Permissions Error, whether the group does or doesn't have the permissions to change username. I tried running the SQL too, nothing.
Can you please do us all a great service by making a 1.0.7 that works?
Maybe strip out features since 1.0.4; as the 1.0.4 worked fine.
:up: ---->Can you at least PM me & maybe e-mail me a copy of 1.0.4 so that I can get it working for now until these issues are resolved? :(
I would be very greatful if you could at least send me the 1.0.4 or post a download link for it so I can uninstall & reinstall it knowing it'll work for now.
Thanks again! I appreciate your efforts in developing this mod.
King Kovifor
09-10-2007, 11:40 PM
Seriously, King Kovifor;
Can we expect a 1.0.7 that works? I know you replied to my post that many people have it working fine; i just wish they posted here in this thread so that we can get advice as to how they got it working.
I, like everyone else here, is stuck at the Usergroup Permissions Error, whether the group does or doesn't have the permissions to change username. I tried running the SQL too, nothing.
Can you please do us all a great service by making a 1.0.7 that works?
Maybe strip out features since 1.0.4; as the 1.0.4 worked fine.
:up: ---->Can you at least PM me & maybe e-mail me a copy of 1.0.4 so that I can get it working for now until these issues are resolved? :(
I would be very greatful if you could at least send me the 1.0.4 or post a download link for it so I can uninstall & reinstall it knowing it'll work for now.
Thanks again! I appreciate your efforts in developing this mod.
My Permissions errors were in the way I was checking it. The way I wrote the code (and misinterpreted how the bit fields work), it was always going to come out as a "1", returning true. This gave the results your gave.
Paul M pointed out all my mistakes and how to fix it, meaning that it should work, and I 99.99% sure that this will work. I think if it doesn't, I will ask someone to come on board for permissions who knows how to do them.
FireFish
09-10-2007, 11:48 PM
My Permissions errors were in the way I was checking it. The way I wrote the code (and misinterpreted how the bit fields work), it was always going to come out as a "1", returning true. This gave the results your gave.
Paul M pointed out all my mistakes and how to fix it, meaning that it should work, and I 99.99% sure that this will work. I think if it doesn't, I will ask someone to come on board for permissions who knows how to do them.Hallelujah! Uninstalled the mod, Downloaded today's 1.0.7, uploaded new files & installed.
**** It works!!!! ****
Thanks King! :)
King Kovifor
09-10-2007, 11:50 PM
Your welcome. And I feel like an idiot for actually making the mistakes. :D Glad these worked. I hope to expand on the actual feature set, permissions, and ease of use on everyone in v1.1.x! Any feature suggestions would be welcomed!
Kaleem
09-11-2007, 12:46 AM
Invalid SQL:
ALTER TABLE `usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'unreq_perms'
Error Number : 1060
I get thsi error when i try to upgrade
GekkoPixie
09-11-2007, 12:52 AM
Invalid SQL:
ALTER TABLE `usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'unreq_perms'
Error Number : 1060
I get thsi error when i try to upgrade
Same here.
SuperTaz
09-11-2007, 03:59 AM
Edit: Found the issue
FireFish
09-11-2007, 04:09 AM
Invalid SQL:
ALTER TABLE `usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'unreq_perms'
Error Number : 1060
I get thsi error when i try to upgrade
Try uninstalling the previous version altogether first. Then, install fresh.
FreshFroot
09-11-2007, 04:40 AM
just a nice feature would be if anytime a username is changed, it saves the old username in their user notes, each time they have their names changed.
jellybaby
09-11-2007, 05:32 AM
Sorry but it still doesnt work for me, I have the permissions problem
Just to say I have uninstalled and re-installed new version and checked permissions several times.
BigDog56
09-11-2007, 07:33 AM
Installed the mod, no problems. Now I'll have to wait for someone to request a change before I know it's working without a hitch. Nice mod. Thank you very much for the time you spent creating it! :up:
FireFish
09-11-2007, 09:32 AM
Installed the mod, no problems. Now I'll have to wait for someone to request a change before I know it's working without a hitch. Nice mod. Thank you very much for the time you spent creating it! :up:
If you want to learn how it works, you can simply make a test user on your forum (which isn't a bad idea anyways to test user permissions in general) & request a change from that account.
---> I only have one more issue with this module now: User requests a name change, admin approves; it Private Messages the user; WHAT IT the user turned off e-mailed notification upon new Private Messages? They'll have difficulties logging in next time unless they're smart enough to try their new username?!?! (this happened to me).
---> Plus, it would be nice to see a feature added which would allow an immediate change of the username if the admin allows; in cases where an admin won't have a reason not to approve a username change. In this case, history should still be kept.
thank you very much!
it's work excellent!
i'm recommended for Modification of the Month
jellybaby
09-11-2007, 09:41 AM
Aha I dont know what happened but I did it again and it works now!!
Thanks so much for this.
yoyoyoyo
09-12-2007, 01:29 AM
thanks for the update!
BellyBelly
09-12-2007, 05:27 AM
I'm having a problem with this, it's showing in the default template but not my custom one. I have put on a couple of mods in the last week so maybe something is conflicting... but is there a reason you can think of that this would be happening?
m002.p
09-12-2007, 09:35 PM
Hi mate, some feedback on the newest version 1.0.7:
You might want to re-visit the phrases. I have had to modify a few for errors or small problems.
Example, a small spelling mistake I noticed:
Phrase: unreq_uniu_txt
The username that you have specied appears to be the username that you are currently using.
A small tense issue:
Phrase: unreq_adminpm_txt
{1} has requested that his username be changed to {2}. You may approve or disapprove this in the ACP.
The one above maybe should include "she" also ;)
Character Issue:
Phrase: unreq_minpost_txt
The administrator has specified that you have atleast {1} posts. You currently have {2} {3}. Please try again when you post {4} more {5}.
Anyway dont mean to be picky, just something that maybe you should be aware of if you arent already.
Thanks for the great update all working fine :)
EDIT: A suggestion also:
Under Options in the Admin CP for this mod, it says "enter the notification ID for the admin to be PMed". Maybe add that so you can have several. For larger boards including mine, there is usually more than one admin and it would be great if we could add a few ID's there example:
1,44,61,45
I tryed doing that to no avail. It only seems to work with one admin :(
King Kovifor
09-12-2007, 11:31 PM
just a nice feature would be if anytime a username is changed, it saves the old username in their user notes, each time they have their names changed.
That is what the User History feature is for. It keeps track of the old name, the date, the status, and the requested name.
If you want to learn how it works, you can simply make a test user on your forum (which isn't a bad idea anyways to test user permissions in general) & request a change from that account.
---> I only have one more issue with this module now: User requests a name change, admin approves; it Private Messages the user; WHAT IT the user turned off e-mailed notification upon new Private Messages? They'll have difficulties logging in next time unless they're smart enough to try their new username?!?! (this happened to me).
---> Plus, it would be nice to see a feature added which would allow an immediate change of the username if the admin allows; in cases where an admin won't have a reason not to approve a username change. In this case, history should still be kept.
I was pointed that out, and I need to work that into either v1.1.0 or v1.0.8. Not sure which version I'm going to jump to (hopefully v1.1.0).
The immediate change was going to become a separate modification, but if I can get the name changed to "Username Management", I will probably be adding it to v1.1.0. If I can't change the name, I might create a separate modification. These would work together as a username management tools.
I'm having a problem with this, it's showing in the default template but not my custom one. I have put on a couple of mods in the last week so maybe something is conflicting... but is there a reason you can think of that this would be happening?
Make sure $navbar (the variable) is used within your default vBulletin template.
Hi mate, some feedback on the newest version 1.0.7:
You might want to re-visit the phrases. I have had to modify a few for errors or small problems.
Example, a small spelling mistake I noticed:
Phrase: unreq_uniu_txt
The username that you have specied appears to be the username that you are currently using.
A small tense issue:
Phrase: unreq_adminpm_txt
{1} has requested that his username be changed to {2}. You may approve or disapprove this in the ACP.
The one above maybe should include "she" also ;)
Character Issue:
Phrase: unreq_minpost_txt
The administrator has specified that you have atleast {1} posts. You currently have {2} {3}. Please try again when you post {4} more {5}.
Anyway dont mean to be picky, just something that maybe you should be aware of if you arent already.
Thanks for the great update all working fine :)
EDIT: A suggestion also:
Under Options in the Admin CP for this mod, it says "enter the notification ID for the admin to be PMed". Maybe add that so you can have several. For larger boards including mine, there is usually more than one admin and it would be great if we could add a few ID's there example:
1,44,61,45
I tryed doing that to no avail. It only seems to work with one admin :(
Thanks for the phrases. If I don't release a v1.0.8 to fix some things and add some small things, they will be in v1.1.0! And that is a planned feature for v1.1.0...
Marco
09-13-2007, 01:41 PM
Looks nice! Is it also possible to limit the number of username changes a user can get?
djbaxter
09-13-2007, 01:47 PM
Looks nice! Is it also possible to limit the number of username changes a user can get?
Sure. Stop approving new requests. :)
King Kovifor
09-13-2007, 07:31 PM
Looks nice! Is it also possible to limit the number of username changes a user can get?
All the data is in place now to limit that, but I never wrote the code for the feature. v1.1.0 will have it.
Sure. Stop approving new requests. :)
xgc ottomatic
09-14-2007, 06:10 AM
I am getting alot of errors while trying to unzip this download.
m002.p
09-14-2007, 07:15 AM
I dont think thats anything to do with this mod. I would advise you download the files again or alternatively re-install WINRAR or the extraction tool you use.
King Kovifor
09-15-2007, 08:22 PM
Yeah. I hate Windows so I couldn't help you.
testebr
09-16-2007, 10:50 AM
The option "Username Request Permissions" in usergroup manager still not appearing.
I will continue with the version 1.03.
edit: problem solved. Solution is upload the new xml files do include folder
edit²: (bug?) open your prouct.xml... the phrase $vbphrase[unreq] doesn't exist and show default name of plugin, "Username Request".
yoyoyoyo
09-16-2007, 12:58 PM
it would be nice if admins and mods could see the username request option in their ACP as well.
silvermerc
09-16-2007, 01:00 PM
Make it so only certain usergroups can request would be exellent (L)
King Kovifor
09-16-2007, 04:48 PM
Make it so only certain usergroups can request would be exellent (L)
Available in v1.0.7!
it would be nice if admins and mods could see the username request option in their ACP as well.
Any Administrator with "canadminusers" permissions can see this. And do you really want Moderators to have the ability to change usernames?
The option "Username Request Permissions" in usergroup manager still not appearing.
I will continue with the version 1.03.
edit: problem solved. Solution is upload the new xml files do include folder
edit?: (bug?) open your prouct.xml... the phrase $vbphrase[unreq] doesn't exist and show default name of plugin, "Username Request".
$vbphrase[unreq] Should exist. Maybe I set that to the wrong product. I will check.
yoyoyoyo
09-16-2007, 07:46 PM
Any Administrator with "canadminusers" permissions can see this. And do you really want Moderators to have the ability to change usernames?Sorry- I meant to say "User CP" - I am deailing with moderator's name changes all the time.
silvermerc
09-16-2007, 08:21 PM
So when will that version be avalible
King Kovifor
09-16-2007, 09:18 PM
Sorry- I meant to say "User CP" - I am deailing with moderator's name changes all the time.
They should be able to see the option. Can regular users see the option?
So when will that version be avalible
v1.0.7 is out and available for download right now... It's the .zip located in the first post.
johnrizz
09-16-2007, 10:34 PM
Requirements
This hack has several requirements. They include:
* vBulletin v3.6.6 or higher (This is the minimum version required for the next requirement)
* The usercp_nav_bottom template hook.
To get around the second requirement, you can copy the cell manually or add $template_hook[usercp_navbar_bottom] at the end of the User Control Panel navigation.
KK You wouldn't mind explaining on how to install the Hook would ya? I'm a tad slow in the code department....:D
yoyoyoyo
09-16-2007, 10:49 PM
They should be able to see the option. Can regular users see the option? hmm - I guess they can't LOL - where should I be looking?
King Kovifor
09-17-2007, 11:22 PM
The bottom of the User CP left hand navigation...
Stone0075,
How customized is the template USERCP_SHELL? Or any of those templates for that matter. If it is a bought style, see if the creator has released a style update with template hooks.
johnrizz
09-18-2007, 02:18 AM
Thanks for the response KK,
yoyoyoyo
09-18-2007, 02:32 AM
The bottom of the User CP left hand navigation...
LOL - well - whaddya know? :D there it is just as advertised - thanks and sorry for the confusion.
Marco
09-18-2007, 12:05 PM
All the data is in place now to limit that, but I never wrote the code for the feature. v1.1.0 will have it.
Cool! I'll keep watching this mod then. Good work!
Alibass
09-18-2007, 04:47 PM
I uninstalled the ol' faithful v1.03 today and tried yet another install of a new version. It seems I can never get past the user group permission issue. I am uninstalling 1.07 and going back to 1.03 for good. It works good for me and my needs. Maybe one day you will get this issue fixed.
You have a great mod with a lot of potential and I am sorry I don't mean to sound ungrateful, it's just aggravating to do uninstalls and reinstalls of new versions and still not fix. :(
King Kovifor
09-20-2007, 06:50 PM
Alibass. I am not sure why your install is working, if you would like I will work it out on your server so this modification actually works (and to be sure, did you upload all the .xml files to the /includes/xml/ file?)
Alibass
09-20-2007, 09:47 PM
@King Kovifor
I would like to apologize to you a hundred times over if that would be enough for being such a damn idiot. I have been using v1.03 for awhile because of issues with some later versions. I did not realize you had added "User Name Request Permissions" in the User Group Manager and that was the reason I kept getting the no permission error. :erm: Your version 1.07 works great and thank you for sharing it with us. :up: :)
BellyBelly
09-21-2007, 09:35 AM
Quote:
Originally Posted by BellyBelly
I'm having a problem with this, it's showing in the default template but not my custom one. I have put on a couple of mods in the last week so maybe something is conflicting... but is there a reason you can think of that this would be happening?
Quote:
Originally Posted by King Kovifor
Make sure $navbar (the variable) is used within your default vBulletin template.
Can someone please explain this to me - which template do I need to check and what code needs to be there? My standard vanilla VB has the username request, just not my custom one which 99% of members use...
Dannyloski
09-22-2007, 02:05 AM
Getting an error when extracting the .ZIP File, I want to install this so bad on my Forums, can you reupload the .ZIP? Oh and quick question, where does the "Username Change History" display for the particular user, in their Profile?
Charlie98902
09-22-2007, 02:29 AM
Getting an error when extracting the .ZIP File, I want to install this so bad on my Forums, can you reupload the .ZIP? Oh and quick question, where does the "Username Change History" display for the particular user, in their Profile?
Try again I just downloaded it and extracted it just fine.
Dannyloski
09-22-2007, 02:41 AM
Installed now ... There was an error I got when extracting, but the files were all intact, so I did the installation fine ... Awesome Hack!
Dannyloski
09-22-2007, 03:55 AM
I have a couple of questions regarding this Hack, any help would be appreciated. Thanks.
How can I delete a certain username change from the "Username History" box for a particular user.
Is it possible to make the "Username History" box display ONLY "Approved" Username Changes?
Is there any news on when the "Reason" feature for a Username Change Request will be added? It would be a nice addition if it would display in the PM sent to the Admin or in the AdminCP under the corresponding username change request.
Andyrew
09-22-2007, 01:08 PM
I have this installed and working fine, but the only problem i can see is that some users will get confused when their name is changed if not online while the whole process takes place.
What if they log off after a change name request, when they come back to log in they will be typing their old user name.
Once they realize the name must have changed they log in with the new name and get a PM telling them the new name has been accepted. (it's a bit late by then):D
Does this mod send out an email to the user to let them know about the name change, otherwise i can see many users coming back to forums after a few days and wondering why they cannot log in. :confused:
m002.p
09-22-2007, 03:17 PM
I have a couple of questions regarding this Hack, any help would be appreciated. Thanks.
1. How can I delete a certain username change from the "Username History" box for a particular user.
2. Is it possible to make the "Username History" box display ONLY "Approved" Username Changes?
3. Is there any news on when the "Reason" feature for a Username Change Request will be added? It would be a nice addition if it would display in the PM sent to the Admin or in the AdminCP under the corresponding username change request.
I copy that ^^^ & as previously mentioned by myself; would love to see that option to "allow more than one admin to be able to recieve the username request PM" set in the admin cp options.
Any expected date for the new version?
King Kovifor
09-23-2007, 12:58 PM
Can someone please explain this to me - which template do I need to check and what code needs to be there? My standard vanilla VB has the username request, just not my custom one which 99% of members use...
I may have been answering for a different hack. This hack should be within the User CP Shell template (with $template_hook[usercp_nav_bottom] as the hook).
King Kovifor
09-23-2007, 01:01 PM
I have a couple of questions regarding this Hack, any help would be appreciated. Thanks.
How can I delete a certain username change from the "Username History" box for a particular user.
Is it possible to make the "Username History" box display ONLY "Approved" Username Changes?
Is there any news on when the "Reason" feature for a Username Change Request will be added? It would be a nice addition if it would display in the PM sent to the Admin or in the AdminCP under the corresponding username change request.
1. You could manually remove it through SQL queries, as their is no built in function. I will add this to the next version.
2. I could make this an option in the next version.
3. The reason feature should be a next version update.
I have this installed and working fine, but the only problem i can see is that some users will get confused when their name is changed if not online while the whole process takes place.
What if they log off after a change name request, when they come back to log in they will be typing their old user name.
Once they realize the name must have changed they log in with the new name and get a PM telling them the new name has been accepted. (it's a bit late by then):D
Does this mod send out an email to the user to let them know about the name change, otherwise i can see many users coming back to forums after a few days and wondering why they cannot log in. :confused:
I have been told about that and forgot to put it in the last version, and with school / soccer / band / life it's been hard to code lately.
I copy that ^^^ & as previously mentioned by myself; would love to see that option to "allow more than one admin to be able to recieve the username request PM" set in the admin cp options.
Any expected date for the new version?
Nope. I try not to give out dates and I'm working on allowing more than one administrator to get e-mails.
Dannyloski
09-23-2007, 01:16 PM
King Kovifor, thanks for answering my questions. Could you please tell me which SQL Query to run to delete a certain username change from the "Username History" box for a particular user? I would highly appreciate it, thanks. Also, I really look forward to the Next Version release which will contain those things I was asking about by default. I'll keep a look out on this Thread to see when it comes out. I saw in the above post that you dont have an expected date set in mind for the next release, but could you say maybe like a couple of days, weeks, or months? Just curious. Thanks!
King Kovifor
09-23-2007, 01:37 PM
King Kovifor, thanks for answering my questions. Could you please tell me which SQL Query to run to delete a certain username change from the "Username History" box for a particular user? I would highly appreciate it, thanks. Also, I really look forward to the Next Version release which will contain those things I was asking about by default. I'll keep a look out on this Thread to see when it comes out. I saw in the above post that you dont have an expected date set in mind for the next release, but could you say maybe like a couple of days, weeks, or months? Just curious. Thanks!
Your welcome. I need to revisit the table (i believe you could remove the ID of the request, but not sure...). And not really. If I get a good day to code stuff, it could be tomorrow, but with the current time crunch I have, that could be three weeks from now. So not definite date.
Dannyloski
09-24-2007, 01:44 AM
Thanks for the info. I was able to delete the specific username change that I needed to delete ... I cant wait for the next release with the new features, they will make this hack even nicer ...
King Kovifor
09-24-2007, 09:39 PM
Plus a major feature that I'm going to keep hidden!
grecostimpy
09-29-2007, 01:32 AM
First off, wonderful modification. Simply brilliant.
One question:
Under the Vbulletin Options for this hack, there is a field for "What is the id of the user who you would like to "send the message".
I created a dummy user so I would not get a bunch of "Thank you" PM's cluttering up my inbox. I entered the dummy user's userid. Problem is, the approve/deny PM still comes from my userid. Any reason why this might be happening?
Thanks again!
King Kovifor
09-30-2007, 09:19 PM
* OOPS *
That would be an error on my part. It doesn't read that setting. I will add it in later. Thanks!
i have 2 ideas for a new version:
1. remove all requests
2. user can send a change user name request every x days,weeks, months etc...
DAdiguzeL
10-03-2007, 08:31 AM
How can i change pm sender? i don't want to send auto pm from admin user.
it doesn't work "PM Sender" which is in admincp.
Please help.
kiwivc
10-04-2007, 02:07 AM
Installed. Works perfectly :) Great job!
King Kovifor
10-06-2007, 02:15 AM
How can i change pm sender? i don't want to send auto pm from admin user.
it doesn't work "PM Sender" which is in admincp.
Please help.
I never used that setting in the code, I wrote it using the person's User ID who changed it (oops).
i have 2 ideas for a new version:
1. remove all requests
2. user can send a change user name request every x days,weeks, months etc...
2 would be able to be done within the dates that was added.
DAdiguzeL
10-06-2007, 12:57 PM
I never used that setting in the code, I wrote it using the person's User ID who changed it (oops).
2 would be able to be done within the dates that was added.
so,
is it possible what i say?
i mean i want to send auto pm from the user who's userid 1522 for example.
King Kovifor
10-06-2007, 03:40 PM
so,
is it possible what i say?
i mean i want to send auto pm from the user who's userid 1522 for example.
Yes. You would just have to edit the PHP code. You could wait until the next version, which is being worked on...
Creed3020
10-11-2007, 11:25 PM
Download appears to be corrupt and needs to be fixed.
Thanks.
King Kovifor
10-12-2007, 06:22 PM
Download appears to be corrupt and needs to be fixed.
Thanks.
Do you get any errors when you unzip it?
Spinball
10-16-2007, 07:56 AM
I think I have found a bug. When the final user name change PM goes out, the sender is set to the administrator assigned to deal with the requests and NOT the PM Sender specified in the setup screen.
He keeps getting 'thanks' PMs and he wants them to stop.
Can you look into this, please?
Thanks.
King Kovifor
10-17-2007, 12:29 AM
As stated before, not to be rude, but the setting seemed to be over looked. But with v1.1.0 in the works, I don't think it necessary to essentially build a new version to fix this. I could supply a patch if you would rather edit the files for yourself...
rpainter
10-22-2007, 04:12 PM
Nevermind. Installed latest version of the other MOD, and it works now.
Creed3020
10-23-2007, 11:47 PM
Great mod!
Thanks!
King Kovifor
10-23-2007, 11:53 PM
Great mod!
Thanks!
I am guessing that you have found the options within the Usergroup Permissions?
Creed3020
10-23-2007, 11:55 PM
I am guessing that you have found the options within the Usergroup Permissions?
I did.
I ignored my own rule, think, then think harder before you post.
One thing I can't figure out though is where in the ACP do the requests show up...seems dumb put can't find it.
Creed3020
10-23-2007, 11:59 PM
I did.
I ignored my own rule, think, then think harder before you post.
One thing I can't figure out though is where in the ACP do the requests show up...seems dumb put can't find it.
Again answered my own question.
The page didn't show up until I logged out of the panel, and cleared my browsers cache. It now shows in the Users area of the ACP.
Sorry for the trouble.
After I rejected a nickname change I get this:
Results
Private Message Failed
Also, for the Administrator Notification can you list multiple admins?
King Kovifor
10-25-2007, 08:33 PM
Not yet. I plan on adding this feature into the next version and it appears that isn't using the userid it seems like (only reason I have had a fail). I will have a look at it tonight...
If that is the case, I will download 1.0.7 to investigate.
JulianD
10-25-2007, 10:19 PM
I would definitely use this if you add the Change Amount Limitation feature to this hack!
Thanks though.
King Kovifor
10-25-2007, 10:37 PM
Working on that...
inciarco
10-25-2007, 10:53 PM
Great Hack, King Kovifor!! :up:
Mod Works Great!! User Name Changes Are Done Succesfully!! :up:
Three little Bug (I Think)!! :(
When Trying to See the "Username History", Appears "No history to be found", even When I've Made 4 Changes On That User. (That's The First Bug)!! :( :confused:
EDIT 2: Perhaps The Hack Could be Trying to Look for the Previous (Changed) Username Instead of the New Changed Username?? (Could Be Better To Reference Them By the User Unique Number Code, and also Present that Code in an Additional Column)!! ;)
I Copy/Paste the Table of Username Requests:
Requests
Username Nuevo Nombre de Usuario Solicitado Date Actions
foros foros1 06:34 PM, 25-10-2007 Approve - Reject - Username History
foros1 foros 06:40 PM, 25-10-2007 Approve - Reject - Username History
foros foros2 06:42 PM, 25-10-2007 Username History
foros2 foros3 06:43 PM, 25-10-2007 Username History
I've made 4 Changes to the Username of a User called foros; first to foros1, then to foros (again), then to foros 2, and then to foros3.
When I made the second change back to foros (from foros1), the Approve/Reject Links Activated to Both Previous Requests (Even When I've Approved Them Both)!! (That's The Second Bug)!! :( :confused:
EDIT 1: Another Bug I Found after writing this Message, is that When seeing the "Username History Tip", when I've got the "Username History - No history to be found." Result, and when I tried Introducing the "Months" value in the option "Username History Tip", and pressed the Button "Refine Your Search!", I've got the Error Result "Error - No username was specified.", even when I've been trying to see the Results for Username "foros". (The one of the Previous described Bugs). (That's The Third Bug)!! :( :confused:
I Hope You Can Test This Great Hack and Correct Those Little Bugs!! ;)
Great Hack!! Process of Changing Usernames is Great and Very Fast!! Communication of Final Results is Automatic and Very Easy!! Thank You Very Much!! :up:
My Best Regards!! ;)
:)
inciarco
10-25-2007, 11:29 PM
One Little Question: How do Users Check The History Changes They've Made?? :confused:
I've set the Option "Can View Username History" to "Yes", but I Haven't Been Able To Locate The Link for the User To Check Those Changes!! :o
I Appreciate Your Help!! ;)
My Best Regards!! :up:
:)
Ryloth
10-27-2007, 12:18 PM
has anyone tested on 3.6.4 ? i see the min req, but just wondering b/c i dont have plans on updating anytime soon.
King Kovifor
10-27-2007, 03:46 PM
Great Hack, King Kovifor!! :up:
Mod Works Great!! User Name Changes Are Done Succesfully!! :up:
Three little Bug (I Think)!! :(
When Trying to See the "Username History", Appears "No history to be found", even When I've Made 4 Changes On That User. (That's The First Bug)!! :( :confused:
EDIT 2: Perhaps The Hack Could be Trying to Look for the Previous (Changed) Username Instead of the New Changed Username?? (Could Be Better To Reference Them By the User Unique Number Code, and also Present that Code in an Additional Column)!! ;)
I Copy/Paste the Table of Username Requests:
Requests
Username Nuevo Nombre de Usuario Solicitado Date Actions
foros foros1 06:34 PM, 25-10-2007 Approve - Reject - Username History
foros1 foros 06:40 PM, 25-10-2007 Approve - Reject - Username History
foros foros2 06:42 PM, 25-10-2007 Username History
foros2 foros3 06:43 PM, 25-10-2007 Username History
I've made 4 Changes to the Username of a User called foros; first to foros1, then to foros (again), then to foros 2, and then to foros3.
When I made the second change back to foros (from foros1), the Approve/Reject Links Activated to Both Previous Requests (Even When I've Approved Them Both)!! (That's The Second Bug)!! :( :confused:
EDIT 1: Another Bug I Found after writing this Message, is that When seeing the "Username History Tip", when I've got the "Username History - No history to be found." Result, and when I tried Introducing the "Months" value in the option "Username History Tip", and pressed the Button "Refine Your Search!", I've got the Error Result "Error - No username was specified.", even when I've been trying to see the Results for Username "foros". (The one of the Previous described Bugs). (That's The Third Bug)!! :( :confused:
I Hope You Can Test This Great Hack and Correct Those Little Bugs!! ;)
Great Hack!! Process of Changing Usernames is Great and Very Fast!! Communication of Final Results is Automatic and Very Easy!! Thank You Very Much!! :up:
My Best Regards!! ;)
:)
The username history should be greatly improved (hopefully fixing these bugs) and a new feature will fix approval of both...
One Little Question: How do Users Check The History Changes They've Made?? :confused:
I've set the Option "Can View Username History" to "Yes", but I Haven't Been Able To Locate The Link for the User To Check Those Changes!! :o
I Appreciate Your Help!! ;)
My Best Regards!! :up:
:)
Username History is attached inside the profile pages.
has anyone tested on 3.6.4 ? i see the min req, but just wondering b/c i dont have plans on updating anytime soon.
Yeah. It works. You just need to manually add the template cell instead of having template hooks. I could write up instructions later for you.
anwar.abdullakh
10-29-2007, 02:45 AM
when I request username and press submit...
i get the following error...
Fatal error: Cannot use object of type vB_DataManager_User as array in /home/forum/www/profile.php(2886) : eval()'d code on line 33
King Kovifor
10-30-2007, 07:53 PM
when I request username and press submit...
i get the following error...
Fatal error: Cannot use object of type vB_DataManager_User as array in /home/forum/www/profile.php(2886) : eval()'d code on line 33
I don't know what is causing this, but I will look into it.
benFF
10-31-2007, 09:16 AM
A little request, but it would be cool if a user could type in a reason for the username change which is also listed in the table :)
King Kovifor
10-31-2007, 10:11 PM
A little request, but it would be cool if a user could type in a reason for the username change which is also listed in the table :)
This may be added in v1.1.0!
benFF
11-01-2007, 02:55 AM
woooooooo! :D
Seiyaboy
11-02-2007, 06:22 AM
Are you uploading an updated modification for 3.6.7 as well like you did in the past?
anwar.abdullakh
11-02-2007, 10:31 AM
hmm, I have updated the files etc...
but the error still remains...:confused:
Fatal error: Cannot use object of type vB_DataManager_User as array in /home/forum/www/profile.php(2886) : eval()'d code on line 33
could be very useful mod if it would work for me...
King Kovifor
11-02-2007, 06:14 PM
Are you uploading an updated modification for 3.6.7 as well like you did in the past?
This works perfectly find for vB v3.6.7!
hmm, I have updated the files etc...
but the error still remains...:confused:
Fatal error: Cannot use object of type vB_DataManager_User as array in /home/forum/www/profile.php(2886) : eval()'d code on line 33
could be very useful mod if it would work for me...
~MSD~
I will have to look into this. :D
ozmazdaclub
11-07-2007, 03:21 AM
with the current version (1.0.8) where do i need to put $template_hook[usercp_navbar_bottom]. Do i put it in one of the templates(which one)/a file (which one) or is it not required anymore.
Thanks in Advance!
ozmazdaclub
11-07-2007, 03:52 AM
don't worry found the solution in a previous post.
habasabi
11-11-2007, 03:44 PM
I hate to bring this up again.. i've read ALL of the posts in this thread.. I just installed this mod fresh.. never had it before.. and I'm getting the Username Request Permissions: Your group does not have the necessary permissions required to request a username change. error... i am running the absolute latest version of vB...
I had other users test also, and they get the same error...
is there somewhere i'm supposed to be able to edit the permissions? what have i missed? thanks so much!
King Kovifor
11-11-2007, 03:56 PM
Permissions are handled and modified using vBulletin's usergroup manager. You must edit each group individually and set which ones you would like to have the permissions to change their username.
habasabi
11-11-2007, 10:09 PM
Thanks for the reply... That's what I thought... but I'm not seeing anything in the admin cp's user group manager that would allow me to change these permissions...
I do have the option to request in the user's cp, but again.. that's where we get the error...
did i possibly install incorrectly? or miss a template edit?
King Kovifor
11-11-2007, 10:17 PM
Did you upload all the files? There was a file within the ./includes/xml/ directory entitled unreq_bitfield.xml (I believe), this would have added the options into the system while the product xml adds all the necessary code.
DEADLY S0LDIER
11-11-2007, 10:43 PM
I don't understand how to make the $template_hook[usercp_navbar_bottom] thing, can someone help me?
habasabi
11-11-2007, 10:49 PM
AHA!!! that would be where i went wrong.. i missed uploading the items in the "includes" folder of your "upload" folder.. completely my fault...
Thank you so much...
One more question, if you don't mind...
Where can i go to approve or disapprove their request? Is it just go to their profile and change it? or is there another section that has an approve or not button?
sorry.. i know there are so many questions..
Thanks so much!!!
habasabi
11-11-2007, 10:55 PM
oh goodness.. never mind... I had to refresh my admin cp... you have a wonderful product... thank you so much for all of your help!!!
habasabi
11-11-2007, 10:56 PM
I don't understand how to make the $template_hook[usercp_navbar_bottom] thing, can someone help me?
it took me a while and some reading as well..
All you have to do is go to you template edit for the USERCP_SHELL and go to the complete bottom.. and paste that $template_hook[usercp_navbar_bottom] right there... there's nothing else to it!
DEADLY S0LDIER
11-11-2007, 11:29 PM
Thank you very much :) This is a great Mod
King Kovifor
11-12-2007, 03:25 PM
it took me a while and some reading as well..
All you have to do is go to you template edit for the USERCP_SHELL and go to the complete bottom.. and paste that $template_hook[usercp_navbar_bottom] right there... there's nothing else to it!
Thanks for helping him. I signed off for the night. :D
habasabi
11-12-2007, 05:35 PM
Thanks for helping him. I signed off for the night. :D
Hey! No problem.. it's the least i could do! Thank you for all of your help!
Code Monkey
11-28-2007, 05:34 PM
Weird. Every time I try to d/l this mod I get this. But I can d/l other mods just fine.
Site currently unavailable
The Jelsoft site you are requesting is currently not available.
Please check back later.
habasabi
11-28-2007, 06:04 PM
i'm able to DL it ok..
Code Monkey
11-28-2007, 06:07 PM
Very odd indeed.
King Kovifor
11-28-2007, 06:23 PM
Yeah. If you PM me an e-mail or place you want it I can send you a .zip...
blind-eddie
11-29-2007, 01:22 AM
Nice mod, when will this be made to send pm & email?
Paul M
11-29-2007, 07:58 PM
I can download it fine.
King Kovifor
11-29-2007, 11:03 PM
Nice mod, when will this be made to send pm & email?
It currently sends a PM. E-mail is coming out soon.
Bruce Lee JR..
12-16-2007, 04:29 AM
"Username Request Permissions: Your group does not have the necessary permissions required to request a username change."
Someone help me please? Thank You.
Sincerely,
Bruce Lee JR..
Bruce Lee JR..
12-16-2007, 05:44 AM
Anyone?
Shazz
12-16-2007, 05:53 AM
Anyone?
It sounds like, but could be mistaken since Im not using this mod.
Usergroup permissions in admincp > Usergroup manager
King Kovifor
12-16-2007, 02:43 PM
"Username Request Permissions: Your group does not have the necessary permissions required to request a username change."
Someone help me please? Thank You.
Sincerely,
Bruce Lee JR..
Shazz is correct, you must set permissions to use this.
Anyone?
Posting within two hours of yourself won't get a faster response from me. Wait at least 24 hours before posting again. Thank you.
It sounds like, but could be mistaken since Im not using this mod.
Usergroup permissions in admincp > Usergroup manager
Shazz, for not using it, that was actually the correct answer! Thanks for helping out!
Bruce Lee JR..
12-16-2007, 04:25 PM
No....
Usergroup Permissions don't help. I went their about 5 times and couldn't find the Request Username Section.
King Kovifor
12-16-2007, 05:08 PM
No....
Usergroup Permissions don't help. I went their about 5 times and couldn't find the Request Username Section.
What version of vBulletin / Username Request are you using?
Bruce Lee JR..
12-16-2007, 05:17 PM
I'm using the vBulletin Version 3.6.7 / I'm using the Request Username Version 3.6.8
King Kovifor
12-16-2007, 05:37 PM
They should be fine. Did you upload the .xml product file?
Bruce Lee JR..
12-16-2007, 11:37 PM
Yeah I did, but It's still not working, Lol.
johnrizz
12-16-2007, 11:52 PM
maybe you need to reinstall it again. it should look like this...
King Kovifor
12-17-2007, 12:20 AM
Try uninstalling and reinstalling from a fresh copy (meaning download it again). If that doesn't work I would require some investigation.
Bruce Lee JR..
12-17-2007, 03:51 AM
Still doesn't work, ='(!
King Kovifor
12-19-2007, 06:44 PM
Can anyone confirm this working in vBulletin 3.7.0 Beta?
JulianD
12-20-2007, 08:01 PM
There's a bug (or something working wrong with my live and dev sites):
You're inserting the requested nick to the database in an escaped form, but once the admin approves the nick, it's given escaped to the datamanager. For example:
<julian> gets inserted as <julian> to the database. That's ok.
But once the admin approves the change, you're passing the escaped string without unescaping it. So vbulletin thinks that the username to change is <julian> and will produce an error.
TCE Killa
12-20-2007, 08:13 PM
I have the exact same problem as Bruce Lee..... Hack installed correctly, I just can't activate in the Usergroup Manager.
King Kovifor
12-20-2007, 08:46 PM
That is a very weird bug indeed. As soon as my programming workspace is back to normal I will check this one out.
TCE, you have the bitfield .xml uploaded to /forum_root/includes/xml/? That may be your problem as well as Bruce's.
TCE Killa
12-20-2007, 09:47 PM
Thanks man, it works now. Great hack btw, I would like to see more from you!
King Kovifor
12-20-2007, 09:51 PM
Your Welcome. I developed the thing and forgot about that file... I don't touch it much because the code isn't contained there.
TCE Killa
12-20-2007, 09:58 PM
Btw, where in the Admin panel do I do the approve/disapprove?
TCE Killa
12-20-2007, 11:26 PM
Got it, I just had to upload the other XML file to my xml folder but now the link is there in my Admin CP, it keeps saying page is not found, how can I resolve this? Thanks.
King Kovifor
12-20-2007, 11:35 PM
What do you mean? Did you upload the file from the uploads folder (ACP sub-folder) to the ACP folder on your site? Double check having everything uploaded to your server. I believe there are two files for 1.0.8...
TCE Killa
12-20-2007, 11:58 PM
^Haha thanks man, it was that last PHP file I didn't upload to my AdminCP. Lol I'm crap at all this. Everything is working fine now man, appreciate it.
King Kovifor
12-21-2007, 10:42 PM
Your welcome. Any more problems, just ask. :)
RustedBucket
12-31-2007, 01:35 PM
Cool hack dude. Couple of options that I didn't see that might be handy.
1. Ability to pm multiple admins (whoever gets to it first does it).
2. Would be handy to have the request link added to the modcp (may not be possible).
2. Some status on the Request screen so a user knows their request is pending, etc. Maybe even listing their own history there. (didn't see this anywhere but for the admin).
King Kovifor
01-02-2008, 12:31 AM
Cool hack dude. Couple of options that I didn't see that might be handy.
1. Ability to pm multiple admins (whoever gets to it first does it).
2. Would be handy to have the request link added to the modcp (may not be possible).
2. Some status on the Request screen so a user knows their request is pending, etc. Maybe even listing their own history there. (didn't see this anywhere but for the admin).
I believe there is history within the users profile if you set it up, but it will be improved upon soon. I do not know what you mean by a request link within the mod cp? And ability to pm multiple admins may become possible sooner or later.
LilSniper
01-02-2008, 04:22 AM
The setting for PM sender was ignored within the code and uses the userid of the administrator who changed the username through the administration back-end. Fix: In the next version, revamped settings and improved back-end will now properly use a setting similar to this.
Sorry I'm a little confused. Is this bug fixed yet or no?
Thanks! Btw, awesome idea for a mod.
birdie
01-14-2008, 09:17 PM
Installed; set permissions etc; works in UserCP; email +PM notifcation for change request worked; but "Username requests' is not in the dropdown menu for Users in AdminCP
djbaxter
01-14-2008, 09:58 PM
Installed; set permissions etc; works in UserCP; email +PM notifcation for change request worked; but "Username requests' is not in the dropdown menu for Users in AdminCP
It's not a drop down.
Go to User CP. Scroll down the page - near the bottom of the page you'll see it under "Miscellaneous".
It would be nice if it could be made a little more prominent...
birdie
01-14-2008, 10:18 PM
It's not a drop down.
Go to User CP. Scroll down the page - near the bottom of the page you'll see it under "Miscellaneous".
It would be nice if it could be made a little more prominent...nope:Installed; set permissions etc; works in UserCP; email +PM notifcation for change request worked; but "Username requests' is not in the dropdown menu for Users in AdminCP
ie its not here:
https://vborg.vbsupport.ru/attachment.php?attachmentid=65476&d=1181503752
djbaxter
01-14-2008, 10:34 PM
Admin CP | Usergroup Manager
Edit each usergroup - scroll down to bottom of options to Username Request Permissions - set Can Change Username to Yes and even if it is already enabled, click Save.
I think this has to be done for at least one group to run the bitfield.xml file.
birdie
01-14-2008, 10:47 PM
Admin CP | Usergroup Manager
Edit each usergroup - scroll down to bottom of options to Username Request Permissions - set Can Change Username to Yes and even if it is already enabled, click Save.
I think this has to be done for at least one group to run the bitfield.xml file.nope
Installed; set permissions etc; works in UserCP; email +PM notifcation for change request worked; but "Username requests' is not in the dropdown menu for Users in AdminCP
ie its not here:
https://vborg.vbsupport.ru/attachment.php?attachmentid=65476&d=1181503752
djbaxter
01-14-2008, 11:36 PM
Non-standard style? You may have to insert the link manually.
King Kovifor
01-14-2008, 11:52 PM
Did you upload the cpnav_unreq.xml file to the /includes/xml/ folder in your system?
birdie
01-14-2008, 11:52 PM
Thanks. So I can check what would the url to it be?
ie
http://www.url.com/url-forum/admincp/(something here).php?do=(something here)
birdie
01-15-2008, 12:11 AM
Did you upload the cpnav_unreq.xml file to the /includes/xml/ folder in your system?Yes. BUT now discovered that since installation I now get an error when try to search for user by username or email address:
Warning: Cannot modify header information - headers already sent by (output started at /home/forumname.com/public/www/forumname/admincp/global.php(212) : eval()'d code:10) in /includes/functions.php on line 2801
Assume this may be problem?
King Kovifor
01-16-2008, 07:25 PM
Yes. BUT now discovered that since installation I now get an error when try to search for user by username or email address:
Warning: Cannot modify header information - headers already sent by (output started at /home/forumname.com/public/www/forumname/admincp/global.php(212) : eval()'d code:10) in /includes/functions.php on line 2801
Assume this may be problem?
If you disable the product does that error still occur?
birdie
01-16-2008, 10:51 PM
If you disable the product does that error still occur?
The search for user by name error goes away when diasble the product. its only serch by name that is affected (ie search by email address etc still works).
King Kovifor
01-16-2008, 11:07 PM
The search for user by name error goes away when diasble the product. its only serch by name that is affected (ie search by email address etc still works).
What vBulletin version do you have?
birdie
01-16-2008, 11:24 PM
3.6.8
King Kovifor
01-19-2008, 11:23 PM
3.6.8
Sorry for the late reply. I do not know why this would be affecting it. But I will look into this very soon. :) If I don't get to it please please please remind me... I seem to be extremely forget ful.
amirlol
01-21-2008, 02:54 PM
very nic code
thanks a lot
toddos
01-25-2008, 10:15 PM
edit: did it myself..
jwaany
01-26-2008, 05:00 AM
nice work..
if u can add pages for the results in Admincp it will be great .
and ihave an other problem
if the username like [ james' ] it send an error in Admincp.
toddos
01-26-2008, 05:58 AM
hi,
if i insert a new username and send it, it shows me this sql error:
Whats wrong ? Why doesnt it insert the userid ?
Database error in vBulletin 3.7.0 Beta 4:
Invalid SQL:
INSERT INTO vb7pm (pmtextid, userid) VALUES (29322, );
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Error Number : 1064
solidlink
01-26-2008, 06:12 AM
How do you click "Install Here" ? I dont really understand this part... i have already imported it using the product mgr.
toddos
01-26-2008, 06:28 AM
solidlink do you mean me ?
King Kovifor
01-26-2008, 06:01 PM
hi,
if i insert a new username and send it, it shows me this sql error:
Whats wrong ? Why doesnt it insert the userid ?
Database error in vBulletin 3.7.0 Beta 4:
Invalid SQL:
INSERT INTO vb7pm (pmtextid, userid) VALUES (29322, );
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Error Number : 1064
toddos,
I have never tested this with vBulletin v3.7.0 Beta X, so there are bound to be problems. As of right now, I don't have a test forum that is running v3.7.0. I cannot check out the problem for a while.
How do you click "Install Here" ? I dont really understand this part... i have already imported it using the product mgr.
Clicking "Install" on vBulletin.org shows me that you "have" the product installed and it allows me to provide better support (by only doing it with people who press it if wanted).
Deadly Assassin
01-27-2008, 06:03 AM
Brilliant, thankyou
:D
scoobasteve
01-31-2008, 11:53 AM
Great hack!!
I'd like to request a feature. I don't know if it has been asked yet, but here it is:
I could see many users abusing this great feature by requesting a new username everyday.
What I'd like to see is this: If a user requests a new username, the following happens:
1. If his request got rejected, he has to wait another XX days before he can request for a new one (time is adjustable in the ACP).
2. If it got accepted, he has to wait YY days before he can change it again. (again, adjustable in ACP).
Also, when the user goes to the page, display a warning that echoes the above ("Warning: if you request a new name, you will have to wait 6 months before you can request for a new one")
Yay?
King Kovifor
02-01-2008, 06:19 PM
I have the code for that in a version that i have been working on. I just can't Finish it because I can't access my data.
are you convert this mod to 3.7?
it's works ok..(change the username but sometimes doesn't send pm)
it's the only problem that i was found.
King Kovifor
02-03-2008, 06:24 PM
Yes, I plan on conversion. My local setup still isn't back to normal and I don't have access to vB3.7 right now.
aeturner89
02-03-2008, 09:46 PM
I have suggestion. It would be nice if you can be able to set time limits between name changes. Like say I want to allow only 1 name change per 6 months. If they try to change it sooner they get an error message saying they must wait until [insert date here].
xcesiv
02-05-2008, 11:27 PM
i got a heap of errors when extracting this file.
so havnt installed it
King Kovifor
02-06-2008, 01:49 PM
i got a heap of errors when extracting this file.
so havnt installed it
What kind of errors?
Chris Sotier
02-13-2008, 02:25 AM
It says that the users dont have permission how I fix it?
King Kovifor
02-13-2008, 11:46 PM
Within the ACP, opening up usergroups there are new permissions inside of that area.
Gersfan
02-28-2008, 04:28 PM
I am also getting this usergroup Permission message, I have checked the Usergroup Tab as you said above and there's nothing new?
Any Help?
Gersfan
02-28-2008, 04:49 PM
Infact Sorry I got it,
Thanks,
montsa007
02-29-2008, 03:44 AM
I am on a Rage today :)
Installing All Mods
BellyBelly
02-29-2008, 04:53 AM
I had no problems with this installing in my default template, but I did my custom one. So I added the hook in the usercp template and its now showing in my custom template, but the text is not sitting right in the middle of it's box/line, it's sitting directly on top of the line. Any ideas?
Spinball
03-03-2008, 07:33 AM
Is is possible to have an option to order the username request list descending?
We have well over 100 requests in there now, and the admin chap who deals with this for me would like to have the new ones at the top.
( I have applied a quick fix to unreq.php but an option would be good).
Thanks.
djbaxter
03-05-2008, 11:01 AM
1. Request for next version: Is there a way to prevent all except admins and moderators from seeing the name change history in the User Profile?
2. Is there a way to modify the current version to do this?
King Kovifor
03-05-2008, 11:24 PM
1. Request for next version: Is there a way to prevent all except admins and moderators from seeing the name change history in the User Profile?
2. Is there a way to modify the current version to do this?
It should be that way.
And if BellyBelly copied the templates right, it should be fine...
djbaxter
03-06-2008, 12:01 AM
It should be that way.
And if BellyBelly copied the templates right, it should be fine...
:confused:
Which version? Mine isn't that way and I didn't do any Belly Belly modifications to the add-on.
Pocket Aces
03-06-2008, 12:27 AM
Would be better if usergroup permission is added. Only specified usergroups will be allowed to use that feature or request for username change.
King Kovifor
03-06-2008, 12:52 AM
:confused:
Which version? Mine isn't that way and I didn't do any Belly Belly modifications to the add-on.
Sorry. That was badly phrased. The first part was for you.
Would be better if usergroup permission is added. Only specified usergroups will be allowed to use that feature or request for username change.
The should be there. They were added completely in 1.0.7...
djbaxter
03-06-2008, 02:09 AM
:confused:
With version 1.08, this is all I see as options in the Admin CP:
What is the minimum posts limit. The modification will check to see if you are able to change username with this first.
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".
Where am i supposed to be able to limit usergroups viewing name change history?
hi!
great modification!
but..is there a way to make the user to change his nickname himself?
thanks!
Bilderback
03-29-2008, 10:54 PM
Is there any way to add a check feature which will check to see if a request is pending?
I had a user submit 10 requests for the same name change because the PM was overlooked.
It would be nice to give the user a message stating they already have a name request pending.
DssCrazy
03-29-2008, 11:18 PM
Known Bugs:
No e-mail is sent out to users upon username change. Fix: The next version will include a fix that will respect all the users settings on receiving e-mail from administrators.
The setting for PM sender was ignored within the code and uses the userid of the administrator who changed the username through the administration back-end. Fix: In the next version, revamped settings and improved back-end will now properly use a setting similar to this.
have these bugs been fixed yet?
Thanks
King Kovifor
03-30-2008, 03:22 PM
Known Bugs:
No e-mail is sent out to users upon username change. Fix: The next version will include a fix that will respect all the users settings on receiving e-mail from administrators.
The setting for PM sender was ignored within the code and uses the userid of the administrator who changed the username through the administration back-end. Fix: In the next version, revamped settings and improved back-end will now properly use a setting similar to this.
have these bugs been fixed yet?
Thanks
Yes. But not released. My computer won't let me access my localhost. And I have a lot of unfinished features in there...
Grampz
03-31-2008, 09:40 PM
*Clicks Installed*
Great mod, King. I had a name change thread but this is much easier for me to keep track of.
King Kovifor
04-06-2008, 07:02 PM
The next update may be vB 3.7.0 only. I may back-port it and remove vB 3.7.0 only features (like tabs in the profile) and things like that. Hopefully this is good news for some!
stwilson
04-07-2008, 05:05 AM
Can't wait for the 3.7 version. Good work King!
Martin-TMGRS
04-08-2008, 04:44 PM
Can someone help please!!! I'm getting a database error.
Database error in vBulletin 3.6.9:
Invalid SQL:
CREATE TABLE `unreq` (
`id` INT(5) AUTO_INCREMENT NOT NULL,
`userid` INT(5),
`requested` VARCHAR(255),
`username` VARCHAR(255),
PRIMARY KEY (`id`)
);
MySQL Error : Table 'unreq' already exists
Error Number : 1050
Date : Tuesday, April 8th 2008 @ 06:40:06 PM
Script : http://**.**.**.***/forum/admincp/plugin.php?do=productimport
Referrer : http://**.**.**.***/forum/admincp/plugin.php?do=productadd
IP Address : **.**.**.***
Username : Martin
Classname : vB_Database
King Kovifor
04-09-2008, 11:53 PM
Run the following mysql query:
DROP TABLE `unreq`
That should work.
Kalina
04-13-2008, 03:07 AM
Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.
Kiros72
04-13-2008, 06:04 AM
I actually have a question of my own...
Does this modification check against the regular expression set in the User Registration Options? Because I have mine set to " ^[A-Z]{3,}[A-Z0-9 \.\-\_\']+$ " and I would like to make suggest (if it's not implemented) that username requests get rejected if they do not match the regular expression. An error message (with a custom phrase) to let the users know what went wrong would be very nice too!
Thanks!
King Kovifor
04-13-2008, 03:48 PM
Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.
That is being implemented for the next version.
I actually have a question of my own...
Does this modification check against the regular expression set in the User Registration Options? Because I have mine set to " ^[A-Z]{3,}[A-Z0-9 \.\-\_\']+$ " and I would like to make suggest (if it's not implemented) that username requests get rejected if they do not match the regular expression. An error message (with a custom phrase) to let the users know what went wrong would be very nice too!
Thanks!
That should be done. THe function I use is from vB and I think it is how they check new users against everything.
Dannyloski
04-24-2008, 03:34 PM
Is this Hack affected by the Security Token added in the vB 3.6.10 Release? I'm making a list of all the Hacks I have installed and will stop working when I go ahead and upgrade, so that I know which need to be edited and fixed. Please let me know ... Thanks ...
DssCrazy
04-24-2008, 07:46 PM
That is being implemented for the next version.
That should be done. THe function I use is from vB and I think it is how they check new users against everything.When will the new Release be here?
Spinball
04-24-2008, 08:31 PM
Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.
Yeah, we had to infract someone for makeing about 10 requests in a week.
King Kovifor
04-24-2008, 08:44 PM
Is this Hack affected by the Security Token added in the vB 3.6.10 Release? I'm making a list of all the Hacks I have installed and will stop working when I go ahead and upgrade, so that I know which need to be edited and fixed. Please let me know ... Thanks ...
Most likely. I haven't had time to confirm since I have 3.7.x installed. I will see about giving an update.
When will the new Release be here?
If it is affected by the CSRF flaw I will release one by the end of this week. The next major is being restarted cause I have no idea what I was doing and is going to be for 3.7.0
Yeah, we had to infract someone for makeing about 10 requests in a week.
Yeah. I had that feature working but will get it working again.
Dannyloski
04-24-2008, 09:02 PM
King Kovifor, yeah I can confirm that it is in fact affected by the new Security Token on 3.6.10 and 3.7.0 RC4 ... Its a really easy fix though (see below) ...
In the modifyusername template FIND:
<form action="profile.php?do=submitrequest" method="post">
BELOW that line add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
That's it! I did that and now its working like a charm again. So for those who need this Quick Fix until the New Version is released, there it is ...
King Kovifor
04-24-2008, 09:36 PM
King Kovifor, yeah I can confirm that it is in fact affected by the new Security Token on 3.6.10 and 3.7.0 RC4 ... Its a really easy fix though (see below) ...
In the modifyusername template FIND:
<form action="profile.php?do=submitrequest" method="post">
BELOW that line add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
That's it! I did that and now its working like a charm again. So for those who need this Quick Fix until the New Version is released, there it is ...
Thanks. I should release a 1.0.9 including this fix later tonight (I assumed this would be affected but couldn't test it).
xixxon
04-24-2008, 10:42 PM
nice...i love this mod since my members always ask me to change their username...i'll wait for the version for 3.7.0
thanks a lot
King Kovifor
04-24-2008, 10:52 PM
It should work with 3.7.0 but I haven't done a clean 1.0.x install. I am working for a new updated version to be 3.7.0 only, but that could be a while.
Dannyloski
04-25-2008, 01:55 AM
King Kovifor, no problem just glad to help out :up:
King Kovifor
04-26-2008, 12:08 AM
King Kovifor, no problem just glad to help out :up:
I am integrating your fix now.
echo2kk5
04-26-2008, 12:43 AM
I just installed this on 3.6.10 and it's working great, thanks! :up:
Mrdby
04-26-2008, 02:20 AM
what is this DS STORE FILE?
King Kovifor
04-26-2008, 02:31 AM
what is this DS STORE FILE?
That is Mac OS X's way of storing how things are organized in the folder. I believe it is like the Thumbs.db on Windows (if I am not mistaken) but it won't do you any harm. You may delete.
EagleNick
05-03-2008, 07:35 PM
It says this was updated 25 Apr 2008.
What did that update consist of?
King Kovifor
05-03-2008, 08:23 PM
It says this was updated 25 Apr 2008.
What did that update consist of?
Minor template update for the security token that was added in 3.6.10!
EagleNick
05-03-2008, 10:55 PM
Minor template update for the security token that was added in 3.6.10!
Okay thanks. :D
m002.p
05-04-2008, 08:18 PM
In version 1.1.0, will it include the allowance of an array of admins for the "Administrator Notification" feature listed in the vb options > username request, opposed to just one admin recieving the notification PM?
Would be such a great feature to allow say your site staff, board admins or leadership team to be able to recieve a notification of a username request opposed to just one appointed admin at current.
KURTZ
05-04-2008, 08:21 PM
It should work with 3.7.0 but I haven't done a clean 1.0.x install. I am working for a new updated version to be 3.7.0 only, but that could be a while.
i'm waiting for this Jeremy! keep up the good work! ;)
King Kovifor
05-04-2008, 11:00 PM
In version 1.1.0, will it include the allowance of an array of admins for the "Administrator Notification" feature listed in the vb options > username request, opposed to just one admin recieving the notification PM?
Would be such a great feature to allow say your site staff, board admins or leadership team to be able to recieve a notification of a username request opposed to just one appointed admin at current.
Yes. It will most likely allow for this type of notification scheme.
i'm waiting for this Jeremy! keep up the good work! ;)
Well glad someone does. I feel like I have been slacking big time since about May of 2007. LOL. But thanks for the encouragement. I think I may take advantage of the user name history in vB 3.7 too.
m002.p
05-05-2008, 05:23 PM
Great shall look forward to the release :D ^^^^^ Thanks for your response & great work so far!
Seiyaboy
05-05-2008, 06:01 PM
Thanks for the update and the fix of some functions that didn't work before. Keep up the wonderful work!
I have uninstalled 1.03 (I believe) and then tried to import the latest version. I received this mysql error:
Database error in vBulletin 3.7.0:
Invalid SQL:
ALTER TABLE `vb3_usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'unreq_perms'
Error Number : 1060
Request Date : Tuesday, May 6th 2008 @ 01:04:17 PM
Error Date : Tuesday, May 6th 2008 @ 01:04:17 PM
Script : http://www.mysite.com/cpadmin/plugin.php?do=productimport
Referrer : http://www.mysite.com/cpadmin/plugin.php?do=productadd
m002.p
05-06-2008, 07:12 PM
Login into MYSQL using Phpmyadmin, then delete the column 'unreq_perms' before importing the latest product :) ^^^
EDIT:
Or run the query below as stated :)
King Kovifor
05-06-2008, 07:15 PM
Looks like the column wasn't dropper properly. You would have to remove the column. You may run this query:
ALTER TABLE `vb3_usergroup` DROP `unreq_perms`;
Then reimport your product.
sturdy
05-07-2008, 08:33 AM
How to fix, that users can user special chars like < oder > or " ? and that i can approve this nicks without getting an error ?
King Kovifor
05-07-2008, 10:28 AM
How to fix, that users can user special chars like < oder > or " ? and that i can approve this nicks without getting an error ?
What is your error?
turbo.:R
05-09-2008, 07:21 PM
I have uninstalled 1.03 (I believe) and then tried to import the latest version. I received this mysql error:
Database error in vBulletin 3.7.0:
Invalid SQL:
ALTER TABLE `vb3_usergroup` ADD `unreq_perms` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'unreq_perms'
Error Number : 1060
Request Date : Tuesday, May 6th 2008 @ 01:04:17 PM
Error Date : Tuesday, May 6th 2008 @ 01:04:17 PM
Script : http://www.mysite.com/cpadmin/plugin.php?do=productimport
Referrer : http://www.mysite.com/cpadmin/plugin.php?do=productadd i got this error even after i ran the query
King Kovifor
05-09-2008, 07:28 PM
i got this error even after i ran the query
HM. Odd. Try removing that install code from your product (if you don't know how give me a holler).
turbo.:R
05-09-2008, 08:47 PM
figured it out... great hack, my users luv it.....
leducq
05-23-2008, 11:13 AM
I am getting a security token issue on 3.7. Any advise?
Thanks for the great mod
leducq
05-23-2008, 12:44 PM
It worked. I'm just an idiot at times. :rolleyes:
gunitman247
05-24-2008, 03:46 AM
How do i get multiple admins to receive notification? ive tried comma no comma is this even possible?
King Kovifor
05-24-2008, 12:48 PM
How do i get multiple admins to receive notification? ive tried comma no comma is this even possible?
Not yet. :( I have that planned for the next major release.
gunitman247
05-24-2008, 11:10 PM
Not yet. :( I have that planned for the next major release.
Thanks will be waiting for it :)
King Kovifor
05-25-2008, 01:14 AM
This is the next on my list of modifications to update / write. So Yeah.
rex_b
06-09-2008, 03:46 PM
great hack
Kiros72
06-09-2008, 10:21 PM
Agreed. I wish I could get 1.0.9 to be compatable with my vBulletin 3.7.1 ='[
King Kovifor
06-09-2008, 10:31 PM
Agreed. I wish I could get 1.0.9 to be compatable with my vBulletin 3.7.1 ='[
What isn't working one 3.7.1?
Spinball
06-14-2008, 06:34 PM
Nice hack.
For 3.7.1 the position of the Request Username link in Admin CP could be better. How about in the Miscellaneous group further up rather than at the bottom?
Also could you sort the requests with the most recent at the top? We have several hundred in the list which take *ages* to load, so paginating the requests would be nice, too.
And lastly, I would remove the exclamation mark from the rejected PM title as this might incite the recipient to be even more upset than they already might be. And I would quote the rejected name in the PM in case the recipient forgot what name he requested.
Otherwise it seems to be working fine with 3.7.1 PL1
[edit: Oh and why are there .DS_Store files in every folder of your zip? They are an annoyance]
Alex@Mk3OC
06-14-2008, 07:49 PM
Got this installed and working on 3.7.1
King Kovifor
06-14-2008, 09:23 PM
Nice hack.
For 3.7.1 the position of the Request Username link in Admin CP could be better. How about in the Miscellaneous group further up rather than at the bottom?
Also could you sort the requests with the most recent at the top? We have several hundred in the list which take *ages* to load, so paginating the requests would be nice, too.
And lastly, I would remove the exclamation mark from the rejected PM title as this might incite the recipient to be even more upset than they already might be. And I would quote the rejected name in the PM in case the recipient forgot what name he requested.
Otherwise it seems to be working fine with 3.7.1 PL1
[edit: Oh and why are there .DS_Store files in every folder of your zip? They are an annoyance]Thanks for the suggestions! While the back end could be improved, I will improve it. :) Also, the ! in the title is because it is THE same phrase used for the acceptance. And the .DS_Store files are OS X files. They are completely irrelevant to the mod.
Conspiracy
06-15-2008, 09:49 AM
I've installed this on Vb 3.6.10 and everything seems to be fine, except I am sure I am being stupid but I can't find where to change the permissions for the usergroup, I've looked in usergroup manager and there appears to be nothing there to allow groups to request name changes. Some help please?
King Kovifor
06-15-2008, 03:35 PM
Did you upload all the .xml files?
Conspiracy
06-16-2008, 09:06 AM
Did you upload all the .xml files?
Ah I just checked and Bitfield_unreq did not upload for some reason, I've put it in now and all seems to be working fine, thanks for your help :up:
EagleNick
06-29-2008, 01:20 AM
Any word on if this works with 3.7.2 ?
Thanks :)
King Kovifor
06-29-2008, 02:08 AM
I believe it does.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.