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)
-   -   Moderators Functions - Easy Mod Tools (https://vborg.vbsupport.ru/showthread.php?t=238189)

apokphp 07-21-2010 05:41 AM

Does not display in 4.0.5.

Uninstalled until updated.

KURTZ 07-21-2010 09:21 AM

Quote:

Originally Posted by apokphp (Post 2072309)
Does not display in 4.0.5.

Uninstalled until updated.

i haven't any troubles on the 4.0.5 ... :)

apokphp 07-22-2010 04:34 PM

Made the change to the plugin...got it to work.

Alfa1 07-22-2010 06:39 PM

I would love this for vb 3.8.5. Is there any chance you would make this?

masterross 07-23-2010 03:17 PM

Quote:

Originally Posted by Alfa1 (Post 2073032)
I would love this for vb 3.8.5. Is there any chance you would make this?

There is already:
https://vborg.vbsupport.ru/showthread.php?t=193374

Alfa1 07-23-2010 05:47 PM

thanks!

KURTZ 07-23-2010 06:54 PM

change-log? :)

KURTZ 07-24-2010 09:58 AM

PHP Code:

Warningarray_merge() [function.array-merge]: Argument #1 is not an array in [path]/modcp/user.php(348) : eval()'d code on line 30 

that error is still there (when i try to change an avatar by this mod)

Boofo 07-24-2010 10:37 AM

Quote:

Originally Posted by ientrydave (Post 2058061)
I'm having trouble getting this plugin to work with vB 4.0.4. it worked great with 4.0.3. I tried re-uploading the xml and it didn't help. Any thoughts would be appreciated.

EDIT: I found the problem. In version 4.0.4, the $vbulletin variable is no longer global by default in the postbit_display_complete hook. Simple fix, just put
PHP Code:

global $vbulletin

in front of
PHP Code:

if ($vbulletin->options['modtools_onoff']) 

in the plugin manager.

Or, you could use:

Code:

if ($this->registry->options['modtools_onoff'])

in that hook and not have to add the global variable.

KURTZ 07-27-2010 02:40 PM

1 Attachment(s)
italian language :)


All times are GMT. The time now is 09:30 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.01313 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (3)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
  • (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