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)
-   -   Major Additions - Tournaments, Ladders & Leagues Manager v4.x (https://vborg.vbsupport.ru/showthread.php?t=238945)

EasyEazy 02-09-2015 03:22 PM

Quote:

Originally Posted by Doc913 (Post 2536768)
Hello, I looking for the point where i can delete Categories.
I made a lot of Test -Categories and now i can't finde the way how to delete this.

/competitions.php?do=categories

Should be an option on that page

JJBB 02-10-2015 05:59 AM

Quote:

Originally Posted by pantasd (Post 2532951)
I find solutions for me in Style Manager edit default template in Tournament and Ladders Templates ? edit tmnt_edit and tmnt_new

Just find <select name="year" title="year" tabindex="1"> and add new year :)

Thanks pantasd! Got it working :)

MistViper 02-14-2015 12:15 AM

1 Attachment(s)
I just installed this, but I get this weird permission error where I can't view anyone profile.

MistViper 02-14-2015 01:02 AM

Nevermind I fixed this

MistViper 02-25-2015 05:21 PM

1 Attachment(s)
I get this error when someone invites another person to join their team. If the person clicks on the link in their inbox this error appears. Any suggestions?

bananalive 03-03-2015 07:58 PM

Quote:

Originally Posted by MistViper (Post 2538769)
I get this error when someone invites another person to join their team. If the person clicks on the link in their inbox this error appears. Any suggestions?

This only seems to cause an issue in Lite version, but this should hopefully fix it:

Edit teams.php

Find

PHP Code:

if ($_REQUEST['do'] == 'viewteam')
{
    require_once(
DIR '/includes/class_bbcode.php');
    if (!
$id)
    {
        
$id $vbulletin->input->clean_gpc('g''id'TYPE_UINT);
    } 

Add below

PHP Code:

    if (!$id)
    {
        
$id $vbulletin->input->clean_gpc('g''amp;id'TYPE_UINT);
    } 


squidsk 03-04-2015 02:47 PM

That's a bandaid fix and doesn't really address the underlying problem. I would guess that the it really means there's an error in the link being generated in the PM. Fix the link and you don't need to change any code.

Fields 03-14-2015 02:26 PM

When I reject a challenge, my opponent doesn't get a notification, shouldn't he get a PM?

bananalive 03-19-2015 12:05 PM

Quote:

Originally Posted by Fields (Post 2540418)
When I reject a challenge, my opponent doesn't get a notification, shouldn't he get a PM?

vBulletin Options -> Ladder/League Settings -> PM after player is challenged -> Yes

Fields 03-19-2015 01:09 PM

Quote:

Originally Posted by bananalive (Post 2540896)
vBulletin Options -> Ladder/League Settings -> PM after player is challenged -> Yes

Unfortunately, this option is already set to Yes :(


All times are GMT. The time now is 11:01 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.02583 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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