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)

andyv72 04-17-2013 12:38 AM

Quote:

Originally Posted by bananalive (Post 2415376)
You can use vBulletin phrasing system:

AdminCP -> Languages & Phrases -> Search in phrases:

Search for Text

HTML Code:

tmnt_
Search in ...

HTML Code:

Phrase Variable Name Only
Or search by product

vB Tournaments, Ladders and Leagues Manager

hi..
to many to Translate and to heavy..
the translation is easier?

bananalive 04-18-2013 04:42 PM

Quote:

Originally Posted by Bluefin221 (Post 2416233)
@BananaLive - I wonder if you could tell me if there is a query I could place for how many tournaments (total) and how many teams (total) there are within the tournament section, I'm creating a stat bar and would like it to show how many teams we have and how many tournaments are running (past and present) which will automatically update due to the proper queries being called.

$a = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM ".TABLE_PREFIX."tmnt_tmnts");
$count_tournaments = $a['count'];

$b = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM ".TABLE_PREFIX."tmnt_teams ");
$count_teams = $b['count'];

Bob Meta 04-26-2013 05:42 PM

Thank you for creating and supporting this mod! I have installed the mod and am trying it out with a beta group of forum members. The main thing that is keeping me from rolling out contests to the community is that we can't find a way for moderators to pick winners for players/teams in single elimination tournies. Right now the system relies on the loser "submitting a loss".

Am I missing something obvious? Do mods have the ability to mark winners and losers? Is this an available premium feature (I would go premium if this is the case). Thank you!

EasyEazy 04-26-2013 05:56 PM

Quote:

Originally Posted by Bob Meta (Post 2418720)
Thank you for creating and supporting this mod! I have installed the mod and am trying it out with a beta group of forum members. The main thing that is keeping me from rolling out contests to the community is that we can't find a way for moderators to pick winners for players/teams in single elimination tournies. Right now the system relies on the loser "submitting a loss".

Am I missing something obvious? Do mods have the ability to mark winners and losers? Is this an available premium feature (I would go premium if this is the case). Thank you!

Is there not a progress button on your tournament bracket? Next to each members name you should have an arrow to progress them to the next round.

Also make sure that the group has been given the correct permissions in usergroups.

Bob Meta 04-26-2013 06:18 PM

Quote:

Originally Posted by EasyEazy (Post 2418721)
Is there not a progress button on your tournament bracket? Next to each members name you should have an arrow to progress them to the next round.

Also make sure that the group has been given the correct permissions in usergroups.

No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://vborg.vbsupport.ru/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

EasyEazy 04-26-2013 08:05 PM

Quote:

Originally Posted by Bob Meta (Post 2418722)
No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://vborg.vbsupport.ru/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

Looks like you are missing something mate as mine looks nothing like that. Im sure Bananlive can put you right on that.

evotion 04-29-2013 06:13 PM

Do you know if there is a way to export ladder and tournament data into a gaming ladder script from www.eliteladders.com ?

Members migrate over fine, just no automated way to copy over other data.

Any ideas?

bananalive 04-29-2013 07:54 PM

Quote:

Originally Posted by Bob Meta (Post 2418722)
No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://vborg.vbsupport.ru/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

That is showing the mobile version of brackets - which version of vbulletin are you using?

bananalive 04-29-2013 07:59 PM

Quote:

Originally Posted by evotion (Post 2419156)
Do you know if there is a way to export ladder and tournament data into a gaming ladder script from www.eliteladders.com ?

Members migrate over fine, just no automated way to copy over other data.

Any ideas?

How many competitions are there to transfer? Which part are you keenest to transfer across? I havent used eliteladders before so i'm not really sure how it is structured.

Bob Meta 04-29-2013 10:20 PM

Quote:

Originally Posted by bananalive (Post 2419164)
That is showing the mobile version of brackets - which version of vbulletin are you using?

Thanks for getting back. I am using 4.1.9

Bob Meta 04-30-2013 04:38 PM

Sorry to be pushy, but any more thoughts on why my tournaments are showing up in the mobile style? Is there a way to disable the mobile style option?

bananalive 04-30-2013 07:20 PM

Quote:

Originally Posted by Bob Meta (Post 2419266)
Sorry to be pushy, but any more thoughts on why my tournaments are showing up in the mobile style? Is there a way to disable the mobile style option?

It's because you aren't running the latest version of vbulletin.


Create plugin on hook global_start with php code:

PHP Code:

define('IS_MOBILE_STYLE'false); 


betts02 05-10-2013 05:09 PM

Just started an event but needed to edit it so that the rounds were re-named with starting times

When i edit the rounds and click save i get :

vBulletin Message
Error. Invalid type

bananalive 05-11-2013 08:04 PM

Quote:

Originally Posted by betts02 (Post 2421135)
Just started an event but needed to edit it so that the rounds were re-named with starting times

When i edit the rounds and click save i get :

vBulletin Message
Error. Invalid type

Are you running latest version?

betts02 05-17-2013 06:15 PM

Yes mate ive just updated and now i get this at the top of every page:

Warning: Invalid argument supplied for foreach() in [path]/tournaments.php on line 6306

Aqualis 05-18-2013 01:58 PM

Hello,

I have a few questions about leagues that I can not seem to find the answer for.

1) What is race mode and what does it mean by race mode for rounds.

2) When you go to upcoming matches on the league all matches shows all matches for one group then the next (even when all groups is selected) instead of showing all upcoming matches round by round. This is a problem for teams and viewers looking to see what match is next when it defaults to this instead of in order by rounds. Example: http://puu.sh/2VWve.png

Also not sure why there are rounds in leagues.

FTG LIQUID CL 05-19-2013 06:42 PM

When updating ,do I need to update files on the server or just the xml?

ProFifaLeagues 05-19-2013 06:49 PM

Quote:

Originally Posted by FTG LIQUID CL (Post 2423022)
When updating ,do I need to update files on the server or just the xml?


Both files on Server and the Xml mate

UPElvin 05-26-2013 11:57 PM

Ich suche die deutschen Phrasen für dieses Add On, auf vbulletin-germany.org ist es verfügbar aber da komme ich leider nicht ran, weil ich eine vbulletin.com Lizenz habe.

Könnte jemand vielleicht so nett sein und hier die deutschen Phrasen als Download adden?

Ich verstehe ja das man nur Leute mit einer Lizenz unterstützen will, aber was da jetzt abläuft mit diesem Lizenz hick hack ist einfach nur Bullshit!

S S0DEN 06-22-2013 01:24 AM

I am having a issue with the slider, the image appears to be centered and the text set to the left. How do I edit the slider so the text is actually the same dimension as the image?

http://pro-leagues.com/test.png

S S0DEN 06-22-2013 02:15 AM

It would also be cool to display the standings as a widget for the front page of the website.

stalkingdatoast 06-27-2013 10:38 AM

I have a very important request. Your script is fantastic , but i think is missing a very important key on the ladders, specially for those like me that have a shooter competitive site.

Ladders

Admincp

When a admin add a ladders, we add a list of maps and game modes

front end

Lets say im player Y ,when i create a challenge on the match finder, lets say i post a game with 3 rounds. When Player Y goes to the match finder and clicks on my match and accepts the mach the system will detect automatically that player X choose the option of 3rounds and will select from the maps and game modes that the admin added on the database 3 random maps and 3 random game modes and will be posted on the match details, so player X and Y can play . This way ,

For example, once the system chooses the random maps and game types

Round 1
Map Summit
Gamemode Hardpoint

Round 2
Map Hardhat
Gamemode Seach and Destroy

Round 3
Map intervention
Gamemode Capture the Flag

This way players don't have a choice of choosing the gamemode and maps they want to play. everything will be ramdom so there is no advantage to ether player .

Bob Meta 07-01-2013 05:46 PM

Quote:

Originally Posted by bananalive (Post 2419305)
It's because you aren't running the latest version of vbulletin.


Create plugin on hook global_start with php code:

PHP Code:

define('IS_MOBILE_STYLE'false); 



Thank you for your help, I was able to resolve this. I have one last question though. Is it possible to delete categories? I can't find an option to delete them anywhere.

EDIT: Never mind! I found the option in the sidebar. Thank you again for the awesome mod.

SirPereira 07-04-2013 10:02 PM

@bananalive have you ever thought about giving the option of limiting ladders too member' country? :)

Holden za 07-10-2013 03:58 PM

Hi there, I was wondering if you could help me out.

I installed the files via filezilla, and that seemed to go successfully. I, however, run into a problem when trying to upload the xml file. I run into the following error :
"Sorry, no XML was passed into this function and the $path variable empty ".

Any Ideas on how to fix this ?

Marijuana 07-25-2013 01:10 AM

http://puu.sh/3KTWP/af9e7a9e9a.png

hay when i uninstall this is what i get

desperado01 07-25-2013 01:18 AM

ben beğenmedim..

stwan 08-02-2013 11:15 AM

bananalive, find phrase:
Code:

<phrase name="ladder_challenges" date="1234701314" username="bananalive" version="2.7.0"><![CDATA[League Challenges]]></phrase>

replace:
Code:

<phrase name="league_challenges" date="1234701314" username="bananalive" version="2.7.0"><![CDATA[League Challenges]]></phrase>

coreallsoftware 08-07-2013 02:11 PM

I have a problem, When I try to create a tournament of 18 teams it creating 32 spaces on the brake. But if less than 16 teams I have no problem. How can I solve this problem. Or do I have to buy the premium version to solve this inconvenience?

https://mail.google.com/mail/?ui=2&i...d3ed&zw&atsh=1


https://mail.google.com/mail/?ui=2&i...cafa&zw&atsh=1

coreallsoftware 08-07-2013 06:27 PM

i bought the product but i have not received the product please help me. I have the receipt of payment

ShadyUS 08-10-2013 04:30 PM

My brackets are not being created at all? Help?!

sutto 08-14-2013 07:03 AM

Hey Dom,

I've re-installed the system (new version than previous) and I've noticed that I can no longer assigned teams to categories.

Is this feature still available?

Cheers

JesterP 08-17-2013 02:11 PM

1. When the calendar is not hidden in the settings, it boots our PvP staff directly to the calendar when going to competitions.php. I had to "hide" the calendar to get around this.
https://vborg.vbsupport.ru/external/2013/08/12.jpg

2. When creating a new ladder, there is no option to categorize it until after it's saved and "edited".
3. Sidebar links for ladders, leagues and KOTH do not display the items if they are categorized.
https://vborg.vbsupport.ru/external/2013/08/13.jpghttps://vborg.vbsupport.ru/external/2013/08/14.jpg

Thanks!

JesterP 08-21-2013 02:23 PM

Bump.

Mark93x 09-10-2013 10:08 PM

Singles ladder matches are working fine but you cant accept TEAM ladder matches.
I tested this on 2 different servers.
You are able to click on "Accept Challenge" but as soon as you click you'll be redirected to the ladders list.

stalkingdatoast 09-12-2013 04:38 AM

Some please help, im testing on my site the double eliminations for the first time, and i cant find any location to report the match? there is no reporting on tournaments for matches?

stalkingdatoast 09-12-2013 03:49 PM

How reporting works on tournaments? can someone let me know please, because i start a tournament and still can figure out how teams report their loss or wins??

stalkingdatoast 09-12-2013 04:06 PM

1 Attachment(s)
Also, im testing the double elimination with 16 teams and im getting this error at the top of the page...

bananalive 09-22-2013 10:36 AM

Quote:

Originally Posted by stalkingdatoast (Post 2445134)
Also, im testing the double elimination with 16 teams and im getting this error at the top of the page...

It will work fine. The error is just from strict php/html.

I will fix it in the next version.

bananalive 09-22-2013 10:38 AM

Quote:

Originally Posted by stalkingdatoast (Post 2445130)
How reporting works on tournaments? can someone let me know please, because i start a tournament and still can figure out how teams report their loss or wins??

Depends on what version you are using:

If you are using the premium version, then once the tournament starts there will be a link on tournament page for competitors to submit their results.

However, for the lite version, tournament moderators will have to progress players/teams to the subsequent rounds.


All times are GMT. The time now is 07:28 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.03429 seconds
  • Memory Usage 1,842KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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