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-17-2009 03:19 PM

Awesome, all bugs seemed to have been fixed. Thank you!

Can't wait til your next release!

droid101 04-17-2009 08:54 PM

Wooty woo! Works great now.

Thank you so much, this mod is revolutionizing my website!

XxBOSSMASTERxX 04-17-2009 10:01 PM

Database error help. with v2.7.8

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE vbtmnt_ladder_players SET loses = loses + 1, wstreak = 0, lstreak = lstreak + 1, latime =1240008668, rank = 987.5, uod = -1, totalpoints = totalpoints + 10, longeststreak = 0 WHERE lid = 1 AND userid = 1;

MySQL Error  : Unknown column 'uod' in 'field list'
Error Number  : 1054
Request Date  : Friday, April 17th 2009 @ 05:51:08 PM
Error Date    : Friday, April 17th 2009 @ 05:51:08 PM
Script        : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
Referrer      : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
IP Address    : xxx.xxx.xxx.xxx
Username      : XxBOSSMASTERxX
Classname    : vB_Database
MySQL Version : 5.0.77-community


bananalive 04-18-2009 11:48 AM

Quote:

Originally Posted by XxBOSSMASTERxX (Post 1793584)
Database error help. with v2.7.8

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE vbtmnt_ladder_players SET loses = loses + 1, wstreak = 0, lstreak = lstreak + 1, latime =1240008668, rank = 987.5, uod = -1, totalpoints = totalpoints + 10, longeststreak = 0 WHERE lid = 1 AND userid = 1;

MySQL Error  : Unknown column 'uod' in 'field list'
Error Number  : 1054
Request Date  : Friday, April 17th 2009 @ 05:51:08 PM
Error Date    : Friday, April 17th 2009 @ 05:51:08 PM
Script        : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
Referrer      : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
IP Address    : xxx.xxx.xxx.xxx
Username      : XxBOSSMASTERxX
Classname    : vB_Database
MySQL Version : 5.0.77-community


Run query

[sql]ALTER TABLE vbtmnt_ladder_players ADD uod INT(10) NOT NULL [/sql]

gakousei 04-18-2009 05:40 PM

Sorry to post it again but I had no reply.

I would like to add a profile's field into the player's statistics in the tmnt_ladder_cmpt template.

After I added , user.* into the php code, what am I suppose to add into the template ?

Could you give me an exemple with "field1" ?

i tried with $cmpt[field1] then with $profile[field1] etc...

I don't really know how to add the field into the template.

Help would be greatly appreciate.

bananalive 04-19-2009 07:29 PM

Quote:

Originally Posted by gakousei (Post 1794038)
Sorry to post it again but I had no reply.

I would like to add a profile's field into the player's statistics in the tmnt_ladder_cmpt template.


After I added , user.* into the php code, what am I suppose to add into the template ?

Could you give me an exemple with "field1" ?

i tried with $cmpt[field1] then with $profile[field1] etc...

I don't really know how to add the field into the template.

Help would be greatly appreciate.

change line 311
PHP Code:

" . (!$team ? "LEFT JOIN " . TABLE_PREFIX . "user AS user ON (players.userid user.useridLEFT JOIN " . TABLE_PREFIX . "avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON(customavatar.userid user.userid" : "") . " 

to:
PHP Code:

" . (!$team ? "LEFT JOIN " . TABLE_PREFIX . "user AS user ON (players.userid user.useridLEFT JOIN " . TABLE_PREFIX . "avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON(customavatar.userid user.useridLEFT JOIN " . TABLE_PREFIX . "userfield AS userfield ON(userfield.userid user.userid" : "") . " 

line 309 starts
PHP Code:

$cmpts $db->query_read("SELECT 

to:
PHP Code:

$cmpts $db->query_read("SELECT userfield.field1, 


droid101 04-19-2009 09:26 PM

One minor nitpick: when you click someone's name in a ladder to view their stats, it says "Longest Winning Streak" and lists their longest streak, whether it is wins or losses.

Should change that to "Longest Streak" or change it so that it only lists their longest winning streak rather than their longest winning or losing streak (which ever one is longer, obviously).

Gamelobby 04-19-2009 10:50 PM

^^Good point.^^

So is this 2.8.1 going to be out of BETA pretty soon.?
I cant wait to update it, but i have a few things running i dont want to take any chances or screw up. :)

droid101 04-20-2009 02:48 AM

One other thing that would be nice: the ability for Admins to add users to a Ladder.

Right now, as an admin, I can add anyone to a tournament, but I can't add people to ladders.

Spiritvn 04-20-2009 11:38 AM

Can a team member have a way to out team by himself? And a way for the leader can invite s1 to the team (not add immediately)?

anyway, Nice job, installed.

bananalive 04-20-2009 03:55 PM

Quote:

Originally Posted by Spiritvn (Post 1795081)
Can a team member have a way to out team by himself? And a way for the leader can invite s1 to the team (not add immediately)?

anyway, Nice job, installed.

Team members can leave teams. Players can request to join team.

bananalive 04-20-2009 03:59 PM

Quote:

Originally Posted by droid101 (Post 1794731)
One minor nitpick: when you click someone's name in a ladder to view their stats, it says "Longest Winning Streak" and lists their longest streak, whether it is wins or losses.

Should change that to "Longest Streak" or change it so that it only lists their longest winning streak rather than their longest winning or losing streak (which ever one is longer, obviously).

It only shows longest winning streak.

uprentiss 04-20-2009 09:02 PM

i got a question

which one am i posed to download

the beta or the top one??

gakousei 04-21-2009 11:39 AM

Thanks for your help, it works :)

I have an issue with Elo rating points :

Same rank players had a match, the winner took 13pts.
A lower player challenged a more ranked player, the winner (the most ranked one ) took 15pts.

With Elo system, logicaly, more there is a difference of level between the players, less the winner have point if he is the high ranked one.

OcR Envy 04-21-2009 01:37 PM

Just the heads up your Image verification on http://www.bananalive.co.cc/register.php?do=register is broked. Couldn't register.

bananalive 04-21-2009 01:49 PM

Quote:

Originally Posted by uprentiss (Post 1795517)
i got a question

which one am i posed to download

the beta or the top one??

Both work, the beta version has more features.

bananalive 04-21-2009 01:57 PM

Quote:

Originally Posted by gakousei (Post 1795871)
Thanks for your help, it works :)

I have an issue with Elo rating points :

Same rank players had a match, the winner took 13pts.
A lower player challenged a more ranked player, the winner (the most ranked one ) took 15pts.

With Elo system, logicaly, more there is a difference of level between the players, less the winner have point if he is the high ranked one.

I'll have look into the elo formulae

bananalive 04-21-2009 02:17 PM

Quote:

Originally Posted by OcR Envy (Post 1795932)
Just the heads up your Image verification on http://www.bananalive.co.cc/register.php?do=register is broked. Couldn't register.

thanks, fixed

OcR Envy 04-21-2009 02:28 PM

NP,

I decided just to post it up here. Went over the beta script today found some things.

Requests:
- Notifications integrated with vB Notifications (Invite To Team/Request to Join Team, New Challenge, New Tournament, New Ladder, Confirm/Deny Match Results)
- Option for WSYG Editor across the script.
- When creating a new team there is no avatar,website or gamertag field.
- Ability disable comments all together but provide link to discussion thread somewhere.
- Best of Series (3,5,7)
- Randomly assign Gametypes and Maps to a challenge.
- "Match Finder" - Ability to submit an open challenge for a day/time duration. Challenge is displayed in the challenge list but does not show the team name who submitted. In turn any other team on the ladder can accept that open challenge.

Bugs:
- Clicking on Team name on Ladders page says "Challenge Player" not "Challenge Team".
- When challenging the ladders page submits a challenge and then displays it where the Challenger and Challenged are the same team name(Challenger). The Challenged team still see's the accept/reject options but clicking on them does nothing.
- Deleted Teams still show up on the ladder.

Syntax:
- Stats setting show "Yes/No" should be "On/Off"
- When editing a team button should read "Save" not "Edit"
- When creating a team button should read "Save" not "Add"

Again love the mod, watch these updates very closely. I know if you ever went "Paid" I would certainly purchase. :D

gamerscms 04-25-2009 09:12 AM

Still using this mod,

REQUEST: when sending a challenge on a ladder there is no where to state a time and date, could this be a added feature?

Regards

JesterP 04-25-2009 04:05 PM

1 Attachment(s)
Hello,

Awesome mod!

I have a member who cannot make any more challenges because people that have challenged him in the past, or people he challenged went poof. He's stuck and I cannot find a way to clear out his challenges. When I click on ladder challenges, the page loads, but the table where I would expect to see challenges listed is empty, it's like a blank page.

Thanks for any help you can give!

Jester

Slam Da Brakes 04-26-2009 02:23 AM

Hi

I downloaded the fix you supplied to correct "no stats in postbit", but it gave 404 page error codes on other pages?

There is also still a "big gap" on competitions page in IE?

Would love it if you could fix these, or bundle it in the next update.

Thanks

Taragon 04-26-2009 09:41 PM

Quote:

Originally Posted by OcR Envy (Post 1795988)
Randomly assign Gametypes and Maps to a challenge.

Having maps assigned randomly to a challenge would indeed be more than great :)

P.Jackson 04-27-2009 08:56 AM

In the tournaments can we have the ability for users and admins to enter scores? like 2-0 etc? so we can see how users actually got on in the tournaments :)

wilburshere 04-27-2009 09:33 AM

nice mod this one *INSTALLED*

vash911 04-27-2009 04:20 PM

Installed this mod, but I am having some trouble. Is it possible to delete individual ladder matches once they are posted. I know that the new version has the ability for admins to input ladder challenges and results. But does 2.7.8 have the ability to manually delete ladder matches that have taken place?

Gamelobby 04-28-2009 06:38 AM

Quote:

Originally Posted by Slam Da Brakes (Post 1799089)
Hi

I downloaded the fix you supplied to correct "no stats in postbit", but it gave 404 page error codes on other pages?

There is also still a "big gap" on competitions page in IE?

Would love it if you could fix these, or bundle it in the next update.

Thanks

The BIG GAP is another mod that is conflicting with it.. on mine it was a "Steam ID"
Just go down your list of products disabling them until the gap goes away, then re-enable all of them except the one causing the problem.

Then figure out a work around that mod. :)

Slam Da Brakes 04-28-2009 06:57 AM

Quote:

Originally Posted by Gamelobby (Post 1800364)
The BIG GAP is another mod that is conflicting with it.. on mine it was a "Steam ID"
Just go down your list of products disabling them until the gap goes away, then re-enable all of them except the one causing the problem.

Then figure out a work around that mod. :)

Thanks!!

Will check through my mods.

anuraag 04-28-2009 07:10 AM

I am facing a problem,the matches aren't getting reported.

Gamelobby 04-28-2009 06:44 PM

Tell your members to report them..!?

anuraag 04-29-2009 10:13 AM

Quote:

Originally Posted by Gamelobby (Post 1800735)
Tell your members to report them..!?

They did but i did not get any matches at
Code:

ladders.php?do=reportedmatches

deepak7 04-29-2009 11:31 AM

Where do you insert results?

Did anyone with a poker forum used this plugin with succes?

bananalive 04-29-2009 06:14 PM

Quote:

Originally Posted by anuraag (Post 1801082)
They did but i did not get any matches at
Code:

ladders.php?do=reportedmatches

Do the user(s) who reported the match(es) see a red card on the right hand side of the challeenge, like this: https://vborg.vbsupport.ru/

rase2 04-29-2009 10:32 PM

I've got the 2.8.1 version, but I can't seem to delete categories, any suggestions?

plazzman 04-30-2009 12:32 AM

Excellent mod, but I'm curious. Is there like a user manual for this thing? :p I have no idea how to use it.

anuraag 04-30-2009 05:07 AM

Quote:

Originally Posted by bananalive (Post 1801298)
Do the user(s) who reported the match(es) see a red card on the right hand side of the challeenge, like this: http://www.vbulletin.com/forum/image...ns/redcard.gif

Yes they see a report button at
Code:

ladders.php?do=challenges
.
I asked one of my members to click on it,but nothing came over at reported matches.

plazzman 04-30-2009 08:00 PM

One more quick question.

The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?

Skyrider 05-01-2009 08:10 AM

Quote:

Originally Posted by plazzman (Post 1802069)
One more quick question.

The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?

Both links from your nav/quick links and manually are the same?

Gamelobby 05-01-2009 09:42 AM

They cant be the same.. double, then triple check. ;)

bananalive 05-01-2009 01:22 PM

Quote:

Originally Posted by plazzman (Post 1802069)
One more quick question.

The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?

Go to vBulletin options -> Site Name / URL / Contact Details

Your Forum URL is wrong.

It should be

http://www.yoursite.com/forum

it is currently

http://www.yoursite/forum

which is causing the problem


All times are GMT. The time now is 07:24 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.05600 seconds
  • Memory Usage 1,854KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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