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 03-12-2011 08:34 AM

Quote:

Originally Posted by TheInsaneManiac (Post 2172450)
BTW what are challenges?

In Ladders, when one player/team wants to play another they challenge another player/team in the ladder.

bananalive 03-12-2011 08:36 AM

Quote:

Originally Posted by TheInsaneManiac (Post 2172445)
Cant upload team images.

Just check on my installation, team logos are uploaded fine for me.

Have you created the directory: \images\teamlogos\ in your forum directory

Directory (folder) teamlogos should be CHMOD 777

What kind of image are you uploading? .jpg? .png? .gif?

bananalive 03-12-2011 03:35 PM

Quote:

Originally Posted by champendk (Post 2171495)
i know im greedy, could you ad the xp for nr 1,2 and 3 for winning a tournament.

Please :-)

Added for v4.3.3

hyperviperx99 03-13-2011 02:33 AM

Great mod. . Props to the creators of this mod. Two thumbs up. Thanks. I nominated this.

It's perfect for my site. It's a major part of my forums- (CLICK HERE if you care)

stwan 03-13-2011 11:48 AM

make Words => in the phrase:

Line 969:
HTML Code:

{vb:raw tmnt.noplayers} <vb:if condition="$tmnt['status'] == $vbphrase['tmnt_waiting'] AND $tmntp['canedittmnt']"><vb:if condition="$tmnt['noplayers'] > 2"><a href="tournaments.php?do=removeslot&amp;id={vb:raw tmnt.id}" title="Remove Slot"><img src="{vb:stylevar imgdir_button}/collapse_alt.gif" width="11" height="11" alt="Remove Slot" title="Remove Slot" border="0" /></a> </vb:if><vb:if condition="!($tmnt['type'] == $vbphrase['tmnt_1v1'] AND $tmnt['noplayers'] >= 256)"><a href="tournaments.php?do=addslot&amp;id={vb:raw tmnt.id}" title="addslot"><img src="{vb:stylevar imgdir_button}/collapse_alt_collapsed.gif" width="11" border="0" height="11" alt="Add Slot" title="Add Slot" /></a></vb:if></vb:if></div>
Remove Slot and Add Slot


Line 709:
HTML Code:

<a href="tournaments.php?do=killplayer&amp;id={vb:raw cmpt.id}&amp;tid={vb:raw tid}&amp;userid={vb:raw cmpt.userid}" title="{vb:rawphrase tmnt_deleteplayer}" onclick="return confirm('Are you sure you remove this player from this tournament?')"><img src="{vb:stylevar imgdir_misc}/moderated.gif" border="0" width="13" height="17" class="inlineimg" title="{vb:rawphrase tmnt_deleteplayer}" alt="" /></a></vb:if>

Line 720:
HTML Code:

<a href="tournaments.php?do=killplayer&amp;id={vb:raw cmpt.id}&amp;tid={vb:raw tid}&amp;userid={vb:raw cmpt.userid}" title="{vb:rawphrase tmnt_deleteplayer}" onclick="return confirm('Are you sure you remove this player from this tournament?')"><img src="{vb:stylevar imgdir_misc}/moderated.gif" border="0" width="13" height="17" class="inlineimg" title="{vb:rawphrase tmnt_deleteplayer}" alt="" /></a>

Line 791:

HTML Code:

<a href="tournaments.php?do=killcomment&amp;id={vb:raw comment.id}&amp;tid={vb:raw tid}&amp;userid={vb:raw comment_userid}" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 2963:
HTML Code:

<a href="ladders.php?do=deletechallenge&amp;id={vb:raw game.id}&amp;from=allchallenges" onclick="return confirm('Are you sure you want to delete this challenge?');">

Line 2991:
HTML Code:

<a href="ladders.php?lid={vb:raw lid}&amp;do=killmc&amp;id={vb:raw value.id}&amp;mid={vb:raw value.mid}&amp;sh=3&amp;from={vb:var from}" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 3125:
HTML Code:

<a href="ladders.php?lid={vb:raw lid}&amp;do=killmc&amp;id={vb:raw value.id}&amp;mid={vb:raw value.mid}&amp;from=reportedmatches" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 3327:
HTML Code:

<a href="ladders.php?lid={vb:raw lid}&amp;do=killmc&amp;id={vb:raw value.id}&amp;mid={vb:raw value.mid}&amp;sh=2" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 3427:
HTML Code:

<a href="ladders.php?lid={vb:raw lid}&amp;do=killmc&amp;id={vb:raw value.id}&amp;mid={vb:raw value.mid}&amp;sh=1" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 3986:
HTML Code:

<a href="ladders.php?lid={vb:raw lid}&amp;do=killmc&amp;id={vb:raw value.id}&amp;mid={vb:raw value.mid}&amp;sh=1" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a>

Line 1984:
HTML Code:

<label for="xp_1st">1<sup>st</sup></label>

Line 1988:
HTML Code:

<label for="xp_2nd">2<sup>nd</sup></label>

Line 1992:
HTML Code:

<label for="xp_2nd">2<sup>nd</sup></label>

===

File tournament.php:

Line 1783:
PHP Code:

'' => construct_phrase("Swapping Player"


Line 4615:
PHP Code:

$filter "Tournaments ".$vbphrase['tmnt_waiting']; 


Line 4618:
PHP Code:

$filter "Tournaments ".$vbphrase['tmnt_inprogress']; 


Line 4621:
PHP Code:

$filter $vbphrase['tmnt_finished']." Tournaments"

too in the phrases

bananalive 03-13-2011 04:27 PM

Quote:

Originally Posted by hyperviperx99 (Post 2172736)
Great mod. . Props to the creators of this mod. Two thumbs up. Thanks. I nominated this.

It's perfect for my site. It's a major part of my forums- (CLICK HERE if you care)

Cheers :)

bananalive 03-13-2011 04:28 PM

Quote:

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

Line 969:

...

Implemented for next version

TheInsaneManiac 03-13-2011 10:04 PM

Quote:

Originally Posted by bananalive (Post 2172504)
Just check on my installation, team logos are uploaded fine for me.

Have you created the directory: \images\teamlogos\ in your forum directory

Directory (folder) teamlogos should be CHMOD 777

What kind of image are you uploading? .jpg? .png? .gif?

Its the xhtml error found here:
https://vborg.vbsupport.ru/showpost....&postcount=655

I followed your directions to the t and can't figure it out. Tried png and gif. Not jpg yet

commonwealth 03-13-2011 10:50 PM

I am having a problem even accessing the competitions page. The program is telling me:
"you do not have permission to access this page."
I have looked throughout the forums and I can not find a solution to this problem. Can someone help me figure out what I am doing wrong. Thank you.

champendk 03-14-2011 07:39 AM

I just had a tournament where the winner was supposed to get 30 xp for the ladder but it didnt work?

And if i make a test ladder and give 30 xp to the winner will it be gone when i delete the ladder again, or do i have to remove it my self?

And when u do testing it adds win to hall of fame ect, and when u delete them again it still counts :-(


All times are GMT. The time now is 08:09 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.03014 seconds
  • Memory Usage 1,773KB
  • 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
  • (13)bbcode_html_printable
  • (4)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