vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - UADisplay (https://vborg.vbsupport.ru/showthread.php?t=295667)

Milance 05-02-2020 07:39 PM

Doesn't show me Edge for Windows 10

lagrace 03-16-2021 09:07 PM

hello I have this error in the options in vb 4.2.5 php 7.4.15

PHP Code:

syntax errorunexpected 'usergroupid' (T_STRINGon line 9 in D:\wamp64\www\testmgc\includes\adminfunctions_options.php(596) : eval()'d code
#0 D:\wamp64\www\testmgc\includes\adminfunctions_options.php(53): print_setting_row(Array, Array)
#1 D:\wamp64\www\testmgc\admincp\options.php(1187): print_setting_group('
uad_settings', 0)
#2 {main}


Fatal User Error: syntax error, unexpected '
usergroupid' (T_STRING) on line 9 in ....\includes\adminfunctions_options.php(596) : eval()'d code in ....\vb\vb.php on line 286
Trace Data
:
#1 : vbstop() called in ....\includes\class_core.php on line 6089
#2 : vbulletin_error_handler() called in  on line 
#3 : trigger_error() called in ....\vb\vb.php on line 286
#4 : vB::handleException() called in  on line 

Var Type:
NULL ]

Var 
Data:
null 


here is the part of the code

PHP Code:

" . eval('$options=""; 

$groups = $vbulletin->db->query_read("SELECT usergroupidtitle FROM " . TABLE_PREFIX . "usergroup ORDER BY title");

$usergroups = array();

while (
$usergroup = $vbulletin->db->fetch_array($groups))
{
    
$usergroups[$usergroup['usergroupid']] = $usergroup['title'];
}

foreach(
$usergroups AS $usergroupid => $usergrouptitle)
{
    
$options .= "\\t\\t<label for=\\"setting[$setting[varname]]$usergroupid\\" title=\\"item id: $usergroupid\\"><input type=\\"checkbox\\" tabindex=\\"1\\" name=\\"setting[$setting[varname]]"."[$usergroupid]\\" id=\\"setting[$setting[varname]][$usergroupid]\\" value=\\"$usergroupid\\"" . iif(strpos(",$setting[value],", ",$usergroupid,") !== false, \' checked="checked"\') . iif($vbulletin->debug, " title=\\"name=&quot;setting[$setting[varname]]&quot;\\"") . " />$usergrouptitle</label><br />\\n"; 
}
return "
<span class=\\"smallfont\\">\\n$options\\t</span>";') . " 


carmine3838 03-20-2021 03:28 PM

vbulletin 4.2.5 does not work

Milance 04-08-2021 06:01 AM

Chrome is displayed to me when I'm on Edge
Please help


All times are GMT. The time now is 10:13 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.01107 seconds
  • Memory Usage 1,737KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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