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 06-20-2007 02:24 AM

Quote:

Originally Posted by Magnumutz (Post 1272185)
Usergroup permissions... that's what i was talking about... sorry if i kinda spammed this.

Nah. They would be useful...

raiderlax 06-20-2007 03:21 AM

Awesome mod, great job! :)

NeWNoKiA 06-20-2007 03:27 AM

Thanks Good Job !

txsbmw 06-23-2007 03:11 AM

Is there anyway to have an option where the user can input why they want the username change? Reason, I ask is we rarely will allow username changes (such as they are being stalked on-line, they created their e-mail address as their username, or other identifiable info as their username like a first name or initials). Would save us time having to reply and ask them why they want the name change.

Would also be great if we could track the username changes as well (maybe the info getting inserted into user notes so admins and mods can quickly view the history).

King Kovifor 06-23-2007 03:34 PM

Quote:

Originally Posted by txsbmw (Post 1274382)
Is there anyway to have an option where the user can input why they want the username change? Reason, I ask is we rarely will allow username changes (such as they are being stalked on-line, they created their e-mail address as their username, or other identifiable info as their username like a first name or initials). Would save us time having to reply and ask them why they want the name change.

Would also be great if we could track the username changes as well (maybe the info getting inserted into user notes so admins and mods can quickly view the history).

The reason, good idea. The history I plan on modifying the way I handle requests in the ACP (and adding a value to the table) to handle history.

Mythotical 06-28-2007 05:04 AM

Gotta agree, I would rather see an username history in the profile as I feel it would be a better way of viewing things as everything now is ran through the ACP why not have it ran for once through the profile or make an option in the settings to turn it on or off.

King Kovifor 06-28-2007 05:35 PM

Quote:

Originally Posted by Steve M (Post 1278204)
Gotta agree, I would rather see an username history in the profile as I feel it would be a better way of viewing things as everything now is ran through the ACP why not have it ran for once through the profile or make an option in the settings to turn it on or off.

I plan on developing the next version full swing starting tomorrow. Been out all week... Also, got another username related hack on the way. Continue posting your feature requests.

King Kovifor 06-29-2007 03:05 PM

Just a quick update:

I have modified the queries and tables and stuff to include a username history part. I've added usergroup permissions but haven't used them yet.

ChU v2 06-29-2007 03:22 PM

Can you implement like a usertitle request to this as well?

bada_bing 06-29-2007 05:38 PM

This would be nice if it used usergroup permissions

King Kovifor 06-29-2007 11:26 PM

Quote:

Originally Posted by ChU v2 (Post 1279240)
Can you implement like a usertitle request to this as well?

THat would be another hack, but you could always utilize it by changing some of the text.

Quote:

Originally Posted by bada_bing (Post 1279339)
This would be nice if it used usergroup permissions

That's coming. :D

katie hunter 06-30-2007 12:48 AM

Hi this mod shows on my defaul skin but not on my other two skins ! How can i make it show on greenfox and element skin. Or what template should i edit ? oh i use 3.6.7

Nice mod btw =p

FireFish 06-30-2007 02:56 AM

I tried implementing this but cannot seem to find the user's input area to change their username.
I did modify some display settings in my UserCP area; assuming this could be conflicting, is there a way to manually add this to your UserCP rather than relying on your XML?


(Disregard this post; I figured it out)

King Kovifor 06-30-2007 03:02 PM

Quote:

Originally Posted by FireFish (Post 1279607)
I tried implementing this but cannot seem to find the user's input area to change their username.
I did modify some display settings in my UserCP area; assuming this could be conflicting, is there a way to manually add this to your UserCP rather than relying on your XML?


(Disregard this post; I figured it out)

you need the template hooks. :D

Quote:

Originally Posted by katie hunter (Post 1279541)
Hi this mod shows on my defaul skin but not on my other two skins ! How can i make it show on greenfox and element skin. Or what template should i edit ? oh i use 3.6.7

Nice mod btw =p

Is your default skin have any edited templates? Like any user CP templates? And same with the other two? It needs the $template_hook[] in there.

dutchbb 06-30-2007 04:04 PM

What about an automatic paypal option, charging a donation per change? This would really make it interesting. I' m sure members will pay a small donation for a name change!

King Kovifor 06-30-2007 10:44 PM

Quote:

Originally Posted by dutchbb (Post 1279991)
What about an automatic paypal option, charging a donation per change? This would really make it interesting. I' m sure members will pay a small donation for a name change!

I don't know. Probably not...

dutchbb 07-01-2007 07:45 AM

Most members that want their name changed , really want it, actually some have even asked me to pay a few bucks for it. Why not automate this process, I'm sure the people that really want it will pay a small donation for the community.

LewisAinslie 07-01-2007 08:35 AM

Because some people wont be able to pay for it and if they turn it on and it is optional then its obvious what they are going to choose.

King Kovifor 07-01-2007 01:26 PM

Quote:

Originally Posted by dutchbb (Post 1280424)
Most members that want their name changed , really want it, actually some have even asked me to pay a few bucks for it. Why not automate this process, I'm sure the people that really want it will pay a small donation for the community.

My reasoning for this would because I'd need to learn a new technology I don't want to, and not everybody can use it.

If you want to, in v1.0.3, there's usergroup permissions. Set up a subscription and add make it a week long thing. Only allow that group to change names.

King Kovifor 07-01-2007 03:29 PM

REQUEST:

What permissions would you like to be handled? For user group that is...

The ACP back-end is handled through default vBulletin Admin Permissions (canadminusers), and the front end is having two custom permissions:

can_view_un_history (for Username History Features) and...
can_change_un (for user name change)

Is there any other permissions you would like applied? And would you rather wait another week or two after I finish to phrase this, or would you prefer me do a v1.0.4 dedicated to phrasing?

txsbmw 07-01-2007 11:46 PM

Are you going to be adding a reason for username request in this update? (user must give reason?) if so maybe permissions to handle who can see the reasons they gave for each change request as well.

King Kovifor 07-01-2007 11:52 PM

Quote:

Originally Posted by txsbmw (Post 1280907)
Are you going to be adding a reason for username request in this update? (user must give reason?) if so maybe permissions to handle who can see the reasons they gave for each change request as well.

If I added reasons, it would in the user name history, meaning only people who can view history can view that.

txsbmw 07-02-2007 12:06 AM

That's fine with me and works well with the set up for permissions I have now.

King Kovifor 07-02-2007 12:12 AM

Right now there aren't any permissions.

txsbmw 07-02-2007 03:28 PM

I was talking about the permissions I have for user notes already in place.

King Kovifor 07-02-2007 03:29 PM

oh...

AsilentFart02 07-03-2007 08:53 PM

Marked as Installed. Very nice hack, thanks alot.

dutchbb 07-04-2007 04:13 PM

Quote:

Originally Posted by King Kovifor (Post 1280585)
My reasoning for this would because I'd need to learn a new technology I don't want to, and not everybody can use it.

If you want to, in v1.0.3, there's usergroup permissions. Set up a subscription and add make it a week long thing. Only allow that group to change names.

Good idea. When do you expect it to come out (the new release). Sorry if this has already been answered.

King Kovifor 07-04-2007 04:56 PM

Quote:

Originally Posted by dutchbb (Post 1282718)
Good idea. When do you expect it to come out (the new release). Sorry if this has already been answered.

I'm not sure. I still have to do the whole install codes and modify the templates and the whole username history stuff.

BellyBelly 07-09-2007 02:48 AM

I have installed this and went to approve a user name change from *Annie* to alex&oly and I got an error which I accidently didnt copy properly... but something about it having too many invalid characters or something (more than 3?) and to go back and do it again.

I then checked to see if the name been changed and it hadn't, so I clicked back and tried again and got this:

Quote:

Fatal error: Existing data passed is not an array
Called set_existing in /usr/home/0chroot/bellybe/home/bellybe/public_html/forums/admincp/unreq.php on line 88
in /includes/class_dm.php on line 235
#0 vb_error_handler(256, Existing data passed is not an array
Called set_existing in /usr/home/0chroot/bellybe/home/bellybe/public_html/forums/admincp/unreq.php on line 88
... this code went on for the whole page. When I went back to the requests, it had disappeared, still no change.

When I went to change the other request, jessiemon to devilchild13 then it did work fine.

Any ideas? Is this because there were the two ** and the one & and it didnt like it?

King Kovifor 07-09-2007 02:11 PM

I'm guessing somehow the ** and the & screwed it up. And/Or for the error the first time you approved it removed it (hitting back wouldn't show this exchange). Guess I need to test that.

Invalid ID 07-09-2007 02:59 PM

Nice Mod.

I have 3.6.5 and I want to install this mod. What do you mean by "(unless you manually edit the USERCP_SHELL template and add the cell)
To install..."

???

Please help me how can I do that?

Thanks

King Kovifor 07-09-2007 03:03 PM

Why not upgrade?

But you need to copy the template directly into the USERCP_SHELL template, or add the correct template hook. I think it's $template_hook[usercp_navbar_bottom] and it goes at the bottom of the USERCP_SHELL navbar section. That's all that is needed.

Invalid ID 07-09-2007 03:25 PM

I have run out of my time limit to download latest versions.

I try to do as you have guided. Will come back

King Kovifor 07-09-2007 04:08 PM

Quote:

Originally Posted by Invalid ID (Post 1286784)
I have run out of my time limit to download latest versions.

I try to do as you have guided. Will come back

It must be done to all styles. Or just upgrade your forum to vB 3.6.7PL1 and revert all your USERCP_SHELL templates.

Invalid ID 07-09-2007 04:28 PM

No, I am afraid I can't do this

King Kovifor 07-09-2007 04:45 PM

Would you like me to do it for you? Send admin details through PM and I'll get to adding the correct code.

Invalid ID 07-09-2007 04:56 PM

Thanks a lot, but that's not safe sir

King Kovifor 07-09-2007 05:03 PM

Quote:

Originally Posted by Invalid ID (Post 1286847)
Thanks a lot, but that's not safe sir

Your choice. Just need the $template_hook[] added.

TCB 07-10-2007 07:37 PM

this comes very handy. Thanks :D


All times are GMT. The time now is 06:03 PM.

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.01626 seconds
  • Memory Usage 1,825KB
  • 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
  • (15)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