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 09-10-2007 06:51 PM

Quote:

Originally Posted by jellybaby (Post 1335958)
I did this as a fresh install

Odd.

Quote:

Originally Posted by BBF (Post 1335945)
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...

Quote:

Originally Posted by Stifler (Post 1335835)
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

Quote:

Originally Posted by King Kovifor (Post 1335769)
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
PHP Code:

 OR $vbulletin->bf_ugp_unreq_perms['canviewunhistory']; 

from the first line of code.

Username Request:

Comment out this code:
PHP Code:

    if(!$vbulletin->bf_ugp_unreq_perms['can_change_un'])
    {
        
unreq_add_error($vbphrase['unreq_perms'], $vbphrase['unreq_perms_txt']);
    } 

and

PHP Code:

    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.

BBF 09-10-2007 07:33 PM

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.


All times are GMT. The time now is 01:42 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.01523 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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