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)

Jeromedia603 01-24-2013 05:48 PM

I would like to also add that I cannot see or find the brackets. I did upload everything appropriately. I do notice that my competitors shows in a list like this

# User Name Joined
1 Steve Swap Player
0
January 24th, 2013 12:07 PM [Edit]
1= BeNzY Swap Player
0
January 24th, 2013 11:48 AM [Edit]
1= Jeremy Swap Player
0
January 24th, 2013 05:50 AM [Edit]
1=

When they should be 1, 2, 3, etc. Please advise. I will recheck all the folders once again.

bananalive 01-24-2013 07:22 PM

1 Attachment(s)
Quote:

Originally Posted by Jeromedia603 (Post 2399203)
I get this error, please advise. This happens when I edit the Tourney and Submit change

HTML Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                UPDATE tmnt_tmnts
                SET
                        title = 'GRAND OPENING SIG TOURNEY',
                        description = 'THIS WAS A TEXT ARE WHEN CREATING THE TOURNEY',
                        type = 'LMS',
                        status = '1',
                        le_userid = '179',
                        le_username = 'BeNzY',
                        le_time =1359049500,
                        scoretype = '',
                        date = '1359676800',
                        archive = '0',
                        sticky = '0',
                        tmin = '0',
                        tmax = '0',
                        catid = '3',
                        icon = '',
                        ladderid = '0',
                        prize = '50',
                        lwinxp = '3,2,1',
                        checkin = '0',
                        join_cost = '0',
                        win_credits = '0',
                        roundtext = 'a:0:{}',
                        comp_ugid = '0',
                        fielda = '',
                        fieldb = '',
                        allowreserves = '1',
                        hide_untilstart = '0',
                        password = '',
                        groups = '0',
                        playoff = '0',
                        starting_points = '0',
                        link = ''
                WHERE id='3';

MySQL Error  : Unknown column 'tmin' in 'field list'
Error Number  : 1054
Request Date  : Thursday, January 24th 2013 @ 12:45:00 PM
Error Date    : Thursday, January 24th 2013 @ 12:45:00 PM
Script        : http://clangfx.com/tournaments.php
Referrer      : http://clangfx.com/tournaments.php?do=edit&id=3
IP Address    : 99.9.149.166
Username      : BeNzY
Classname    : vB_Database
MySQL Version : 5.1.66-cll


Import attached product file

bananalive 01-24-2013 07:24 PM

Quote:

Originally Posted by Hiatus- (Post 2399040)
One more problem, everytime I make a tournament I try to change the team slot count from 32 to 22, I do that, start the tournament and then it changes back to 32. and adds bye player for 11 teams....

The way single elimination tournament brackets work, they need to be as 4 players, 8, 16, 32 players,etc.
Bye players are just like place holders

bananalive 01-24-2013 07:26 PM

Quote:

Originally Posted by Jeromedia603 (Post 2399222)
I would like to also add that I cannot see or find the brackets. I did upload everything appropriately. I do notice that my competitors shows in a list like this

# User Name Joined
1 Steve Swap Player
0
January 24th, 2013 12:07 PM [Edit]
1= BeNzY Swap Player
0
January 24th, 2013 11:48 AM [Edit]
1= Jeremy Swap Player
0
January 24th, 2013 05:50 AM [Edit]
1=

When they should be 1, 2, 3, etc. Please advise. I will recheck all the folders once again.

That's probably LMS tournament. Or the tournament has started yet?

Jeromedia603 01-24-2013 08:12 PM

Quote:

Originally Posted by bananalive (Post 2399248)
That's probably LMS tournament. Or the tournament has started yet?

It is LMS tourney. Is there an issue currently I am unaware of? I apologize for any inconvenience. It does the same either if the tourney has started or not currently.

Jeromedia603 01-24-2013 08:20 PM

Quote:

Originally Posted by Jeromedia603 (Post 2399260)
It is LMS tourney. Is there an issue currently I am unaware of? I apologize for any inconvenience. It does the same either if the tourney has started or not currently.

I did figure out it was LMS. Could you advise on the issue with that currently? I changed it to single elimination and it works.

bananalive 01-24-2013 08:32 PM

1 Attachment(s)
Quote:

Originally Posted by Jeromedia603 (Post 2399262)
I did figure out it was LMS. Could you advise on the issue with that currently? I changed it to single elimination and it works.

It's not a bug.

Insert scores and then they will be ranked.

https://vborg.vbsupport.ru/attachmen...1&d=1359063104

Jeromedia603 01-24-2013 10:57 PM

Thank you very much for the prompt response!

Jeromedia603 01-25-2013 02:42 AM

I think this may be the very last issue I have. Could you please advise on how to fix the parameters? Here is a screenshot of the page and you will notice the competitions nav and slide seems to go off of the page. I look forward to your response! Again, thank you very much for your time.

I believe that it has to do with the slide show and how it centers the image, perhaps making it align left would work best. Just my thoughts and that doesn't say much considering I know minimal coding.

https://vborg.vbsupport.ru/

bananalive 01-26-2013 01:42 PM

Quote:

Originally Posted by Jeromedia603 (Post 2399314)
I think this may be the very last issue I have. Could you please advise on how to fix the parameters? Here is a screenshot of the page and you will notice the competitions nav and slide seems to go off of the page. I look forward to your response! Again, thank you very much for your time.

I believe that it has to do with the slide show and how it centers the image, perhaps making it align left would work best. Just my thoughts and that doesn't say much considering I know minimal coding.

http://i109.photobucket.com/albums/n...tx/example.png

Edit clientscript/barousel_demo.css

Find

Code:

.barousel
{
    position:relative;
    margin-bottom:0px;
    /*background:url(../images/bg_banner.gif) repeat 0 0;*/
    width:800px;/*500px*/
    height:201px;/*401px*/
        margin: 0 auto 15px auto;
    /*border-top:3px solid #000;*/
}

Edit line

width:800px;

to

width:750px;


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