vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Restrict usernames to alphanumeric and underscore (https://vborg.vbsupport.ru/showthread.php?t=106877)

Kronomancer 07-13-2006 05:05 PM

I get this in my template... "Could not find phrase 'username_invalidchars'."
3.6 beta 4... any help?

ndahiya 07-30-2006 04:10 PM

Quote:

Originally Posted by Kronomancer
I get this in my template... "Could not find phrase 'username_invalidchars'."
3.6 beta 4... any help?


so do i!!

magmf 10-20-2006 07:32 PM

Quote:

Originally Posted by Kronomancer
I get this in my template... "Could not find phrase 'username_invalidchars'."
3.6 beta 4... any help?

Me too

any solution ?

VbStudent1 10-25-2006 09:52 AM

I will throw my hat in here as well. Is there a fix? The error is coming about due to PHRASETYPEID which has been removed in versions 3.6.x. Everything else works well except for the error message. Someone may know enough about SQL to make the plugin point to the correct phrase. I am only a beginner but I wouldn't think it would be too difficult.

KatScript 03-09-2007 10:52 PM

I'm running version 3.6.5

I have attached my version.

or get the one from the download and do this:

Find:
Code:

eval('$userdata->errors[] = "' . fetch_phrase('username_invalidchars', PHRASETYPEID_ERROR) . '";');
Replace with:
Code:

$userdata->error('username_invalidchars');
Hope this helps someone.

RedGTiVR6 02-27-2008 04:55 PM

Anyone know if this has been done in 3.7?

Reynaldovb 02-27-2008 05:37 PM

I upgraded to 3.7 and it seems to be working, but I don't know if it would work on a brand new board. I would have to check and make the necessary corrections.

Reynaldovb 02-27-2008 05:54 PM

Working on a fix...

RedGTiVR6 02-27-2008 06:27 PM

Great! I'm just trying to go through all of my currently installed mods and see if they will work with 3.7 when we update.

Reynaldovb 02-27-2008 07:00 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1452368)
Great! I'm just trying to go through all of my currently installed mods and see if they will work with 3.7 when we update.

The updated version works with both 3.6.8 and 3.7
I dont have 3.5 version or lower anymore so I cant guarantee if it works with those.


All times are GMT. The time now is 04:59 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.01087 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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