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-29-2010 07:43 PM

Quote:

Originally Posted by Gold Phan7om (Post 2088901)
Yes javascript is enabled, this isnt happening on other browsers and the team name is Devil's incarnation squad'

Fixed in next version - v4.2.1

bananalive 08-29-2010 07:45 PM

Quote:

Originally Posted by semka (Post 2089546)
It possible to back comment box under Tournament resultats?

I don't understand the question.

But to change the layout of the tournament page, edit template tmnt_display.

Gold Phan7om 08-29-2010 08:05 PM

Just upgraded and works perfect Thanks!

bananalive 08-29-2010 08:23 PM

v4.2.1 Video of seasons

http://www.youtube.com/watch?v=PPiHxlmIY40

ProFifaLeagues 08-29-2010 08:46 PM

Upgraded easy as always top work thanks!!!

FireflyP2C 09-01-2010 05:22 AM

Great script. But one thing missing. The ability to set different challenge options for each ladder. This could be done via drop boxes if we have a place to add the choices per ladder. Like add a time/date check box, plus other game specific options via admin. For example for a MW2 ladder you could add Perks - yes no, Air Support - yes no, harcore - yes no etc. Then different options for another game.

Raeven 09-01-2010 11:06 AM

I have 2 small Question:

Would it be Possible to have additional "Leaders" for a Squad. What I mean is:

Admin (Same as the Leader, just cant be removed by a Leader)
Co Admin (Same as leader, but can be removed by Admin, but not by Leader)
Leader (normal as now)
Co Leader (normal as now)

(also I would need 2 more "Ranks" in between of Co-Admin and leader), since I want to use that for my Clan Rosters as well ;) (way better then to use these current Roster Addons)


And next Thing:
Is it somehow possible to show a Roster alone (without the Sidebar), so I can integrate them better as rosters, into each Squads Forum Part ;).?

//edit: Btw. This is one of the most useful Mods ever for a Clan Forum ;).

ilbianconiglio 09-01-2010 02:13 PM

Hi, I'm new to the vbulletin system.

I just installed this mod and it seems to works fine. Anyway I want to translate it to Italian.
How can I do it? Which is the best and scalable way?

stwan 09-02-2010 01:08 PM

Bugs 4.2.1beta (Mozilla 3.6.8):

https://vborg.vbsupport.ru/
http://s54.radikal.ru/i143/1009/6f/1315709d4351.jpg

Not show the number of tournaments and ladder (Uncategorised):
https://vborg.vbsupport.ru/external/2010/09/57.jpg

Please make Words => in the phrase:
Line 1527:
HTML Code:

<p class="label">Link this tournament to a Ladder</p>
Line 5241:
HTML Code:

<label for="prize">Link this tournament to a Ladder</label>
Line 5243:
HTML Code:

Winner gets <input class="textbox numeric" name="prize" value="50" size="5" maxlength="4" type="prize" /> points added to their elo rating in ladder:
Line 1535:
HTML Code:

Winner gets <input class="textbox numeric" name="prize" value="{vb:var tmnt.prize}" size="5" maxlength="4" type="prize" /> points added to their elo rating.
In competitions.php?do=help please make all Words => phrases.

For xhtml 1.0 in template tmnt_help + new version player youtube:
HTML Code:

<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/SLoRv3mcmls?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SLoRv3mcmls?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
HTML Code:

<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/SLoRv3mcmls?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded">
        <param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <param name="wmode" value="transparent" />
        <param name="allowfullscreen" value="true" />
        <!--[if IE 6]>
        <embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/SLoRv3mcmls?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <![endif]-->
</object>

and

HTML Code:

<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
HTML Code:

<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/hOjkZq1tiRg?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded">
        <param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <param name="wmode" value="transparent" />
        <param name="allowfullscreen" value="true" />
        <!--[if IE 6]>
        <embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/hOjkZq1tiRg?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <![endif]-->
</object>


nosretap 09-02-2010 11:43 PM

Thanks for any help!

1- I have installed the mod and it doesn't give me the ability to create a ladder. I can create a tournament, but not a ladder.
http://media.gamehouse.com/m/GHBlog/...w%20Ladder.JPG

Any ideas why?

2- Also, I was an idiot and forgot to "upgrade" the mod from 2.8.4. I, instead, uninstalled the old one, and installed the new one with my vB 4.0* install so lost all of my data. I have a vb database backup from the day before, how hard is it to get the tmnt_* data from the "old" format and insert it in to the "new" one?

Thanks!


All times are GMT. The time now is 03:11 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.05900 seconds
  • Memory Usage 1,764KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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