vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Moderators Functions - FractalizeR: Show items, awaiting moderation in notifications area (https://vborg.vbsupport.ru/showthread.php?t=186326)

IrPr 10-19-2008 11:05 AM

Great idea
$config['Misc']['modcpdir'] should be $vbulletin->config['Misc']['modcpdir']

Alfa1 12-23-2008 01:01 PM

The link to 'visitor messages awaiting moderation' does not work, as it points to:
forum//moderate.php?do=messages

Fungsten 12-28-2008 07:42 PM

It's only showing up in one style; not the default style but a testing style. That style has a single navbar, not a double navbar if that means anything. TIA.

On Edit: VB 3.8 RC2.

Alfa1 01-10-2009 06:16 PM

Does anyone else have problems with this hack and vb 3.8?

RedDevil 02-05-2009 10:02 AM

Quote:

Originally Posted by Alfa1 (Post 1707602)
Does anyone else have problems with this hack and vb 3.8?


Yes just upgraded to 3.8.1 and moderate users wont work now, links to modcp and admincp seems missing makes it unusable for now, hopefully an updated version will be released.

RedDevil 02-05-2009 10:30 AM

I did have a play and changed the following lines it seems to work, but not 100% on coding yet so maybe a temp fix till updated mod released.

in xml i changed:

Code:

        'user' => array(
                'link' => $vbulletin->options['bburl'] . '/' . $config['Misc']['admincpdir'] . '/user.php?do=moderate',
                'count' => 0


to this:

Code:

        'user' => array(
                'link' => $vbulletin->options['bburl'] . $config['Misc'] . '/admincp/user.php?do=moderate',
                'count' => 0


Seems to work but like i said my coding not 100% and maybe not a good way to fix.

This is a very good mod so i hope its updated.

EDIT: forgot to add ive only allowed this for admin as it sends mods link not working.

Alfa1 02-12-2009 06:38 PM

You may want to remove
Code:

$config['Misc'] .
That same trick also works for moderated profile messages.

However, this send you to the modCP, which is et up really bad, in contrast to /forum/moderation.php?do=viewvms&type=moderated
So I suggest this to get VM moderation working:

Code:

    'visitormessage' => array(
        'link'  => $vbulletin->options['bburl'] . '/moderation.php?do=viewvms&type=moderated',
        'count' => 0
    ),


Saint_ago 03-06-2009 09:58 AM

Someone please make it check secondary groups!!! :)

Fungsten 03-06-2009 08:11 PM

Same here for the update to 3.8.1.

GSeybold 03-26-2009 12:36 AM

Excellent and works well. Thank you for this!


All times are GMT. The time now is 06:00 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.01230 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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