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)

bananalive 04-07-2009 02:03 PM

Quote:

Originally Posted by baco84 (Post 1785584)
here is the error

https://vborg.vbsupport.ru/

do you have any ideas???

What browser are you using?

BlueNinjaGo 04-07-2009 03:20 PM

Quote:

Originally Posted by bananalive (Post 1785747)
Coming in next version

Awesome... is there any way i can manually edit the brackets? Reason being, the tournaments we're hosting take place over Xbox Live, and for some reason sometimes people can't connect. I know it's not a real feature, but is there coding anywhere where I can just go in and switch the names around?

I'm sorry if I'm nagging too much.

(Also, nominated MOTM... by far the best improvement I've made to the site so far this year)

bananalive 04-07-2009 05:59 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1785816)
Awesome... is there any way i can manually edit the brackets? Reason being, the tournaments we're hosting take place over Xbox Live, and for some reason sometimes people can't connect. I know it's not a real feature, but is there coding anywhere where I can just go in and switch the names around?

I'm sorry if I'm nagging too much.

(Also, nominated MOTM... by far the best improvement I've made to the site so far this year)

Tournament Tools -> Swap Players

baco84 04-07-2009 06:09 PM

Quote:

Originally Posted by bananalive (Post 1785752)
What browser are you using?

ie 6.. it's old, i know... tomorrow i'll download firefox, and i'll try with it... but anyway it's a very unusual error...

BlueNinjaGo 04-08-2009 02:32 AM

Quote:

Originally Posted by bananalive (Post 1785931)
Tournament Tools -> Swap Players

Oh, ok! I thought that was to swap players in the tournament for players not in the tournament.... *facepalm*

Skyrider 04-08-2009 06:57 AM

Any specific reason why I can't leave nor remove someone from a team?

bananalive 04-08-2009 07:01 AM

Quote:

Originally Posted by FF|Skyrider (Post 1786395)
Any specific reason why I can't leave nor remove someone from a team?

Team Leader's can remove player(s) from their team, the option for player to leave team is coming soon (probably next release)

Skyrider 04-08-2009 07:11 AM

Quote:

Originally Posted by bananalive (Post 1786398)
Team Leader's can remove player(s) from their team, the option for player to leave team is coming soon (probably next release)

What about admins? Can't they force someone to remove them from the team?

bananalive 04-08-2009 07:52 AM

Quote:

Originally Posted by FF|Skyrider (Post 1786400)
What about admins? Can't they force someone to remove them from the team?

No.

bananalive 04-08-2009 08:06 AM

v2.8.0 is now available to download and test. As long as no problems are found, v2.8.0 will be released as non-BETA.

v2.8.0: 8 April 2009
- Added website, gamertag fields for teams
- Improved layout for Ladder Challenges (team section)
- Pop-up on team profile with tournaments joined/ won
- Reduced queries on Tournament Display by 1 (or 2 if there are no comments)
- No of comments in Tournament Details
- Team members can 'Leave Team'
- Tournament/ Ladder Categories
- Split competitions.php into: competitions.php, tournaments.php and ladders.php

Jaxel 04-08-2009 01:51 PM

Any template changes we need to be aware of?

*EDIT* nevermind... just ran it through BC3... EVERYTHING was changed.

s8glive 04-08-2009 03:53 PM

bug found can't delete ladders in 2.8.0 beta

bananalive 04-08-2009 04:48 PM

Quote:

Originally Posted by s8glive (Post 1786668)
bug found can't delete ladders in 2.8.0 beta

Thanks,

Here's quick fix...


Find in ladders.php (line 2194):
PHP Code:

if ($_REQUEST['do'] == 'ladderdelete'

Replace:
PHP Code:

if ($_REQUEST['do'] == 'delete'


baco84 04-08-2009 04:51 PM

https://vborg.vbsupport.ru/

another error (i think)

bananalive 04-08-2009 05:18 PM

1 Attachment(s)
Quote:

Originally Posted by baco84 (Post 1786728)

I'm assuming that's a screen-shot taken in internet explorer.

Import attached product file and it should be fixed

baco84 04-08-2009 05:37 PM

perfect, issue is solved! another question. how can i change the product language, in my language(italian)?

s8glive 04-08-2009 07:14 PM

another bug found in 2.8.0 beta when i go to a ladder page then ladder links and click on Ladder Team Challenges the page fails to load.

BlueNinjaGo 04-08-2009 08:03 PM

1 Attachment(s)
Ok, 3 questions. Thanks in advance.


1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.

2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here for the tournament if you want to see for yourself.

3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)

BlueNinjaGo 04-08-2009 09:55 PM

Ok, I found a bug with the catagories. I added a catagory. Added 2 ladders to it. Worked 100%.

I created a second catagory. I went to move a ladder into it, but when i go to chose a catagory, it has blank (for no catagory) and both catagories on the same line... So you can only choose none or the first one (has the second one after it, but it's all one selection)

Also, is there no way to delete a catagory?

s8glive 04-08-2009 10:15 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1786873)
Ok, 3 questions. Thanks in advance.


1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.

2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here for the tournament if you want to see for yourself.

3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)

dude if this is a active part of your site don't upgrade to the beta. the beta still has bugs and are being worked out wait a week plus it was only released today.

bananalive 04-09-2009 07:53 AM

Quote:

Originally Posted by s8glive (Post 1786846)
another bug found in 2.8.0 beta when i go to a ladder page then ladder links and click on Ladder Team Challenges the page fails to load.

Thanks,

the link is to ladder.php instead of ladders.php

bananalive 04-09-2009 07:54 AM

Quote:

Originally Posted by baco84 (Post 1786767)
perfect, issue is solved! another question. how can i change the product language, in my language(italian)?

Translate the phrases in the admincp

bananalive 04-09-2009 08:01 AM

Quote:

Originally Posted by BlueNinjaGo (Post 1786916)
Ok, I found a bug with the catagories. I added a catagory. Added 2 ladders to it. Worked 100%.

I created a second catagory. I went to move a ladder into it, but when i go to chose a catagory, it has blank (for no catagory) and both catagories on the same line... So you can only choose none or the first one (has the second one after it, but it's all one selection)

Also, is there no way to delete a catagory?

I can't seem to replicate this error, is it error on page 'Edit Ladder'?

I'll add link to delete category

bananalive 04-09-2009 08:03 AM

Quote:

Originally Posted by BlueNinjaGo (Post 1786873)
Ok, 3 questions. Thanks in advance.


1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.

2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here for the tournament if you want to see for yourself.

3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)

Rather than creating 20 player tournament, create a 32 player, then click start tournament, this will add in bye players and the brackets won't get messed up.

BlueNinjaGo 04-09-2009 12:50 PM

Quote:

Originally Posted by bananalive (Post 1787186)
I can't seem to replicate this error, is it error on page 'Edit Ladder'?

I'll add link to delete category

Thanks for adding the link. And yes, I went to edit a ladder that already existed, and the drop down combo box had 2 lines. One was blank, the other had two categories on the same line. I wish I had taken a screen shot for you, that's my mistake. (I uninstalled the update for now)

Quote:

Originally Posted by bananalive (Post 1787188)
Rather than creating 20 player tournament, create a 32 player, then click start tournament, this will add in bye players and the brackets won't get messed up.

Ok, I saw the option to adjust the player limit and I assumed it would have had the same outcome. I'll go see if that does the trick.

Skyrider 04-09-2009 01:47 PM

Tried clicking "Leave team", but it doesn't seem to work at all. Nothing is happening. Would be great if admins can force members out of a theme as well btw.

bananalive 04-09-2009 02:03 PM

Quote:

Originally Posted by FF|Skyrider (Post 1787355)
Tried clicking "Leave team", but it doesn't seem to work at all. Nothing is happening. Would be great if admins can force members out of a theme as well btw.

Do you get the javascript popup?

(Tested it with two accounts on my forum and it worked then.)

bananalive 04-09-2009 02:06 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1787316)
Thanks for adding the link. And yes, I went to edit a ladder that already existed, and the drop down combo box had 2 lines. One was blank, the other had two categories on the same line. I wish I had taken a screen shot for you, that's my mistake. (I uninstalled the update for now)

Found error, thanks.

Skyrider 04-09-2009 02:23 PM

Quote:

Originally Posted by bananalive (Post 1787370)
Do you get the javascript popup?

(Tested it with two accounts on my forum and it worked then.)

Nope, no pop-up at all. Maybe adblock of firefox is blocking it?

EDIT,
Even tried disabling it, nothing. Using FireFox 3.0.8. Same with IE6, nothing is happening.

s8glive 04-09-2009 03:39 PM

when do you plan on releasing a little bit more of a updated beta so people don't have to read through to fix some of the errors manually?

bananalive 04-09-2009 08:56 PM

Quote:

Originally Posted by s8glive (Post 1787451)
when do you plan on releasing a little bit more of a updated beta so people don't have to read through to fix some of the errors manually?

I'll probably release something tomorrow. If no major bugs are found then it will be non-Beta.

bananalive 04-09-2009 08:57 PM

Quote:

Originally Posted by FF|Skyrider (Post 1787388)
Nope, no pop-up at all. Maybe adblock of firefox is blocking it?

EDIT,
Even tried disabling it, nothing. Using FireFox 3.0.8. Same with IE6, nothing is happening.

Weird, i wonder whether i added in the code after i released the beta.

baco84 04-10-2009 08:55 AM

i have found an errormaybe. on ladder challenges, when i accepted a challenge, the match it's not confirmed, and i have to accept again and again... but the match doesn't exist anymore!

bananalive 04-10-2009 09:10 AM

Quote:

Originally Posted by baco84 (Post 1788077)
i have found an errormaybe. on ladder challenges, when i accepted a challenge, the match it's not confirmed, and i have to accept again and again... but the match doesn't exist anymore!

Thanks, fixed in next release

BlueNinjaGo 04-10-2009 02:33 PM

Is there any way to add a text box when making a challenge during a ladder. The message would be added somewhere in the automated PM that's sent.

Just a feature that a few of my members suggested. I know you're really busy with other more important features and have a list of stuff you wanna add first, but just thought I'd mention it.

ZiG 04-10-2009 07:46 PM

Quote:

Originally Posted by bananalive (Post 1787704)
I'll probably release something tomorrow. If no major bugs are found then it will be non-Beta.

sweet

SnapOff Racing 04-12-2009 07:11 AM

installed 2.8.1 and 2.8.0 and i get this error when creating a tournament:

Code:

Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 177
#0 vb_error_handler(256, Registry object is not an object, /home/gears/public_html/forums/includes/class_dm.php, 177, Array ([this] => vB_DataManager_Thread_FirstPost Object ([validfields] => Array ([firstpostid] => Array ([0] => 3,[1] => 2),[lastpost] => Array ([0] => 3,[1] => 2),[forumid] => Array ([0] => 3,[1] => 1),[pollid] => Array ([0] => 3,[1] => 0),[open] => Array ([0] => 3,[1] => 2,[2] => _-_mEtHoD_-_),[replycount] => Array ([0] => 3,[1] => 2),[hiddencount] => Array ([0] => 3,[1] => 2),[deletedcount] => Array ([0] => 3,[1] => 2),[lastposter] => Array ([0] => 7,[1] => 2),[lastpostid] => Array ([0] => 3,[1] => 2),[views] => Array ([0] => 3,[1] => 0),[notes] => Array ([0] => 7,[1] => 0),[sticky] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[votenum] => Array ([0] => 3,[1] => 0),[votetotal] => Array ([0] => 3,[1] => 0),[similar] => Array ([0] => 7,[1] => 2),[prefixid] => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[taglist] => Array ([0] => 7,[1] => 0),[threadid] => Array ([0] => 3,[1] => 3),[title] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[username] => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[userid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[dateline] => Array ([0] => 3,[1] => 2),[iconid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[visible] => Array ([0] => 1,[1] => 0),[attach] => Array ([0] => 3,[1] => 0),[pagetext] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[allowsmilie] => Array ([0] => 3,[1] => 1),[showsignature] => Array ([0] => 1,[1] => 0),[ipaddress] => Array ([0] => 7,[1] => 2)),[bitfields] => Array (),[table] => thread,[condition_construct] => Array ([0] => threadid = %1$d,[1] => threadid),[thread] => Array (),[post] => Array (),[modlog] => Array (),[floodcheck] => ,[spamlog_insert] => ,[setfields] => Array (),[rawfields] => Array (),[registry] => ,[dbobject] => ,[lamda] => ,[errors] => Array (),[error_handler] => 1,[existing] => Array (),[info] => Array (),[condition] => ,[failure_callback] => ,[presave_called] => ),[registry] => ,[errtype] => 1)) called at [(null):0] #1 trigger_error(Registry object is not an object, 256) called at [/home/gears/public_html/forums/includes/class_dm.php:177] #2 vB_DataManager->vB_DataManager(, 1) called at [/home/gears/public_html/forums/includes/class_dm_threadpost.php:1482] #3 vB_DataManager_Thread_FirstPost->vB_DataManager_Thread_FirstPost(, 1) called at [/home/gears/public_html/forums/includes/functions_tal.php:166] #4 new_thread(1, 38, Test,
Test
No Players: 4 Type: 1v1 Description: testing testing 123 , 1, 1, 1) called at [/home/gears/public_html/forums/tournaments.php:998]

An additional question would be:


If I wanted to create a tournament after I've hosted and completed one and wanted to set up the brackets, etc as they happened is this possible? to give the teams that won credit, etc? to keep track of their records? I hope so. Can someone explain please?

Thanks

The_Rascal 04-12-2009 04:21 PM

is there anyway to remove the leader and promote another member of the team to leader?
or can only the leader do that?

H3C x Nevz 04-13-2009 09:07 PM

The VBulletin Editor stretches out my pages whenever there's one on the screen. Is there any way to adjust their width?

Jayphen 04-14-2009 05:10 AM

Quote:

Originally Posted by SnapOff Racing (Post 1789445)
installed 2.8.1 and 2.8.0 and i get this error when creating a tournament:

Code:

Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 177
#0 vb_error_handler(256, Registry object is not an object, /home/gears/public_html/forums/includes/class_dm.php, 177, Array ([this] => vB_DataManager_Thread_FirstPost Object ([validfields] => Array ([firstpostid] => Array ([0] => 3,[1] => 2),[lastpost] => Array ([0] => 3,[1] => 2),[forumid] => Array ([0] => 3,[1] => 1),[pollid] => Array ([0] => 3,[1] =>


Same here, both versions, though 2.8.1 still shows as 2.8.0 btw.


All times are GMT. The time now is 05:30 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.03637 seconds
  • Memory Usage 1,857KB
  • 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
  • (2)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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