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)

betts02 06-12-2011 12:07 PM

Please wait 1307797583 hours between challenging the same player/team.

I have this set via admin to 24 hours and getting the above, Any idea ?

bananalive 06-13-2011 08:11 AM

Quote:

Originally Posted by betts02 (Post 2206614)
Please wait 1307797583 hours between challenging the same player/team.

I have this set via admin to 24 hours and getting the above, Any idea ?

I've fixed this error in next version.

bananalive 06-13-2011 08:16 AM

Quote:

Originally Posted by cdj (Post 2205946)

Additionally, I saw your video for customizable fields in ladder challenges, however I don't find where to create those customizable fields.

Thanks in advance.

Navigate to ladder.

Click 'Edit Ladder'

Then edit 'Challenge Extra Fields'

bananalive 06-13-2011 08:19 AM

Quote:

Originally Posted by EasyEazy (Post 2205702)
Installed the new update today.

I see you made changes to the tournament layout. From a personal point of view I didn't like it as it brought into play scrolling bars on the larger brackets. Is there a way to remove them and go back to the 4.4.4 look? had a play with the settings and couldnt really figure it out.

Keep up the good work

The new brackets are alot more efficient for your server and user.

I'm afraid there is no way to revert to old bracket system, but you can alter in Tournament Bracket Width (vbulletin settings -> tournaments & ladder settings)

ProFifaLeagues 06-13-2011 08:26 AM

Having the latest results shown in the forum block like Betts mentioned would be a superb addition If that is do-able Banana

bananalive 06-13-2011 08:49 AM

Quote:

Originally Posted by Arthran (Post 2205975)
Couple of questions/suggestions/feature requests.

I really need/could do with a way of changing permissions on a whole season, or possibly just a league. I'm running a set of leagues with 2 seasons a year, so i've grouped all the leagues into a season and would like to be able to restrict access to this season to only paid members.

Which brings me into point 2, Pay to play. My current solution is to use vBulletin's built in payment system to change people into a specific user group. The problem then would be regulating access to the leagues based on a user group. Any suggestions or assistance on this one?

Ladder/League Usergroup Permissions

For ladder/league with url: http://www.yoursite.com/forums/ladde...?do=view&id=22

AdminCP -> Plugins & Products -> Add New Plugin:
  • Hook Location: easy_forms_post_form_start
  • Title: Ladder 22 Usergroup Permissions
  • Exec Order: 5
  • Plugin PHP Code:
  • PHP Code:

    if ($id == 22 && !is_member_of($vbulletin->userinfo6))[*]{[*]print_no_permission();[*]} 

  • Active: Yes

Replace 6 with appropriate Usergroup id of usergroup you wish to have permission to view ladder / league.


Quote:

Last one is simply that with tournaments you can have people signing up before the start of the tournament, but with leagues this isnt allowed, and people only seem to be able to sign up once the league has started. Again if we're advertising a league in advance of its start (Because it's a paid entry/prize fund league) then we'd like people to be able to sign up before the start date.

Any suggestions or assistance on these points?

Thanks
I'll try and reconfigure this a bit for next version.

stwan 06-13-2011 08:57 AM

Please make Words => in the phrase:

Line 5836 - 5847
HTML Code:

        <label for="checkin">Require Competitors to Check-in</label>
                <div>
                        <select name="checkin" id="checkin">
                                <option value="0"{vb:raw tmnt.sel.checkin.0}>No Check-in Required</option>
                                <option value="600" {vb:raw tmnt.sel.checkin.600}>10 minutes before tournament starts</option>
                                <option value="1200" {vb:raw tmnt.sel.checkin.1200}>20 minutes before tournament starts</option>
                                <option value="1800" {vb:raw tmnt.sel.checkin.1800}>30 minutes before tournament starts</option>
                                <option value="3600" {vb:raw tmnt.sel.checkin.3600}>1 hour before tournament starts</option>
                                <option value="7200" {vb:raw tmnt.sel.checkin.7200}>2 hour before tournament starts</option>
                        </select>
                </div>
                <p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>


bananalive 06-13-2011 09:14 AM

v4.4.7

- Bug fixes
- Split admincp settings for easier access
- Check-in phrasing
- Ladder userhtml

bananalive 06-13-2011 09:22 AM

Quote:

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

Done in latest version.

stwan 06-13-2011 09:30 AM

Please make Words => in the phrase:

Line 3816:
Code:

Create a dynamically updating image with your ladder/league statistics, perfect for your signature or profile.

Line 3832:
Code:

This ladder/league has no players yet...

Line 3839:
HTML Code:

<label for="bw">Border</label>

Line 3852:
HTML Code:

<label for="bw">Width</label>

Line 3853:
HTML Code:

<input type="text" value="{vb:raw var.bw}" id="bw" name="bw" class="textbox numeric" maxlength="2" size="3" onchange="this.form.submit();" /> px
("px" in the phrase)


Line 3862:
HTML Code:

<label for="w">Dimensions</label>

Line 3866:
HTML Code:

<input type="text" value="{vb:raw var.w}" id="w" name="w" class="textbox numeric" maxlength="4" size="3" onchange="this.form.submit();" /> px

Line 3869:
HTML Code:

<label for="h">Height</label>

Line 3870:
HTML Code:

<input type="text" value="{vb:raw var.h}" id="h" name="h" class="textbox numeric" maxlength="4" size="3" onchange="this.form.submit();" /> px

Line 3875:
HTML Code:

<label for="noavatar">Show Avatar</label>

Line 3884:
HTML Code:

<label for="bg">HEX Color of</label>

Line 3887:
HTML Code:

<label for="bg">Background</label>

Line 3892:
HTML Code:

<label for="c">Text</label>

Line 3898:
HTML Code:

<span style="float: left;">Preview</span>

Line 3902:
HTML Code:

<span style="float: left;">BB Code</span>

Line 3909:
HTML Code:

<input class="button" type="submit" value="Update" />
("Update" in the phrase)


All times are GMT. The time now is 10:25 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.05149 seconds
  • Memory Usage 1,774KB
  • 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
  • (15)bbcode_html_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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