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)

Hummell 05-01-2011 05:16 PM

This is hands down the best mod ever....EVAR.

Hummell 05-01-2011 05:17 PM

...but I just want the Tournaments option (along with only tournament options in the navbar section). Is that possible?

Dredge 05-01-2011 09:22 PM

Ok. I think I might just be an idiot here. But we are setting up Ladders and the like over at TacticalGamer.com

We have teams set up and they are joining the ladders, but when they try to challenge another team they get "This team isn't in this ladder" (yes, they are challenging teams listed in that ladder)

I have tried looking in the comments here, but I can't find anything related to the problem we have. Any help would be awesome.

Gamelobby 05-01-2011 10:05 PM

1 Attachment(s)
I have a few small issues with the ladder..


#1 Player Image shows up as text only.? (also not a big deal as im sure it'll fix itself, but when you hover it creates issue #3)


#2 Buttons too wide or start too late to fit in one row.? Can i edit the text on the buttons to make them shorter, or why does the 1st "edit" button start so far to the right.?


#3 Shifts off the page. (i imagine it will fix itself with Issue #1) :)

gamerzhope 05-02-2011 01:28 AM

I installed this mod and it messed up my forums completely my forum only show words and one image its completely messed up. So I uninstalled it and it hasn't fixed the problem...


www.clan360.com


Any ideas???????????

bananalive 05-02-2011 08:42 AM

Quote:

Originally Posted by gamerzhope (Post 2190896)
I installed this mod and it messed up my forums completely my forum only show words and one image its completely messed up. So I uninstalled it and it hasn't fixed the problem...


www.clan360.com


Any ideas???????????

That is caused by the modification, which forces user to view a thread, not this modification. That force thread modification is running on css.php so the css is not being fetched, until the thread is read.

bananalive 05-02-2011 09:28 AM

Quote:

Originally Posted by Dredge (Post 2190824)
Ok. I think I might just be an idiot here. But we are setting up Ladders and the like over at TacticalGamer.com

We have teams set up and they are joining the ladders, but when they try to challenge another team they get "This team isn't in this ladder" (yes, they are challenging teams listed in that ladder)

I have tried looking in the comments here, but I can't find anything related to the problem we have. Any help would be awesome.

Find in ladders.php line 2335
PHP Code:

$countteam $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " TABLE_PREFIX "tmnt_ladder_players WHERE lid=$lid AND userid=$u2 AND pot=1"); 

Replace with
PHP Code:

$countteam $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " TABLE_PREFIX "tmnt_ladder_players WHERE lid=$lid AND userid=$u2"); 


bananalive 05-02-2011 09:34 AM

Quote:

Originally Posted by Hummell (Post 2190765)
...but I just want the Tournaments option (along with only tournament options in the navbar section). Is that possible?

Yh, if you do not give usergroup permission to view/join ladders then they will not display.

bananalive 05-02-2011 11:22 AM

Quote:

Originally Posted by Gamelobby (Post 2190838)
I have a few small issues with the ladder..


#1 Player Image shows up as text only.? (also not a big deal as im sure it'll fix itself, but when you hover it creates issue #3)


#2 Buttons too wide or start too late to fit in one row.? Can i edit the text on the buttons to make them shorter, or why does the 1st "edit" button start so far to the right.?


#3 Shifts off the page. (i imagine it will fix itself with Issue #1) :)

1. it should be a link - have you edited any of tournament templates
2. fixed in next version
3. You can use the vBulletin Options -> Tournament and Ladder Options -> 'Ladder Columns Abbreviations' for smaller width forums

UKCE_Hitman 05-02-2011 05:30 PM

Can't seem to find with you give permissions to access the ladder Ive checked in users groups no joy help would be appreciated


All times are GMT. The time now is 06:54 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.03169 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (4)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