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)

Toorak Times 03-07-2012 02:10 PM

Quote:

Originally Posted by Toorak Times (Post 2307007)
Yeah, I have enabled and disabled a number of times and it causes those messages to appear at the top of the screen. Thanks I'll try the xml



I did that and no warnings appear except when i hit the new tab on my nav bar tried to upload screnshot

bananalive 03-07-2012 10:12 PM

Quote:

Originally Posted by Toorak Times (Post 2307141)
I did that and no warnings appear except when i hit the new tab on my nav bar tried to upload screnshot

Have you uploaded the files in /upload/ folder of product zip


1) upload (Allow Overwrite "YES" for overwrite)
--------------------------------------------------------------------
competitions.php -> \
ladders.php -> \
tournaments.php -> \
ajax_competitions.php -> \
javascript_competitions.js -> \clientscript\
functions_tal.php -> \includes\
bitfield_tournament2008.xml -> \includes\xml\
index.html -> \images\teamlogos\ (Directory teamlogos should be CHMOD 777)

bananalive 03-09-2012 02:51 PM

Quote:

Originally Posted by Bluefin221 (Post 2303472)
I guess this is a feature request....

A lot of sites have different game modes/types or cater for xbox or ps3 but the teams are all lumped together is it possible the teams section could be in categories so that if you're a ps3 gamer you can click ps3 teams or indeed if you're an xbox user, there is quite a range of things that categories could be used for, football categories fps categories etc etc.

v5.0.7: you can add custom team profile fields, which you could use for team categories or however you want
  • single line text
  • multiple line text
  • Dropdown select
  • Checkboxes

Cromags21 03-09-2012 04:43 PM

How do you delete a category?

bananalive 03-09-2012 05:23 PM

1 Attachment(s)
Quote:

Originally Posted by Cromags21 (Post 2307954)
How do you delete a category?

Click categories in navbar:
https://vborg.vbsupport.ru/attachmen...1&d=1331317373

SabishiiRyuu 03-10-2012 07:03 PM

Hey Banana.

I have a request which has been asked many times already. Can you please make it so the double-elimination format could have more than 8 players?

I run a fighting game forum and the only respectable format in fighting game tournaments is double-elimination, and 8 is too low. I'd really appreciate if you could do that.

Thanks man! It's an awesome mod.

pwnedPRO 03-13-2012 01:35 PM

Hi, I'm using your module https://vborg.vbsupport.ru/showthread.php?t=238945.
I can move copyright in footer forum for all pages?

for example:

Forum powered by vBulletin? Version 4.1.11
Tournaments & Ladders Manager Copyright by BananaLive
Copyright ? 2012 vBulletin Solutions, Inc. All rights reserved.

with links on you site...

basketmen 03-13-2012 05:44 PM

Guys, can we use this mod with vb 3.x?

or we must use this version for vb 3.x? but that mod functions looks like not completed as this mod functions

gamerscms 03-13-2012 10:20 PM

Quote:

Originally Posted by basketmen (Post 2309144)
Guys, can we use this mod with vb 3.x?

or we must use this version for vb 3.x? but that mod functions looks like not completed as this mod functions

I cant see the dev updating an old version of vbulletin instead he can focus on adding features into the current version.

bananalive 03-14-2012 07:58 PM

Quote:

Originally Posted by pwnedPRO (Post 2309088)
Hi, I'm using your module https://vborg.vbsupport.ru/showthread.php?t=238945.
I can move copyright in footer forum for all pages?

for example:

Forum powered by vBulletin? Version 4.1.11
Tournaments & Ladders Manager Copyright by BananaLive
Copyright ? 2012 vBulletin Solutions, Inc. All rights reserved.

with links on you site...

Please purchase branding free if you remove the copyright. Thanks

bananalive 03-14-2012 08:01 PM

Quote:

Originally Posted by basketmen (Post 2309144)
Guys, can we use this mod with vb 3.x?

or we must use this version for vb 3.x? but that mod functions looks like not completed as this mod functions

This thread only supports vBulletin v4+

vbulletin v3.x.x is no longer supported, and there will be no further releases for it

pwnedPRO 03-15-2012 08:07 AM

Quote:

Originally Posted by bananalive (Post 2309458)
Please purchase branding free if you remove the copyright. Thanks

I do not want to delete, I want to move to the footer :)

P.s. where i can see the difference of free and premium versions?

pwnedPRO 03-15-2012 02:06 PM

bug in comments with tournament http://bla/competitions.php?c=1
in user post message link on profile - bad link:
Example:
http://i44.tinypic.com/r9iuro.png

this is http://bla/members ... must be http://bla/members/1-ilyuzhko

fix plz or talk how to fix?

bananalive 03-15-2012 05:21 PM

Quote:

Originally Posted by pwnedPRO (Post 2309605)
I do not want to delete, I want to move to the footer :)

P.s. where i can see the difference of free and premium versions?

Sorry i misunderstood you.


Delete in template tmnt_shell
HTML Code:

<vb:if condition="!$vbulletin->options['tmnt_disablecopyright']">
<!-- Do not remove this copyright notice -->
<div class="smallfont" align="center"> <a href="https://vborg.vbsupport.ru/misc.php?do=producthelp&amp;pid=tournament2010">Tournaments &amp; Ladders Manager</a> {vb:raw tmnt_version} Copyright by <a href="https://vborg.vbsupport.ru/member.php?u=223075"> BananaLive </a> </div>
<!-- Do not remove this copyright notice -->
</vb:if>


Find in template footer
HTML Code:

<div id="footer_copyright" class="shade footer_copyright">
        <!-- Do not remove this copyright notice -->
        {vb:rawphrase powered_by_vbulletin}
        <!-- Do not remove this copyright notice -->       
</div>

Below add
HTML Code:

<vb:if condition="!$vbulletin->options['tmnt_disablecopyright']">
<!-- Do not remove this copyright notice -->
<div class="smallfont" align="center"> <a href="https://vborg.vbsupport.ru/misc.php?do=producthelp&amp;pid=tournament2010">Tournaments &amp; Ladders Manager</a> {vb:raw tmnt_version} Copyright by <a href="https://vborg.vbsupport.ru/member.php?u=223075"> BananaLive </a> </div>
<!-- Do not remove this copyright notice -->
</vb:if>

The additional features of premium version are listed here

bananalive 03-15-2012 05:23 PM

Quote:

Originally Posted by pwnedPRO (Post 2309675)
bug in comments with tournament http://bla/competitions.php?c=1
in user post message link on profile - bad link:
Example:
http://i44.tinypic.com/r9iuro.png

this is http://bla/members ... must be http://bla/members/1-ilyuzhko

fix plz or talk how to fix?

I will fix this in v5.0.8

pwnedPRO 03-16-2012 03:42 AM

Quote:

Originally Posted by bananalive (Post 2309739)
I will fix this in v5.0.8

i update module, but bug not fixed... (5.0.8)

bananalive 03-16-2012 03:18 PM

1 Attachment(s)
Quote:

Originally Posted by pwnedPRO (Post 2309941)
i update module, but bug not fixed... (5.0.8)

Yea, I fixed it for match comments, but it needed fix for tournaments comments too.

Import attached product file.

pwnedPRO 03-16-2012 05:13 PM

thx bro, working)

vap0r-7 03-17-2012 12:57 AM

SEO for this mod, have you considered it?

bananalive 03-17-2012 06:18 PM

Quote:

Originally Posted by vap0r-7 (Post 2310280)
SEO for this mod, have you considered it?

Were you thinking of anything in particular?

bananalive 03-17-2012 06:24 PM

v5.1.0
  • Minor fixes
  • New Usergroup Permission: Number of teams a user can join

vap0r-7 03-17-2012 09:50 PM

Quote:

Originally Posted by bananalive (Post 2310455)
Were you thinking of anything in particular?

Instead of
c=# make it /category name
for ladders, leagues, tournaments make it (league,ladder or tournament)/category name/ladder name

Something along that lines... maybe as a premium feature

pwnedPRO 03-18-2012 11:55 AM

Quote:

/images/misc/child_icon.png" failed (2: No such file or directory)
/images/buttons/collapse_alt.gif" failed (2: No such file or directory)
/images/buttons/collapse_alt_collapsed.gif" failed (2: No such file or directory)
where this files? :)

Quote:

v5.1.0

Minor fixes
New Usergroup Permission: Number of teams a user can join
you are updated first post and download link module?

ps seo links for this mod - good idea ...

for example links:

no seo - http://a/competitions.php?
with seo - http://a/competitions/
no seo - http://a/ladders.php?showonly=ladders
with seo - http://a/ladders/

etc...

joshskeety 03-19-2012 08:30 AM

Good feature idea: Move users in to a secondary usergroup who have signed up for a tournament.

MARCUS1980 03-20-2012 12:12 PM

Hello friend Bananalive I need your help more now thank you for your attention!

I got the product mentioned in this post, the full version on your site, as did the instal??o correctly sends the instructions, but it adds the fields in the menu bar, but when I click paa access, error on page appears.

"Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM tmnt_categories AS cats
LEFT JOIN tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Tabela 'torbrasil.tmnt_tmnts' n?o existe
Error Number : 1146
Request Date : Tuesday, March 20th 2012 @ 09:35:04 AM
Error Date : Tuesday, March 20th 2012 @ 09:35:04 AM
Script : http://www.torbrasil.com.br/competitions.php
Referrer : http://www.torbrasil.com.br/forum.php
IP Address : 187.21.114.241
Username : MARCUS1980
Classname : vB_Database
MySQL Version : 5.5.15-log "


I installed and reinstalled several times, but always with the same error, I asked my friends WHAT could be, then I got the answer for some reason the file *. Xml installation is not creating the table in the database.

My site is www.torbrasil.com.br, my account on their site is marcusgja@hotmail.com, sorry English horrible because I'm from Brazil and used a translator lol, sorry!

I'm posting here because you can not send the other place, thank you and help me because I liked the mod, and you are parabens, goodbye!

ywwz 03-20-2012 12:26 PM

Thanks mate, good MOD!

I solved my problem.......

joshskeety 03-20-2012 03:03 PM

I have a very important tournament coming up, single elimination, 24 players and when the 24th player signs up it automatically starts the tournaments and sets the slots to 32 and adds a bunch of BYE players. Can you check in to this for me? Thanks

EDIT:

Quote:

Originally Posted by excessive34 (Post 2302240)
Trying to create a 12 man Single elimination tournament... if I add 12 people to the tourny it automatically changes it to 16 and puts 4 of the people on a bye week... wtf man

Same problem here!

bananalive 03-20-2012 06:00 PM

Quote:

Originally Posted by joshskeety (Post 2311395)
I have a very important tournament coming up, single elimination, 24 players and when the 24th player signs up it automatically starts the tournaments and sets the slots to 32 and adds a bunch of BYE players. Can you check in to this for me? Thanks

EDIT:



Same problem here!

Tournaments are required to be have a slots factor of 4.

32 players goes to 16 goes to 8 goes to 4 goes to 2 and then a winner.
24 players goes to 12 goes to 6 goes to 3 then ???

The bye players are added in round 1, to prevent someone getting a bye in the semi-final to the final, as it seems more fair.

bananalive 03-20-2012 06:07 PM

Quote:

Originally Posted by MARCUS1980 (Post 2311333)
Hello friend Bananalive I need your help more now thank you for your attention!

I got the product mentioned in this post, the full version on your site, as did the instal??o correctly sends the instructions, but it adds the fields in the menu bar, but when I click paa access, error on page appears.

"Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM tmnt_categories AS cats
LEFT JOIN tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Tabela 'torbrasil.tmnt_tmnts' n?o existe
Error Number : 1146
Request Date : Tuesday, March 20th 2012 @ 09:35:04 AM
Error Date : Tuesday, March 20th 2012 @ 09:35:04 AM
Script : http://www.torbrasil.com.br/competitions.php
Referrer : http://www.torbrasil.com.br/forum.php
IP Address : 187.21.114.241
Username : MARCUS1980
Classname : vB_Database
MySQL Version : 5.5.15-log "


I installed and reinstalled several times, but always with the same error, I asked my friends WHAT could be, then I got the answer for some reason the file *. Xml installation is not creating the table in the database.

My site is www.torbrasil.com.br, my account on their site is marcusgja@hotmail.com, sorry English horrible because I'm from Brazil and used a translator lol, sorry!

I'm posting here because you can not send the other place, thank you and help me because I liked the mod, and you are parabens, goodbye!

How is your mysql database set-up, is the mysql type = MyISAM ?

bananalive 03-20-2012 06:16 PM

Quote:

Originally Posted by pwnedPRO (Post 2310613)
Code:

/images/misc/child_icon.png" failed (2: No such file or directory)
/images/buttons/collapse_alt.gif" failed (2: No such file or directory)
/images/buttons/collapse_alt_collapsed.gif" failed (2: No such file or directory)


If they do not exist...


Use these images: https://vborg.vbsupport.ru/images/bu...llapse_alt.gif
https://vborg.vbsupport.ru/images/bu...llapse_alt.gif
https://vborg.vbsupport.ru/images/bu..._collapsed.gif

Right click on image, save as, then upload to server to appropriate folder.
Quote:

Originally Posted by pwnedPRO (Post 2310613)
where this files? :)


you are updated first post and download link module?

ps seo links for this mod - good idea ...

for example links:

no seo - http://a/competitions.php?
with seo - http://a/competitions/
no seo - http://a/ladders.php?showonly=ladders
with seo - http://a/ladders/

etc...

SEO links will be added into next version as premium feature.

joshskeety 03-20-2012 06:43 PM

Quote:

Originally Posted by bananalive (Post 2311453)
Tournaments are required to be have a slots factor of 4.

32 players goes to 16 goes to 8 goes to 4 goes to 2 and then a winner.
24 players goes to 12 goes to 6 goes to 3 then ???

The bye players are added in round 1, to prevent someone getting a bye in the semi-final to the final, as it seems more fair.

You're right... I'm not quite sure how I missed this detail, heh.

Anyway, as for my feature request above it seems like it'd be a good idea. Specify usergroups for users who join tournaments. Not sure if it would be needed to have individual usergroup designations PER tournament rather than just one global group for any tournament participant. Could give them access to hidden tournament forums, etc.

MARCUS1980 03-20-2012 10:14 PM

Quote:

Originally Posted by bananalive (Post 2311455)
How is your mysql database set-up, is the mysql type = MyISAM ?

Server version: MySQL 5.5.15-log x86_64 Linux
Host Connection: mysql.torbrasil.com.br
User Connection: same name as the database
InnoDB: Server with support for InnoDB

bananalive 03-20-2012 11:53 PM

Quote:

Originally Posted by MARCUS1980 (Post 2311568)
Server version: MySQL 5.5.15-log x86_64 Linux
Host Connection: mysql.torbrasil.com.br
User Connection: same name as the database
InnoDB: Server with support for InnoDB

I think there was conflict between MyISAM and InnoDB

Try v5.1.0

MARCUS1980 03-21-2012 04:01 AM

As I said, I installed the version and nothing :-(

"Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM tmnt_categories AS cats
LEFT JOIN tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Coluna 'cats.displayorder' desconhecida em 'order clause'
Error Number : 1054
Request Date : Wednesday, March 21st 2012 @ 01:08:52 AM
Error Date : Wednesday, March 21st 2012 @ 01:08:52 AM
Script : http://www.torbrasil.com.br/competitions.php
Referrer : http://www.torbrasil.com.br/forum.php
IP Address : 187.21.114.241
Username : MARCUS1980
Classname : vB_Database
MySQL Version : 5.5.15-log"

bananalive 03-21-2012 10:17 AM

Quote:

Originally Posted by MARCUS1980 (Post 2311616)
As I said, I installed the version and nothing :-(

"Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM tmnt_categories AS cats
LEFT JOIN tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Coluna 'cats.displayorder' desconhecida em 'order clause'
Error Number : 1054
Request Date : Wednesday, March 21st 2012 @ 01:08:52 AM
Error Date : Wednesday, March 21st 2012 @ 01:08:52 AM
Script : http://www.torbrasil.com.br/competitions.php
Referrer : http://www.torbrasil.com.br/forum.php
IP Address : 187.21.114.241
Username : MARCUS1980
Classname : vB_Database
MySQL Version : 5.5.15-log"

That's a different error now. Do you have access to PHPMYADMIN to view/edit mysql manually.

Have a look at table `tmnt_categories` for column `displayorder`

MARCUS1980 03-21-2012 03:50 PM

Quote:

Originally Posted by bananalive (Post 2311664)
That's a different error now. Do you have access to PHPMYADMIN to view/edit mysql manually.

Have a look at table `tmnt_categories` for column `displayorder`

Done thank you, just one question, would have some translation into Portuguese Brazil

bananalive 03-21-2012 04:31 PM

Quote:

Originally Posted by MARCUS1980 (Post 2311752)
Done thank you, just one question, would have some translation into Portuguese Brazil

Use vBulletin AdminCP Phrase Manager

AdminCP -> Languages & Phrases -> Search in Phrases

Then translate phrases, beginning with tmnt_ or ladder_ into portugese.

InTheBox 03-21-2012 11:19 PM

Just started testing this mod and it looks great so far, very nice job. I have a few feature requests though if possible.

1. Ability to Limit amount of teams and/or players per ladder

2. Ability for vacation time limit per ladder. (For example when setting up, the ladder admin would have the ability to activate "allow team/player vacation time" and enter in a number for maximum days) on the team admin side they would have the ability to activate the vacation switch (if they have any time remaining from the set max days) and during that time the team would be safe from challenges or deactivated up to the max days, if the team only uses a partial of the max days it would be subtracted from their overall total which was set as max vacation days when the ladder was configured.

3. Map List choices with drop downs for Ladder.

4. Ability for challenger to choose more than one date and time for possible ladder match then defender accepts from those dates.

What I would love to see is combining 3 and 4. The challenger picks 2 to 3 dates and times for the match, the defender accepts 1 date out of those and selects 2 to 3 map choices and then the challenger accepts 1 map out of those for the match.

5 Ability to upload demo's or screenshots after ladder match completion , I see the screenshot field but not sure how to use it.

vap0r-7 03-22-2012 10:19 AM

Can you update the version history?

TheChief 03-23-2012 07:58 AM

Sorry if this has already been asked/answered

I have set all the permissions for this mod and the team that have mod abilities cannot edit announcements. When they do edit and go to save it states 'Do you want to navigate away from this page, all changes will be lost'

I've checked, double checked and even triple checked the permissions but no luck.

I'm the site super admin and i cannot edit these either.

It's probably me...............any help would be greatly appreciated


All times are GMT. The time now is 02:48 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.03176 seconds
  • Memory Usage 1,884KB
  • 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
  • (3)bbcode_html_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