vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

LT Mote 12-07-2008 07:29 PM

How many tables does this add to the current db?

rob01 12-08-2008 05:29 AM

do this work on vb 3.8?

P@trick 12-08-2008 02:34 PM

Quote:

Originally Posted by rob01 (Post 1680727)
do this work on vb 3.8?

yes

And again, please help me (and all the others who asked this question):
Quote:

Originally Posted by P@trick
Hi I've got the same error like 2 other gus in this thread and there was no help till yet. so lets have a third try:

When I want to import the product I got:
Quote:

Importing Product, Please Wait...

[:]
I also tied to disable the plugin system, import and then activate, but nothing happens. So whats the Problem, maybe my SQL version (4.0.27) is to old?


rob01 12-08-2008 02:50 PM

but i get this error

Warning: Unexpected character in input: ' in /home/robtbs/public_html/bbs/competitions.php on line 2432

Parse error: syntax error, unexpected T_IF in /home/robtbs/public_html/bbs/competitions.php on line 2434

any idea?

anyway P@trick this only happen with this mod? and what more happens after that?

jlew24asu 12-08-2008 02:53 PM

Quote:

Originally Posted by jlew24asu (Post 1678369)
sigh. I had this same problem a while back and thought I would try again with the latest version.

still no luck.


a blank page loads when I try to create a new tournament. I know others had this problem. is there a fix? :(

:confused: :(

yathyo 12-08-2008 03:02 PM

I'm testing the script, it looks great! But I got a problem. "Create Team" link does no appears :(

EDITED: Also Create new annoucement is not visible.

I have all permissions ON

Several bug detected, ie links pointing base forum not "competitions.php"

EDITED AGAIN :D : bananalive got a PM ;)

Thanks in advance ;)

bananalive 12-08-2008 05:18 PM

A security flaw was reported in v2.6.8. I strongly recommend you to upgrade to v2.6.9 as soon as possible.

Upgrading from v2.6.8 to v2.6.9
- re-upload competitions.php

jlew24asu 12-08-2008 05:44 PM

Quote:

Originally Posted by bananalive (Post 1681099)
A security flaw was reported in v2.6.8. I strongly recommend you to upgrade to v2.6.9 as soon as possible.

Upgrading from v2.6.8 to v2.6.9
- re-upload competitions.php

do you know of a reason why I still can not get this to work? a blank page loads when I try to create a tournament

bananalive 12-08-2008 06:47 PM

Quote:

Originally Posted by jlew24asu (Post 1681115)
do you know of a reason why I still can not get this to work? a blank page loads when I try to create a tournament

Find in competitions.php
Code:

        $days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
Replace with
Code:

        //$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
Find in competitions.php
Code:

        if ($day > $days OR $day == 0) {
Replace with
Code:

        if (/*$day > $days OR */$day == 0) {

KrU$ty 12-08-2008 07:59 PM

<u>Feature Requests</u>

It would be good to have dates and times for when each challenge was made on the upcoming match list.

The admin should be able to see all challenges.

My league requires the person who is challenged to provide three dates and times that the challenger can choose from to set the match. This functionality would be good.

The ability for an admin to forfeit a match or delete a challenge or match.

The ability for an admin to change ELO, win/loss and streak etc.


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