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)

bananalive 08-18-2012 10:04 AM

1 Attachment(s)
Quote:

Originally Posted by EBZ2010 (Post 2357728)
Please give a little more instruction on how to do the embed. What are we suppose to see by adding embed=1 at the end of the URL? It stays the same, and I don't see how to embed or given any code to embed.

What version are you running?

See attachment for example:

https://vborg.vbsupport.ru/attachmen...1&d=1345287845

sutto 08-18-2012 10:07 AM

Quote:

Originally Posted by bananalive (Post 2357850)
Find in teams.php
PHP Code:

$show['usernameajax'] = true

Replace with
PHP Code:

$show['single'] = $show['usernameajax'] = true


Thanks

bananalive 08-18-2012 10:19 AM

Quote:

Originally Posted by sutto (Post 2357854)
Hi Dom,

Found a small bug...

I've created a number of team categories.. when editing a team, it automatically defaults the category selection to the first option in the drop down box.

Are you able to make it so when editing the display value is the value previously entered and it only updates when physically changed?

Quick fix:


Find in teams.php

PHP Code:

if ($vbulletin->options['tmnt_allow_uncat'])
        {
            
$categories .= '<option value="0"></option>';
        } 

Below add

PHP Code:

        $select_catid $team['catid']; 


bananalive 08-18-2012 10:28 AM

Quote:

Originally Posted by holzy40 (Post 2357611)
Also forgot a couple things..

1.) When a match gets disputed is there anyway to have a screen pop up saying match has been disputed and have a support ticket open up for the user to complete and send in with their proof in the ticket. Because a lot of users are forgetting to send in support tickets bc they dont know there match is disputed.

I'll add in redirect to support tickets from disputed matches.

ProFifaLeagues 08-18-2012 10:32 AM

Love the Idea of a Small Chat/Shout system inside the Mod it would be great to have this for Users on ladders or Leagues to arrange games or Sort any issues etc.
Do you have any plans on this Banana?

KGodel 08-18-2012 09:25 PM

Quote:

Originally Posted by bananalive (Post 2356850)
Nope these are hard-coded I'm afraid

Could you point out where in the code these are stored so we could alter them? If not then are larger tournaments just impossible with this? Sort of disappointing. :(

betts02 08-18-2012 10:02 PM

Can you please look at the vb3.8 version and update it as it does say "Supported"

sutto 08-19-2012 05:31 AM

Hi Dom,

I would like to add SteamID: [fieldXX] underneath 'Rank: Leader' on the Team Member template.

Are you able to please let me know where in the template I need to add the code to do this?

Also, feature request:

Add side block for team activity. Team 1 just registered - PlayerA just joined Team 1; and so on.

tele955848 08-19-2012 06:58 AM

Fatal error: Call to undefined function tll_create_tmnt_brackets() in /www/htdocs/w00exxx/forum/tournaments.php on line 5094

Fehlermeldung

bananalive 08-20-2012 08:28 PM

Quote:

Originally Posted by tele955848 (Post 2358101)
Fatal error: Call to undefined function tll_create_tmnt_brackets() in /www/htdocs/w00exxx/forum/tournaments.php on line 5094

Fehlermeldung

Have you uploaded functions_tll_brackets.php to /includes/

bananalive 08-20-2012 08:30 PM

Quote:

Originally Posted by sutto (Post 2358085)
Hi Dom,

I would like to add SteamID: [fieldXX] underneath 'Rank: Leader' on the Team Member template.

Are you able to please let me know where in the template I need to add the code to do this?

Also, feature request:

Add side block for team activity. Team 1 just registered - PlayerA just joined Team 1; and so on.

Edit template: tmnt_teammember

bananalive 08-20-2012 08:32 PM

Quote:

Originally Posted by betts02 (Post 2358013)
Can you please look at the vb3.8 version and update it as it does say "Supported"

It shudn't do, updates are only being provided for the vbulletin 4.x.x

bananalive 08-20-2012 08:37 PM

Quote:

Originally Posted by KGodel (Post 2358009)
Could you point out where in the code these are stored so we could alter them? If not then are larger tournaments just impossible with this? Sort of disappointing. :(

You can create single elimination with upto 512 players. LMS unlimited players. Round robins upto 18 players. Double elimination upto 8 players.

You would need to edit includes/function_tll_brackets.php

You could always link tournaments together...

bananalive 08-20-2012 08:39 PM

Quote:

Originally Posted by ProFifaLeagues (Post 2357862)
Love the Idea of a Small Chat/Shout system inside the Mod it would be great to have this for Users on ladders or Leagues to arrange games or Sort any issues etc.
Do you have any plans on this Banana?

What do people want from live support?

ProFifaLeagues 08-20-2012 08:48 PM

Quote:

Originally Posted by bananalive (Post 2358571)
What do people want from live support?


Just would be great to have a very simple low power use chat shout system for club captains or players to speak about games or arrange them on the system.

champendk 08-20-2012 08:51 PM

Gamelobbys... a chat system where people can arrange matched and challange directly ect...

For ex. Look at Virgin,GB, ect

mmt 08-21-2012 02:30 AM

If I purchase the premium version could I possibly get installation. I dont have time to install this at the moment.

Gamelobby 08-21-2012 03:28 AM

Quote:

Originally Posted by ProFifaLeagues (Post 2358572)
Just would be great to have a very simple low power use chat shout system for club captains or players to speak about games or arrange them on the system.

Quote:

Originally Posted by champendk (Post 2358575)
Gamelobbys... a chat system where people can arrange matched and challange directly ect...

For ex. Look at Virgin,GB, ect

I think you're asking for more problems, than it would be worth.
If you have a chatbox, just use that, if you don't have one, just install one on the competitions page.?
Much less maintenance then running a complete separate/extra chatbox, or adding one into this mod.

Besides if you want anything more than simple/quick chat, you would want that in your forums.. no.?

killerbeez 08-21-2012 05:04 AM

How would I fix the skin issue?

http://www.killerbeesgaming.com/teams.php?1-six-zeals

Also at

http://www.killerbeesgaming.com/tour...t-Supremacy-#1

If you click on tournament thread replies

tele955848 08-21-2012 06:05 AM

Quote:

Originally Posted by bananalive (Post 2358566)
Have you uploaded functions_tll_brackets.php to /includes/

yes that was the error - thanks now runs clean

holzy40 08-21-2012 06:46 AM

Quote:

Originally Posted by bananalive (Post 2358571)
What do people want from live support?

Basically I would like to use it for when I have multiple tournaments going at the same time, I would want my admins to be on live support so if any team or player has an in game issue or disputed match they can get live support if its "online" otherwise they need to submit a support ticket.

And maybe when the user clicks on the live support they have to quickly fill out some basic information of what they will need help with/ team / tournament / ladder etc. who they are playing and what the issue is.

I just really think having live support so Admins can log on and help users who are in games.. For me it would be really helpful bc i host lots of tournaments at one time and going through each dispute ticket and responding takes a lot of time, this would be faster.

sutto 08-21-2012 11:01 AM

Quote:

Originally Posted by bananalive (Post 2358567)
Edit template: tmnt_teammember

Hi Dom,

Is accessing custom fields any different within your templates?

{vb:raw post.field12} doesn't seem to want to work


edit: I actually think is the vb:if not working...

Code:

<vb:if condition="$post['field12']">
any thoughts?

apapterx 08-21-2012 05:06 PM

Is there a way to make it so when you add someone to a team they have to accept the invite?

Also is it possible to have a delay on switching teams to stopping hopping.

Also when submitting a result is there a way to remove the box "Submit Screenshot".

holzy40 08-22-2012 06:30 AM

bananalive,

i thought of something else you could possible add, how about an overall ranking system of each user, so if an user plays a lot of matches and wins their rank will move up meaning (moving closer to #1) for example. www.gamebattles.com has an overall ranking system of each user based on their number of wins and loses / xp they get from matches of all kinds of different games, this would be another great add on.

sutto 08-22-2012 10:12 AM

Hi Dom,

What does that Close Tournament option do? I still seem to be able to join a tournament even though it's closed.

It would be nice to have the ability to display a tournament to the public, however close registrations until a certain date. Possible?

killerbeez 08-22-2012 07:44 PM

I also upgraded to the latest premium version and my 3 tournaments vanished and this error is appearing.

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

http://www.killerbeesgaming.com/tournaments.php

Also getting


Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Was forced to downgrade back to 5.2.7

sutto 08-23-2012 10:25 AM

Hi Dom,

I've set the credits for winner at 100 credits, however the system changes it to 99.99 credits.

EBZ2010 08-23-2012 10:57 AM

Quote:

Originally Posted by killerbeez (Post 2359114)
I also upgraded to the latest premium version and my 3 tournaments vanished and this error is appearing.

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

http://www.killerbeesgaming.com/tournaments.php

Also getting


Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Was forced to downgrade back to 5.2.7

Rebuild Cache and Bitfield and that will go away.

killerbeez 08-23-2012 04:57 PM

I don't understand what that means.

daddyhayes10 08-24-2012 07:56 PM

The tournaments do not seem to be working when I add them or when I try to view them. I am trying a single elimination. I get a '500 Internal Server Error'


0
Internal Server Error

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

Please contact the server administrator, cgiadmin@yourhostingaccount.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.

bananalive 08-24-2012 08:04 PM

Quote:

Originally Posted by sutto (Post 2359286)
Hi Dom,

I've set the credits for winner at 100 credits, however the system changes it to 99.99 credits.

Is that for tournaments or ladders?

bananalive 08-24-2012 08:06 PM

Quote:

Originally Posted by killerbeez (Post 2359114)
I also upgraded to the latest premium version and my 3 tournaments vanished and this error is appearing.

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

Warning: in_array() expects parameter 2 to be array, string given in [path]/tournaments.php on line 6299

http://www.killerbeesgaming.com/tournaments.php

Also getting


Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 35

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 42

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 49

Warning: in_array() expects parameter 2 to be array, string given in [path]/includes/class_core.php(4633) : eval()'d code on line 56

Was forced to downgrade back to 5.2.7

Rebuild caches:

Competitions -> Categories -> Rebuild Caches

or direct link:

http://www.yoursite.com/forums/compe...=rebuildcaches

bananalive 08-24-2012 08:09 PM

Quote:

Originally Posted by sutto (Post 2358967)
Hi Dom,

What does that Close Tournament option do? I still seem to be able to join a tournament even though it's closed.

It would be nice to have the ability to display a tournament to the public, however close registrations until a certain date. Possible?

It's date of the tournament.

bananalive 08-24-2012 08:13 PM

Quote:

Originally Posted by apapterx (Post 2358769)
Is there a way to make it so when you add someone to a team they have to accept the invite?

Also is it possible to have a delay on switching teams to stopping hopping.

Also when submitting a result is there a way to remove the box "Submit Screenshot".

You could use free agents. Players sign up as free agents and are then invited/choose a team.


Remove from template tmnt_ladder_submitscore

HTML Code:

        <div style="display: table-row;">
                <div class="blockrow" style="display: table-cell;">
                        <label for="screen">{vb:rawphrase ladder_screenshot_proof}</label>
                </div>
                <div class="blockrow" style="display: table-cell;">
                        &nbsp;
                </div>
                <div class="blockrow" style="display: table-cell; vertical-align: top;">
                        <input name="screen" type="text" id="screen" size="40" maxlength="255" value="{vb:var game.screen}" class="textbox" />
                </div>
        </div>


bananalive 08-24-2012 08:15 PM

Quote:

Originally Posted by sutto (Post 2358694)
Hi Dom,

Is accessing custom fields any different within your templates?

{vb:raw post.field12} doesn't seem to want to work


edit: I actually think is the vb:if not working...

Code:

<vb:if condition="$post['field12']">
any thoughts?

The variable will be different so

{vb:raw member.field12} instead of {vb:raw post.field12}

bananalive 08-24-2012 08:16 PM

Quote:

Originally Posted by mmt (Post 2358623)
If I purchase the premium version could I possibly get installation. I dont have time to install this at the moment.

Yes, send me an email.

bananalive 08-24-2012 08:17 PM

Quote:

Originally Posted by killerbeez (Post 2358640)
How would I fix the skin issue?

http://www.killerbeesgaming.com/teams.php?1-six-zeals

Also at

http://www.killerbeesgaming.com/tour...t-Supremacy-#1

If you click on tournament thread replies

What's the style issue, i cannot see it?

sutto 08-24-2012 09:46 PM

Quote:

Originally Posted by bananalive (Post 2359716)
Is that for tournaments or ladders?

Tournaments.

sutto 08-24-2012 09:49 PM

Quote:

Originally Posted by bananalive (Post 2359721)
The variable will be different so

{vb:raw member.field12} instead of {vb:raw post.field12}

Tried {vb:raw member.field12}, but still returns nothing.

http://www.gtesports.com.au/communit....php?59-GTtest

bananalive 08-25-2012 06:01 PM

Quote:

Originally Posted by sutto (Post 2359736)
Tournaments.

Try v5.8.3
Quote:

Originally Posted by sutto (Post 2359738)
Tried {vb:raw member.field12}, but still returns nothing.

http://www.gtesports.com.au/communit....php?59-GTtest

You'll need a change to the query too, for additional profile fields, try v5.8.3


All times are GMT. The time now is 10:52 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.02960 seconds
  • Memory Usage 1,875KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (28)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