vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

BlueNinjaGo 04-04-2009 02:22 PM

Edit: Oh my, I'm an idiot.. *facepalm*

Installed mod, everything works great, thank you kind sir!``

baco84 04-04-2009 04:58 PM

i want to cancel your copiright if it's possible. how much i have to pay for?

ZiG 04-04-2009 07:32 PM

yea idont really think the file should be broken up either, i voted no to the poll but its your script.

happy to see a league is being implemented!

BlueNinjaGo 04-04-2009 11:50 PM

I run into
Quote:

Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3874

Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3874
when i view a ladder. Ideas?

bananalive 04-05-2009 04:21 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1784022)
I run into

when i view a ladder. Ideas?

The error comes from the custom style not having a unknown.gif image for users who do not have an avatar. I'll fix the problem in next release.

BlueNinjaGo 04-05-2009 04:24 PM

Is there a temporary fix I could do? Thanks.

bananalive 04-05-2009 04:29 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1784376)
Is there a temporary fix I could do? Thanks.

Find in competitions.php:
PHP Code:

                    $cmpt['avatarurl'] = $stylevar['imgdir_misc'] . '/unknown.gif';
                    
$cmpt['avwidth'] = getimagesize($cmpt['avatarurl']);
                    
$cmpt['avwidth'] = $cmpt['avwidth']['0'];
                    
$avatarlp $cmpt['avwidth'] + 30

Replace:
PHP Code:

                    $cmpt['avatarurl'] = $stylevar['imgdir_misc'] . '/unknown.gif';
                    if (
file_exists($cmpt['avatarurl']))
                    {
                        
$cmpt['avwidth'] = getimagesize($cmpt['avatarurl']);
                        
$cmpt['avwidth'] = $cmpt['avwidth']['0'];
                    }
                    else
                    {
                        
$cmpt['avwidth'] = 60;
                    }
                    
$avatarlp $cmpt['avwidth'] + 30


BlueNinjaGo 04-05-2009 05:08 PM

I found the code, and replaced it with what you said...now i'm getting:

Quote:

Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3882

Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3882

Stifmeister2 04-05-2009 07:24 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1782901)
nooooooooooooooooooo!!!!! more to manage. more hassle.

just keep it as is!!!!! if you do you're gunna end with bunch of ppl just asking if you could combine em :rolleyes: heh. mark my words! :p

Agreed.

Gamelobby 04-05-2009 08:04 PM

Quote:

nooooooooooooooooooo!!!!! more to manage. more hassle.

just keep it as is!!!!! if you do you're gunna end with bunch of ppl just asking if you could combine em heh. mark my words!
Quote:

Originally Posted by Stifmeister2 (Post 1784512)
Agreed.

Yea it is just as easy to split them up by linking to the direct areas.. no need to confuse people i guess. (but i wont mind because i have them split. :))


All times are GMT. The time now is 02:01 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.02971 seconds
  • Memory Usage 1,754KB
  • 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
  • (7)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