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)

bananalive 11-03-2008 06:49 PM

Quote:

Originally Posted by XShava (Post 1658770)
Install and gets error in Team page when click team name.

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/competitions.php on line 2987

Hmmm... not sure why you get that error, works fine on my vB

Find in competitions.php
PHP Code:

$array implode(","$array); 

Replace with
PHP Code:

//$array = implode(",", $array); 


Toupsx 11-03-2008 07:11 PM

Quote:

Originally Posted by bananalive (Post 1658371)
Use product-errorfix2008.xml to completely uninstall modification tables. (Only use if you have no tournament data, it completely uninstalls the mod.)

Okay.. well I have tournament data.. so that would erase it.. :confused:

gamerscms 11-03-2008 07:13 PM

There is a bug in the add new user to team, when adding a user no matter which user i enter i get the following message

Quote:

Ultra Shotz is not a forum member, please check your spelling. Click here to go back to the team page.

gamerscms 11-03-2008 07:14 PM

There is a bug in the add new user to team, when adding a user no matter which user i enter i get the following message and he is a forum member all spelt correct.

Quote:

Ultra Shotz is not a forum member, please check your spelling. Click here to go back to the team page.

EHSkaRMa 11-03-2008 07:49 PM

Quote:

Originally Posted by bananalive (Post 1658744)
Have a go at this... it should hopefully disable Donation System for whole of tournament & ladders modification.

Open plugin 'DSL-Parse Modules'
Find...
PHP Code:

if (substr(THIS_SCRIPT,-6,6)!="verify" && !defined(IN_MKP) && substr(THIS_SCRIPT,0,4)!="dyna"

Replace With...
PHP Code:

if (substr(THIS_SCRIPT,-6,6)!="verify" && !defined(IN_MKP) && substr(THIS_SCRIPT,0,4)!="dyna" && THIS_SCRIPT!="tournament2008"


Where would I find DSL-Parse Modules?
I looked in my plugins but dont see anything like that. I have the newest version (0.2.1) of the donation system

iogames 11-03-2008 09:09 PM

why don't u make the graphics from bottom to top?

Gamelobby 11-04-2008 01:28 AM

Quote:

Originally Posted by bananalive (Post 1658794)
Hmmm... not sure why you get that error, works fine on my vB

Find in competitions.php
PHP Code:

$array implode(","$array); 

Replace with
PHP Code:

//$array = implode(",", $array); 


Sorry, but where do i find "competitions.php"
What is it under.?

Also if you put in a "team logo" it pushes it off the page to the right.?
Any ideas.?

valendono 11-04-2008 07:18 AM

I try "Special Usergroups can add Forum Members to Any Team without confirmation from team leader or the forum member" .. that username or user id ?

Add User to Team: testing

than

testing is not a forum member, please check your spelling. Click here to go back to the team page.

error or bugs ?

mikeo9043 11-04-2008 01:42 PM

Cool, I will give this one a try later

bananalive 11-04-2008 01:45 PM

Quote:

Originally Posted by EHSkaRMa (Post 1658833)
Where would I find DSL-Parse Modules?
I looked in my plugins but dont see anything like that. I have the newest version (0.2.1) of the donation system

Oh, i downloaded v1.0.0, I'll have a look again for you.
Quote:

Originally Posted by gamerscms (Post 1658811)
There is a bug in the add new user to team, when adding a user no matter which user i enter i get the following message and he is a forum member all spelt correct.

Yep, sorry. I'll release fix in next version but here's the manual fix
Find in competitions.php
PHP Code:

    $u $result['userid'];
    if (
$userid == '') { 

Replace with
PHP Code:

    $u $result['userid'];
    if (
$u == '') { 

Quote:

Originally Posted by iogames (Post 1658875)
why don't u make the graphics from bottom to top?

Sorry I don't understand. What graphics are you referring to?
Quote:

Originally Posted by Gamelobby (Post 1659039)
Sorry, but where do i find "competitions.php"
What is it under.?

Also if you put in a "team logo" it pushes it off the page to the right.?
Any ideas.?

competitions.php is the main php file for this modification included in the archive of the first post of this thread.
Quote:

Originally Posted by valendono (Post 1659192)
I try "Special Usergroups can add Forum Members to Any Team without confirmation from team leader or the forum member" .. that username or user id ?

Add User to Team: testing

than

testing is not a forum member, please check your spelling. Click here to go back to the team page.

error or bugs ?

You enter the Username of the forum member. See above.


All times are GMT. The time now is 08:10 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.02868 seconds
  • Memory Usage 1,763KB
  • 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_php_printable
  • (11)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