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)

s8glive 05-07-2009 03:10 PM

yeah it says its deleted but i can still see it and its still joinable and everything

DoDe 05-07-2009 03:28 PM

In addition to submit the score and to accept it byt the opponent team, I find interesting to add an option to choose a country flag for the team.

Regards!

H3C x Nevz 05-07-2009 10:17 PM

I have 2.8.3, yet it stilll stretches out the board on some screens. The full VBEditor along with the letters on the Teams List (A, B, C) slightly stretch in out. Thank you for the great mod, that's the only real problem I have with it. I'd also love to see the feature where participating teams can report a win.

Gleedo 05-08-2009 11:12 AM

Is it ok to upgrade from 2.74 to the current version?

uprentiss 05-11-2009 05:54 AM

where do i upload the php files to it doesnt show it in the installation zip

uprentiss 05-11-2009 06:06 AM

its not workin

i go to usergroup n there is no tournament edit option

OttawaGolf 05-11-2009 08:04 AM

Cannot edit comments in competitions tab

It brings me back to the list of competitions when I click edit on a comment in the competitions tab

uprentiss 05-11-2009 03:55 PM

lol i really need help figuring out why this has completely not shown up

uprentiss 05-11-2009 04:43 PM

i went into administrator permissions

i turned the entire tournanment n ladder options to yes

yet when i go to a forum i still cant make a tourney

bananalive 05-11-2009 05:52 PM

Quote:

Originally Posted by OttawaGolf (Post 1808453)
Cannot edit comments in competitions tab

It brings me back to the list of competitions when I click edit on a comment in the competitions tab

edit template tmnt_comment
find
PHP Code:

competitions.php?do=editcomment 

replace with
PHP Code:

tournaments.php?do=editcomment 


OttawaGolf 05-11-2009 06:42 PM

Thanks bananalive!

Works now. :)

uprentiss 05-11-2009 09:22 PM

what about me???

setzersky 05-12-2009 05:48 AM

When I attempt to use the admin submit score feature in ladders I receive the following error: Fatal error: Cannot use object of type mysqli_result as array in /home/content/*/*/*/***/html/forums/ladders.php(1673) : eval()'d code on line 19

s8glive 05-12-2009 11:00 AM

whens a update comming out with all the fixes for this addon?

vash911 05-13-2009 02:50 AM

I get a DB error when I try to swap a player during a tournament

Code:

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE tmnt_players SET userid=12, username='Erik Anoa'i' WHERE id=28;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'i' WHERE id=28' at line 1
Error Number  : 1064
Request Date  : Wednesday, May 13th 2009 @ 04:48:05 AM
Error Date    : Wednesday, May 13th 2009 @ 04:48:05 AM
Script        : http://www.ocfight.net/tournaments.php?do=swapplayer&id=28
Referrer      : http://www.ocfight.net/tournaments.php?do=swapplayer&id=28
IP Address    : 216.254.74.138
Username      : Admin
Classname    : vB_Database
MySQL Version : 5.0.45-log


bananalive 05-14-2009 10:45 AM

1 Attachment(s)
Quote:

Originally Posted by vash911 (Post 1809834)
I get a DB error when I try to swap a player during a tournament

Code:

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE tmnt_players SET userid=12, username='Erik Anoa'i' WHERE id=28;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'i' WHERE id=28' at line 1
Error Number  : 1064
Request Date  : Wednesday, May 13th 2009 @ 04:48:05 AM
Error Date    : Wednesday, May 13th 2009 @ 04:48:05 AM
Script        : http://www.ocfight.net/tournaments.php?do=swapplayer&id=28
Referrer      : http://www.ocfight.net/tournaments.php?do=swapplayer&id=28
IP Address    : 216.254.74.138
Username      : Admin
Classname    : vB_Database
MySQL Version : 5.0.45-log


Cheers for reporting this

I will release fixing with this fix included very soon. But fix is also included in attached file.

bananalive 05-14-2009 10:50 AM

1 Attachment(s)
Quote:

Originally Posted by setzersky (Post 1809167)
When I attempt to use the admin submit score feature in ladders I receive the following error: Fatal error: Cannot use object of type mysqli_result as array in /home/content/*/*/*/***/html/forums/ladders.php(1673) : eval()'d code on line 19

Try attached file

bananalive 05-14-2009 10:50 AM

Quote:

Originally Posted by uprentiss (Post 1808767)
i went into administrator permissions

i turned the entire tournanment n ladder options to yes

yet when i go to a forum i still cant make a tourney

Try going to tournaments.php?do=add

Booyakan 05-14-2009 07:04 PM

is there an easy way to add code myself to make members have a minimum post count to enter a tournament? or if not, if it could be added i could send a small donation if it's not a big task.

bananalive 05-15-2009 09:18 AM

Quote:

Originally Posted by Booyakan (Post 1810855)
is there an easy way to add code myself to make members have a minimum post count to enter a tournament? or if not, if it could be added i could send a small donation if it's not a big task.

Find in tournaments.php
PHP Code:

if ($_REQUEST['do'] == 'join')


add after
PHP Code:

if ($vbulletin->userinfo[posts] < 5)
{
print_no_permission();



vash911 05-15-2009 11:23 AM

Thanks banana that was a great help.

H3C x Nevz 05-15-2009 08:49 PM

It won't allow me to add a ladder. After I fill in all the fields, it just returns you to the ladders page.

bananalive 05-18-2009 03:46 PM

Quote:

Originally Posted by H3C x Nevz (Post 1811484)
It won't allow me to add a ladder. After I fill in all the fields, it just returns you to the ladders page.

I've verified that it works with v2.8.4. upgrade and then test if it works.

peleh 05-18-2009 11:04 PM

Hi, how do i upgrade?

I uploaded the files via ftp(overright), and imported the xml, but didn't went well...

I'm running a translated v2.8.3 to "Português-BR" that i changed myself, when i change the language part of the new file, the left menu side becomes empty, does the new language part inside the xml file contain new or changed variables?

H3C x Nevz 05-18-2009 11:24 PM

Thank you so much for your dedication to this mod. It really works amazingly. I'd definitely like to see a double-elimination tournament set up for the future, and the My Teams page sounds good too.

uprentiss 05-19-2009 02:36 AM

yo i click tourney thread n it says this

country, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

wtf i own the site

bananalive 05-19-2009 08:23 AM

Quote:

Originally Posted by peleh (Post 1813195)
Hi, how do i upgrade?

I uploaded the files via ftp(overright), and imported the xml, but didn't went well...

I'm running a translated v2.8.3 to "Portugu?s-BR" that i changed myself, when i change the language part of the new file, the left menu side becomes empty, does the new language part inside the xml file contain new or changed variables?

Did you allow product overwrite when importing product file?

Did you get an error?

If you get the error 'No file uploaded or selected', then try again.

No there are no new phrases.

bananalive 05-19-2009 08:26 AM

Quote:

Originally Posted by uprentiss (Post 1813254)
yo i click tourney thread n it says this

country, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


wtf i own the site

Check forum which you have selected in Tournament & Ladder Options.


Then check your usergroup permissions for viewing that forum.

Also check if you browse through forums whether you can access thread/ forum.

Gamelobby 05-20-2009 02:22 AM

I'm not sure if it is supposed to work this way or not, but i never noticed until now that on the team pages there is a place to put your team website, but it links to.. www.domain.com/forum/www.clansite.com

Am i supposed to put a social group linik in there instead of an actual clan website, or is there something wrong.?
Also what is "Team Gamertag"..?



PS. is there an easy way to change the skin for the tourney (competition.php) section.

Thanks

bananalive 05-20-2009 12:50 PM

Quote:

Originally Posted by Gamelobby (Post 1813838)
I'm not sure if it is supposed to work this way or not, but i never noticed until now that on the team pages there is a place to put your team website, but it links to.. www.domain.com/forum/www.clansite.com

Am i supposed to put a social group linik in there instead of an actual clan website, or is there something wrong.?
Also what is "Team Gamertag"..?



PS. is there an easy way to change the skin for the tourney (competition.php) section.

Thanks

Add http:// to url when editing team so http://www.clansite.com

Some user requested team gamertag

there is currently no way to force style for mod

bjkinzluvr 05-20-2009 02:06 PM

Downloaded your file today. Uploaded all files. Installed product. Have set all options. Have NO links anywhere on my forum to even access this. Nothing in navbar. No link in Quick Links. No navigation. How do I use it?

BTW, I run vBulletin 3.8.2. PHP is 4.4.1. Is that ok?

bananalive 05-20-2009 03:13 PM

Quote:

Originally Posted by bjkinzluvr (Post 1814096)
Downloaded your file today. Uploaded all files. Installed product. Have set all options. Have NO links anywhere on my forum to even access this. Nothing in navbar. No link in Quick Links. No navigation. How do I use it?

BTW, I run vBulletin 3.8.2. PHP is 4.4.1. Is that ok?

Have you set your usergroup permissions?

It should be fine with php 4

jojo77 05-20-2009 05:48 PM

when I comment in a tournament, the avatar that display is too large for it's comment. It over overlaps the comment next to it.

I'm trying to keep all avatars a certain with but I can't find where to add the cod "width=60" in the tournaments.php.

jojo77 05-20-2009 08:30 PM

also on the ladders page is there a way to default having all the rows expanded so you can see everyone's avatars and info?

robdawg 05-20-2009 10:06 PM

I am having a problem adding a tournament. Here is the error that I am getting:

Quote:

PHP Fatal error: Call to undefined function cal_days_in_month() in /home/XXXX/XXXX.com_new/forum/tournaments.php on line 921
Nevermind, had to rebuild PHP with the Calendar attribute enabled.

robdawg 05-20-2009 10:25 PM

Is there a way for me to auto assign people into a tournament without those people having to click join?

EDIT

NEVERMIND! Just took a little more playing around! DOH!

robdawg 05-20-2009 10:47 PM

Okay I search this thread for awhile and I finally have a legit QUESTION!

Is there a way to display a users avatar inside the bracket?

Thanks.

bananalive 05-21-2009 10:51 AM

Quote:

Originally Posted by robdawg (Post 1814347)
Okay I search this thread for awhile and I finally have a legit QUESTION!

Is there a way to display a users avatar inside the bracket?

Thanks.

No the necessary information is not queried

bananalive 05-21-2009 10:53 AM

Quote:

Originally Posted by jojo77 (Post 1814284)
also on the ladders page is there a way to default having all the rows expanded so you can see everyone's avatars and info?

Open template: tmnt_ladder_cmpt

Find:
HTML Code:

<tr align="center" id="$cmpt[obj]" style="display: none;">
Replace:
HTML Code:

<tr align="center" id="$cmpt[obj]" style="">

bananalive 05-21-2009 10:54 AM

Quote:

Originally Posted by jojo77 (Post 1814227)
when I comment in a tournament, the avatar that display is too large for it's comment. It over overlaps the comment next to it.

I'm trying to keep all avatars a certain with but I can't find where to add the cod "width=60" in the tournaments.php.

What browser are you using?


All times are GMT. The time now is 08:35 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.03055 seconds
  • Memory Usage 1,840KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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