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 10-13-2008 02:47 PM

Quote:

Originally Posted by Chris11987 (Post 1644137)
I want to make the file twice and have one name tournament and one named ladder. Simple enough, but where would I go to edit the url for things like "tournament.php&do=__________"? Is that inside the tournament.php file?

tournament.php?do=X
PHP Code:

if ($_REQUEST['do'] == 'X') {
//code here


Quote:

Originally Posted by Chris11987 (Post 1644137)
Also, where it says "Forums > Tournaments > Ladders" in the navbar, how would I make it so it doesn't say "Tournaments" when I'm on a ladders page.

Remove from each ladder page.
PHP Code:

'tournament.php' $vbulletin->session->vars['sessionurl_q'] => $vbphrase['tmnts'

Bu I would recommend you just changing $vbphrase['tmnts'] to your own custom phrase $vbphrase['customphrasename']

JAnders 10-13-2008 03:20 PM

Quote:

Originally Posted by JAnders (Post 1643795)
I just updated to the latest version and the elo system is great. However, I have some ladders already in progress.. and it's only calculation on a going forward basis how can I make it calculate for all the matches that were already played.

you can take a look to understand better:
http://fifamexico.net/foros/tourname...iewladder&id=1

mr banana any word on this?:(

bananalive 10-13-2008 03:37 PM

Quote:

Originally Posted by JAnders (Post 1644175)
Quote:

Originally Posted by JAnders
I just updated to the latest version and the elo system is great. However, I have some ladders already in progress.. and it's only calculation on a going forward basis how can I make it calculate for all the matches that were already played.

you can take a look to understand better:
http://fifamexico.net/foros/tourname...iewladder&id=1


mr banana any word on this?:(

I can't think of a way atm, but if I can I will post it here.

JAnders 10-13-2008 03:52 PM

btw I love this mod and the direction is going, I always find it very hard to know what was changed or modified from version to version.

I can help you document as you add functionality and bug fixes. so you can post what changed in the current version. e-mail me if you'll like me to help

bananalive 10-13-2008 04:04 PM

Quote:

Originally Posted by JAnders (Post 1644203)
btw I love this mod and the direction is going, I always find it very hard to know what was changed or modified from version to version.

I can help you document as you add functionality and bug fixes. so you can post what changed in the current version. e-mail me if you'll like me to help

Thanks for your offer. I try and keep a version history in second post of thread here

Antek 10-13-2008 05:25 PM

Next idea: auto creata event

JAnders 10-13-2008 05:36 PM

the most important feature we currently need is option to manually update ladder challanges as an admin.

and the option for users to drop out of a ladder

gamerscms 10-13-2008 06:45 PM

Thanks for a further update :)
would be great to see teams in ladders, will we be seeing this feature?

bananalive 10-13-2008 07:24 PM

Quote:

Originally Posted by gamerscms (Post 1644339)
Thanks for a further update :)
would be great to see teams in ladders, will we be seeing this feature?

Yes, it was one of the main reasons for combining the two modifications.

butler312 10-13-2008 09:59 PM

Absolutely wonderful mod. With the ELO rating you have exactly what I've been looking for. Donation will come as soon as I get paid next (I know I should have donated earlier anyways, but oh well).

One suggestion I remember from earlier that I thought I would bring back up is the ability for the admin/moderators to sticky certain tournaments/ladders.

gamerscms 10-13-2008 11:36 PM

Quote:

Originally Posted by butler312 (Post 1644472)
One suggestion I remember from earlier that I thought I would bring back up is the ability for the admin/moderators to sticky certain tournaments/ladders.

You can do that now with the latest version :)

gamerscms 10-13-2008 11:36 PM

Quote:

Originally Posted by bananalive (Post 1644361)
Yes, it was one of the main reasons for combining the two modifications.

Thats great news to hear look forward to it.

camomouse 10-14-2008 01:26 AM

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
ALTER TABLE usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;

MySQL Error  : Duplicate column name 'tournamentpermissions'
Error Number  : 1060
Request Date  : Monday, October 13th 2008 @ 10:25:52 PM
Error Date    : Monday, October 13th 2008 @ 10:25:52 PM
Script        : http://xaax.biz/forums/admincp/plugin.php?do=productimport
Referrer      : http://xaax.biz/forums/admincp/plugin.php?do=productadd
IP Address    : xxx
Username      : CamoMouse
Classname    : vB_Database
MySQL Version : 5.0.51b-community-nt


SpiderFive 10-14-2008 10:55 AM

is there a new version for the future without fatal erros ?

gorentals 10-14-2008 11:26 AM

Having an issue. After a tournament has started we have a couple members that for some reason don't want to be part of it. How do we swap them out with an alternative player? I have several going and we cannot continue as we have some holdups.

Thanks

bananalive 10-14-2008 12:21 PM

1 Attachment(s)
Quote:

Originally Posted by camomouse (Post 1644553)
Code:

Database error in vBulletin 3.7.3:

Attached product file has fixed code
Quote:

Originally Posted by SpiderFive (Post 1644800)
is there a new version for the future without fatal errors ?

All errors found get fixed as soon as possible (within a day or two). It is possible for me to test every eventuality to check for every bug which is why some people get errors. As of this post all reported errors have been fixed.
Quote:

Originally Posted by gorentals (Post 1644811)
Having an issue. After a tournament has started we have a couple members that for some reason don't want to be part of it. How do we swap them out with an alternative player? I have several going and we cannot continue as we have some holdups.

Thanks

Players can only be swapped for LMS atm

P.Jackson 10-14-2008 12:48 PM

i think the ability to view match results in the ladder for each user , scores who played who date etc would be a a great addition to the ladders.

example
http://www.enemydown.co.uk/clanresults.php?id=44773

gorentals 10-14-2008 01:03 PM

Players can only be swapped for LMS atm

Ok thanks. Shoot my tournaments are Single Elimination. That is exactly what I want to do is swap players, but I guess I can't in SIngle Eliminiation. Is this something you are looking at doing in the future?

Thanks again

bananalive 10-14-2008 01:37 PM

Quote:

Originally Posted by gorentals (Post 1644864)
Ok thanks. Shoot my tournaments are Single Elimination. That is exactly what I want to do is swap players, but I guess I can't in SIngle Eliminiation. Is this something you are looking at doing in the future?

Yes it will come soon, not sure when.

butler312 10-14-2008 05:33 PM

Quote:

Originally Posted by gamerscms (Post 1644518)
You can do that now with the latest version :)

Really, how. I have the latest script installed but don't see it.

schlottkej 10-15-2008 12:33 AM

Banana...

I noticed you removed the $html from the files, but now nothing loads...

http://www.thewrestlingtalk.com/tournament.php

Any suggestions?

KHALIK 10-15-2008 02:28 AM

nice work with the elo system.

Next would love to see a double elimination system enabled.

oBEAVISo 10-15-2008 06:39 AM

Great Mod .. Installed and no issues, fingers crossed. Thanks.

SpiderFive 10-15-2008 07:59 AM

Quote:

Originally Posted by bananalive (Post 1644837)
.....

All errors found get fixed as soon as possible (within a day or two). It is possible for me to test every eventuality to check for every bug which is why some people get errors. As of this post all reported errors have been fixed.

......

sorry..
can we upgrade from each version , or must wie upgrade step by step

P.Jackson 10-15-2008 08:57 AM

Quote:

Originally Posted by schlottkej (Post 1645256)
Banana...

I noticed you removed the $html from the files, but now nothing loads...

http://www.thewrestlingtalk.com/tournament.php

Any suggestions?


If you have upgraded and in the past changed any of the templates you must revert them :)

EWGF 10-15-2008 10:33 AM

Haven't upgraded in a while... wow, nice improvements :D

bananalive 10-15-2008 12:35 PM

Quote:

Originally Posted by butler312 (Post 1645030)
Really, how. I have the latest script installed but don't see it.

Edit tournament and at the bottom there is option to sticky tournament to appear at top of tournaments list
Quote:

Originally Posted by schlottkej (Post 1645256)
Banana...

I noticed you removed the $html from the files, but now nothing loads...

http://www.thewrestlingtalk.com/tournament.php

Any suggestions?

Try reverting all tournament templates

(Edit: just visited your board and you can view pages for 'Transparent' style so you must have edited the templates)
Quote:

Originally Posted by SpiderFive (Post 1645456)
can we upgrade from each version , or must wie upgrade step by step

Yes, just upgrade to latest version.

bananalive 10-15-2008 06:21 PM

Just released v2.5.5 with new tournament layout

Quote:

Originally Posted by gorentals (Post 1644864)
Quote:

Originally Posted by bananalive
Players can only be swapped for LMS atm

Ok thanks. Shoot my tournaments are Single Elimination. That is exactly what I want to do is swap players, but I guess I can't in SIngle Eliminiation. Is this something you are looking at doing in the future?

Thanks again

Added in v2.5.5

JAnders 10-15-2008 07:31 PM

awesome can version 2.5.5 also remove players from ladders?

bananalive 10-15-2008 07:50 PM

Quote:

Originally Posted by JAnders (Post 1645829)
awesome can version 2.5.5 also remove players from ladders?

No, but I have been thinking about it though... I think it would have to just 'deactivate' player to prevent those with less than starting rank, leaving the ladder, then returning and getting their rating reset.

JAnders 10-15-2008 08:09 PM

Quote:

Originally Posted by bananalive (Post 1645852)
No, but I have been thinking about it though... I think it would have to just 'deactivate' player to prevent those with less than starting rank, leaving the ladder, then returning and getting their rating reset.

right I think something like active = Y and if we remove him active = N then if the user wants to join again on a later time by him clicking join will activate the account.

Of course he wouldn't start from scratch he would just resume wherever he left off when he was deactivated.

gorentals 10-15-2008 09:18 PM

Awesome Bananalive. I'm off to install it now. Thanks for the great mod!

gorentals 10-15-2008 09:34 PM

Ok everything looks good. Except the brackets are broken up. If someone hasn't won there match yet, it doesn't show a box and looks kinda funny.

gamerscms 10-15-2008 10:15 PM

Tournament mod working perfect, thanks for the new update.

Chris11987 10-16-2008 08:42 AM

I just installed the newest version. I haven't gotten around to testing it yet, but I noticed an error in the style. The one in the top bar is on every page, and the one on the right is for ladder pages only:

http://img406.imageshack.us/img406/9...yserrorjo7.png

Suggestions/Feedback:
- To be able to change the amount of tournaments/ladders to be shown under the 'Recent ___" listings on the main page.
- Ability to swap players position in a tournament.
- Ability to edit ranks for a team from Member - Leader
- I think the elo needs to be tweaked a little. The losing person shouldn't lose the same amount of points as the winning person gains.
- Just me being picky, but I think the ladder stat list should be displayed "wins, losses, draws, streak", rather than the current "streak, wins, draws, losses".

Also, again, everyone remember to vote this for MOTM!:
https://vborg.vbsupport.ru/showthread.php?t=192376

bananalive 10-16-2008 04:23 PM

Quote:

Originally Posted by gorentals (Post 1645956)
Ok everything looks good. Except the brackets are broken up. If someone hasn't won there match yet, it doesn't show a box and looks kinda funny.

I've added some spaces to make it display better
Quote:

Originally Posted by Chris11987 (Post 1646216)
I just installed the newest version. I haven't gotten around to testing it yet, but I noticed an error in the style. The one in the top bar is on every page, and the one on the right is for ladder pages only:

http://img406.imageshack.us/img406/9...yserrorjo7.png

Cheers fixed
Quote:

Originally Posted by Chris11987 (Post 1646216)
- I think the elo needs to be tweaked a little. The losing person shouldn't lose the same amount of points as the winning person gains.

It should only do that if two players have same rank, otherwise it works out the probability of win.

P.Jackson 10-16-2008 04:58 PM

Also i think the ability to have a image of the game the ladder or tournament is in the decription would be great!

mlthmp 10-16-2008 05:08 PM

I just updated to the newest version.

I am still having one of the same issues Chris11987 was having. I still have a "gap area" between the Announcements and Tournaments links when viewing tournament.php

bananalive 10-16-2008 05:46 PM

Quote:

Originally Posted by mlthmp (Post 1646492)
I just updated to the newest version.

I am still having one of the same issues Chris11987 was having. I still have a "gap area" between the Announcements and Tournaments links when viewing tournament.php

I'm just about to released v2.5.7 which includes the fix.

JAnders 10-16-2008 06:06 PM

is the new version going to have the option to include user custom fields?

they really want the gamertag and the msn of the participants displayed


All times are GMT. The time now is 10:32 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.02963 seconds
  • Memory Usage 1,849KB
  • 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
  • (27)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