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 - vFcoders - Advanced Report System (https://vborg.vbsupport.ru/showthread.php?t=285206)

artos0131 09-30-2012 08:23 PM

vBulletin® Version 4.2.0 Patch 2

Mark_Zuckerberg 09-30-2012 09:32 PM

Quote:

Originally Posted by artos0131 (Post 2369832)
vBulletin? Version 4.2.0 Patch 2

its working for me fine i had the same version try running on default style and try disabling the mods one by one except this this will show you which mod is conflicting with that :)

scdurwood 10-01-2012 11:50 AM

nm...

great mod...

MattGarner 10-01-2012 03:41 PM

Is it possible to be able to change it to so it sends a user to the full form instead of having a popup?

scdurwood 10-02-2012 03:14 AM

Quote:

Originally Posted by DJ-Dez (Post 2353014)
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.

Comment out the function call in awards.php starting on line 97 and it works fine:

PHP Code:

// ###################### Start makedepthmark #######################
// function construct_depth_mark($depth, $depthchar, $depthmark = '')
// {
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
//    for ($i = 0; $i < $depth; $i++)
//    {
//        $depthmark .= $depthchar;
//    }
//    return $depthmark;
// }
// end functions 


MattGarner 10-03-2012 07:33 PM

On the "Closed Reports" page it only shows two of the previous ones and once you click next page then it shows no more. Is there a way to fix this? It would be handy to be able to go through each closed report.

scdurwood 10-08-2012 11:56 AM

To make the notification display on a new window, edit the notification_list plugin accordingly:

Change:
PHP Code:

        'link'   => $linkdir '/index.php?' $vbulletin->session->vars['sessionurl'] . 'loc=../' $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open'
        
'order'  => 11 

To:
PHP Code:

        'link'   => $linkdir '/index.php?' $vbulletin->session->vars['sessionurl'] . 'loc=../' $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' ' " target=/"_new/" ' 
        
'order'  => 11 


Superorb 10-08-2012 04:12 PM

Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?

Code:

http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open

TheSupportForum 10-08-2012 04:47 PM

Quote:

Originally Posted by Superorb (Post 2371576)
Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?

Code:

http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open

target="_blank," not target="_new,"

TheSupportForum 10-08-2012 04:55 PM

<a href="/ars_report.php?do=open'_blank' ">


All times are GMT. The time now is 11:15 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.01773 seconds
  • Memory Usage 1,748KB
  • 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_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)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