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)

DavoteK 10-03-2011 09:08 AM

Did the update resolve the generation of fixtures for leagues over 16 teams?

bananalive 10-06-2011 02:54 PM

Quote:

Originally Posted by DavoteK (Post 2252619)
Did the update resolve the generation of fixtures for leagues over 16 teams?

How do you mean?

bananalive 10-06-2011 02:55 PM

Quote:

Originally Posted by Angle4cor (Post 2252373)
I tried to install this mod, but after trying to get into the "Competition" I've got this massage:

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 vb_tmnt_categories AS cats
LEFT JOIN vb_tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN vb_tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN vb_tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN vb_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 : Table 'wrestlin_forum.vb_tmnt_categories' doesn't exist
Error Number : 1146
Classname : vB_Database
MySQL Version : 5.5.11

Does anyone of you know how to resolve this problem ?

Thanks in advance.

This error refers to a lack of a mysql database table used in this modification. Did you import the product file?

Yomi-no-kuni 10-06-2011 03:15 PM

Well, since the OP said post suggestions/comments, here we go :)

I havent installed this yet, but i'm thinking about it because i need a Ladder system.
Since i'm from a video-game forum, we usualy use TIO tournament organizer, to create tournaments, and it has been mentioned thorughout this thread a couple of time (mostly concerning the double elim. bracket)
Would it be possible to make this Add-on be compatible with TIO files? would be awesome for me!

also: since i only need the Ladder system if Tio isn't supported: can you completely turn off most of the Tournament features to use the Ladders only, or will the Tournament features still be visible everywhere, even if not used.

champendk 10-06-2011 05:20 PM

any news on group play?

And nice to see that you are back :-)

DavoteK 10-06-2011 05:56 PM

Quote:

Originally Posted by bananalive (Post 2253962)
How do you mean?

I've tried creating a league with 20 teams and no fixtures get generated. If I create a league with 16 teams or less, it works fine.

Superb mod btw. I'll be donating again if you can sort the 20 team fixture generation issue out :D

altugq 10-09-2011 01:45 PM

Installation:
1. Follow instructions included in .zip (done)

2. Click Install ( where is the install link or button ? )

anyone help ?

ProFifaLeagues 10-09-2011 01:55 PM

Install button at the top of the page on the right side mate

altugq 10-09-2011 02:19 PM

Quote:

Originally Posted by rammieone (Post 2255107)
Install button at the top of the page on the right side mate

i didn't find mate. really.

here is the ss ;

http://c1110.hizliresim.com/11/10/9/15162.jpg

ProFifaLeagues 10-09-2011 03:09 PM

On the left side its say Mod Information and its just under there mate (Mark as Installed)

altugq 10-09-2011 04:08 PM

Thank You :up:

But it doesn't work. and ı don't understand why :D

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@forum.xxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

ProFifaLeagues 10-09-2011 05:52 PM

Do you mean the mod is not working?are you sure you have uploaded all files and installed the product xml file?

altugq 10-09-2011 10:18 PM

Quote:

Originally Posted by rammieone (Post 2255194)
Do you mean the mod is not working?are you sure you have uploaded all files and installed the product xml file?

Yes ı meant.
and ı'm sure ı've already uploaded all files and installed xml file through my vbulletin forum.

ProFifaLeagues 10-09-2011 10:51 PM

I would say to reupload them all and overwirte if need be then reinstall the Product for the mod as it works Fine on our forum and many others too,If you like your more then welcome to send me the login info needed by Pm and i will take a look and install it for you as i am sure Bananalive would do too when he is around to take a look mate.

mfowler70 10-12-2011 05:39 PM

Excellent mod!

We're using this to run just a team ladder right now, with possibly a few monthly tournaments that tie into the ladder standings. That all is good. What I'd like to be able to do though, is...

1. Turn off permissions to view, join or create Leagues, like you can the other two modes.

2. Set a category up for only Ladders & Tournaments only. Every other combination is there except this.

I may be missing something else that adds the ability to completely turn off any reference to League, but I those are the two that stood out to me.

Thanks!

mfowler70 10-12-2011 06:17 PM

Couple more things I've noticed:

- If you turn off permissions for "Tournament Moderator", you lose the ability to add or edit Categories. This is confusing if you don't intend to run any tournaments.

- When you have Tournaments turned off, the option for it still shows up under "Category For" in the edit category page. Perhaps you should enable all 3 modes separately in the admincp, and only show the ones enabled in the edit category page with check boxes to select.

- Would like the option to only show team tags on the team page, and not in front of the player's username. Most of the users on my forum include their tags in the username anyway.

- On the ladder display page, the tournaments tab should not show up if you have tournament view/join turned off.

- When you're running a team ladder, the phrase "Players" should change to "Teams".

- When you have Tournament view/join permission disabled, the help tabs for that should disappear. Same goes for Leagues once we're able to set permissions for that mode.

DFTGames 10-13-2011 11:28 PM

Hi,

maybe this is a stupid question but... can this be driven by a game using http API calls?

Thanks,
Pino

Nocturnal222 10-17-2011 12:47 AM

Quote:

Originally Posted by bananalive (Post 2253963)
This error refers to a lack of a mysql database table used in this modification. Did you import the product file?

i have the same issue, the product file already imported.

ttran 10-18-2011 01:19 PM

Question:
My site only use this add on for entering the result of a tournament can it be used?
Thanks guys.

thedarkroom 10-18-2011 07:29 PM

great hack, but can be more friendly, i dont understang the hack very well

champendk 10-20-2011 03:35 AM

Was 4.4.9 a security fix or .... ?

bananalive 10-20-2011 02:41 PM

Quote:

Originally Posted by champendk (Post 2259227)
Was 4.4.9 a security fix or .... ?

Some additions and bug fixes mainly

bananalive 10-20-2011 02:42 PM

Quote:

Originally Posted by thedarkroom (Post 2258724)
great hack, but can be more friendly, i dont understang the hack very well

Cheers, if you've got any suggestions how to make it more user friendly let me know.

bananalive 10-20-2011 02:42 PM

Quote:

Originally Posted by ttran (Post 2258574)
Question:
My site only use this add on for entering the result of a tournament can it be used?
Thanks guys.

Yes.

bananalive 10-20-2011 02:44 PM

Quote:

Originally Posted by DFTGames (Post 2256949)
Hi,

maybe this is a stupid question but... can this be driven by a game using http API calls?

Thanks,
Pino

Err not rly. This is not an arcade mod with games you can add, just a way of users reporting scores/results for games played elsewhere.

bananalive 10-20-2011 03:27 PM

v4.5.0 - Front Page Carousel: http://www.youtube.com/watch?v=uFLQpFWykwk

thedarkroom 10-20-2011 03:31 PM

i will try to translate the hack to spanish, if i succed i will let you know and i will send you the file :)

CharlieDelta 10-20-2011 07:42 PM

Quote:

Originally Posted by bananalive (Post 2259383)
v4.5.0 - Front Page Carousel: http://www.youtube.com/watch?v=uFLQpFWykwk

Very nice bananalive. (I tried to "like" your post but it said I had to like someone elses first...stupid like system :rolleyes:)

vanquish.securi 10-21-2011 12:21 AM

Thank you so much. Works great for vB 4.1.7 with default template. Also, I am turning it into a programmers T,L,L for people to show off there programs/source code. Not using it for gaming.

mfowler70 10-21-2011 02:30 PM

One small bug. If you turn off Leagues in settings, the uncategorized leagues list still shows up on the competitions front page.

I still think those uncategorized lists shouldn't even show up if there's nothing for them to list. For my forum, there will never be any uncategorized competitions.

w3rk3d 10-21-2011 05:59 PM

Didn't find this anywhere, but forgive me if it's posted. Can this work with the built-in subscription system?

ofir24 10-21-2011 09:14 PM

Quote:

Originally Posted by vanquish.securi (Post 2259576)
Thank you so much. Works great for vB 4.1.7 with default template. Also, I am turning it into a programmers T,L,L for people to show off there programs/source code. Not using it for gaming.

didn't work for me, i guess that's cause i didn't use chmod, i know it's for premissions, i have no idea how to do that, right now the vb on my computer, and i heard that's not safe to do chmod.

stwan 10-22-2011 03:19 PM

Please make Words => in the phrase:

page competitions.php?do=editbanners


Line 794-797:

HTML Code:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


Line 824-827:
HTML Code:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


and:

Line 5972:
HTML Code:

<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>
replace:
HTML Code:

<p class="description">{vb:rawphrase tmnt_checkin_desc}</p>

ofir24 10-22-2011 03:25 PM

Quote:

Originally Posted by stwan (Post 2260180)
Please make Words => in the phrase:

page competitions.php?do=editbanners

sorry, i don't understand

stwan 10-22-2011 03:37 PM

Quote:

Originally Posted by ofir24 (Post 2260181)
sorry, i don't understand

bananalive understand :)

ofir24 10-22-2011 03:48 PM

Quote:

Originally Posted by stwan (Post 2260185)
bananalive understand :)

sorry, i thought you talking to me

thedarkroom 10-22-2011 09:44 PM

i had to uninstall the hack :( if i want to join the tournament, i cant because i need to be a leader of a team, already im a leader team, and i cant joint to the tournament because my team is not suscribed to any ladder ._.

vanquish.securi 10-22-2011 10:45 PM

Quote:

Originally Posted by ofir24 (Post 2259888)
didn't work for me, i guess that's cause i didn't use chmod, i know it's for premissions, i have no idea how to do that, right now the vb on my computer, and i heard that's not safe to do chmod.

What do you mean? Why are you running it on your computer? I guess if your a developer it works. I have a hosting account, and use Filezilla to upload files and can change the permissions of files through Filezilla. PM for Skype if you need any help.

bananalive 10-23-2011 03:16 PM

Quote:

Originally Posted by thedarkroom (Post 2260313)
i had to uninstall the hack :( if i want to join the tournament, i cant because i need to be a leader of a team, already im a leader team, and i cant joint to the tournament because my team is not suscribed to any ladder ._.

You do not have to link the tournaments to a ladder.

Also you could put it as players rather than teams?

bananalive 10-23-2011 03:50 PM

Quote:

Originally Posted by stwan (Post 2260180)
Please make Words => in the phrase:

page competitions.php?do=editbanners


Line 794-797:

HTML Code:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


Line 824-827:
HTML Code:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


and:

Line 5972:
HTML Code:

<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>
replace:
HTML Code:

<p class="description">{vb:rawphrase tmnt_checkin_desc}</p>

Done for 4.5.1


All times are GMT. The time now is 03:08 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.02752 seconds
  • Memory Usage 1,850KB
  • 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
  • (8)bbcode_html_printable
  • (18)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