vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Username Request (https://vborg.vbsupport.ru/showthread.php?t=149377)

King Kovifor 03-06-2008 12:52 AM

Quote:

Originally Posted by djbaxter (Post 1458045)
: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.

Quote:

Originally Posted by Pocket Aces (Post 1458054)
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:

Quote:

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?

jGas 03-13-2008 12:55 PM

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

Quote:

Originally Posted by DssCrazy (Post 1477974)
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/pl...=productimport
Referrer : http://**.**.**.***/forum/admincp/pl...?do=productadd
IP Address : **.**.**.***
Username : Martin
Classname : vB_Database

King Kovifor 04-09-2008 11:53 PM

Run the following mysql query:

[sql]DROP TABLE `unreq`[/sql]

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

Quote:

Originally Posted by Kalina (Post 1489484)
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.

Quote:

Originally Posted by Kiros72 (Post 1489545)
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

Quote:

Originally Posted by King Kovifor (Post 1489773)
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

Quote:

Originally Posted by Kalina (Post 1489484)
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

Quote:

Originally Posted by Dannyloski (Post 1498268)
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.

Quote:

Originally Posted by DssCrazy (Post 1498500)
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

Quote:

Originally Posted by Spinball (Post 1498540)
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:
Code:

<form action="profile.php?do=submitrequest" method="post">

BELOW that line add:
Code:

<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

Quote:

Originally Posted by Dannyloski (Post 1498562)
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:
Code:

<form action="profile.php?do=submitrequest" method="post">

BELOW that line add:
Code:

<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

Quote:

Originally Posted by Dannyloski (Post 1498719)
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

Quote:

Originally Posted by Mrdby (Post 1499453)
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

Quote:

Originally Posted by EagleNick (Post 1507215)
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

Quote:

Originally Posted by King Kovifor (Post 1507264)
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

Quote:

Originally Posted by King Kovifor (Post 1498630)
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

Quote:

Originally Posted by m002.p (Post 1508522)
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.

Quote:

Originally Posted by KURTZ (Post 1508527)
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!

TCB 05-06-2008 06:07 PM

I have uninstalled 1.03 (I believe) and then tried to import the latest version. I received this mysql error:

Code:

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:

[sql]ALTER TABLE `vb3_usergroup` DROP `unreq_perms`;[/sql]

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

Quote:

Originally Posted by sturdy (Post 1511413)
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?


All times are GMT. The time now is 12:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02084 seconds
  • Memory Usage 1,840KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete