vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=238945

andyv72 08 Apr 2013 22:44

Hello...

How to Translate this in Other language ???

bananalive 09 Apr 2013 18:46

Quote:

Originally Posted by andyv72 (Post 2415212)
Hello...

How to Translate this in Other language ???

You can use vBulletin phrasing system:

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

Search for Text


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Search in ...


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Or search by product

vB Tournaments, Ladders and Leagues Manager

Bluefin221 10 Apr 2013 23:00

@Bananalive tried to PM you however your inbox is full I dropped you an email instead.

fookaa 13 Apr 2013 08:59

Quote:

Originally Posted by bananalive (Post 2414933)
Sorry I don't understand


Is there a way to change the positions of the leagues and tournaments ?

Im doing a competition where by there will be a group stage which uses the league part and the winners progress to a knock out part which uses the tournament part. So they are the wrong way around...

I basically want the group stage on the left and the knock out stage on the right ... Can i move them some how ?

https://www.vbulletin.org/forum/external/2013/04/34.png

Bluefin221 14 Apr 2013 01:17

@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.

andyv72 17 Apr 2013 01:38

Quote:

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

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

Search for Text


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Search in ...


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Or search by product

vB Tournaments, Ladders and Leagues Manager

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

bananalive 18 Apr 2013 17:42

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 26 Apr 2013 18:42

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 26 Apr 2013 18:56

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 26 Apr 2013 19:18

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://www.vbulletin.org/forum/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 26 Apr 2013 21:05

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://www.vbulletin.org/forum/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 29 Apr 2013 19:13

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 29 Apr 2013 20:54

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://www.vbulletin.org/forum/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 29 Apr 2013 20:59

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 29 Apr 2013 23:20

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


All times are GMT. The time now is 20:59.

Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.