Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forum Tournaments & Ladders Details »»
Forum Tournaments & Ladders
Version: 2.8.4, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 08-27-2008 Last Update: 06-05-2011 Installs: 683
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

[Script Demo] [Version History]
Compatible with 3.6.x, 3.7.x, 3.8.x

Tournament Description:
Users or teams can join tournaments. Once full the tournament starts. In single elimination tournaments competitors progress through rounds of tournament with the number of rounds depending on the number of players in tournament which is set on tournament creation. Last Man Standing Tournaments also supported.
[Screenshot of Single Elimination Tournament (Slightly outdated)]

Ladder Description:
Users or teams can also join ladders and challenge other players or teams in the ladder. Elo rating system is used which calculates the difficultly of a match according to the players' ranks and this is taken into account when the ranks are updated after the match is finished.

Feature List:
  • Tournament Features
    • Hall of Fame (Top 10 Tournament Players)
    • Permissions can be set per usergroup
      (AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Tournament Permissions)
    • Tournaments start automatically when no slots are left
    • Tournaments have proper Date/ Time converted to users timezone and DST
    • 2 Tournament Modes: Last Man Standing and Single Elimination
    • Filter Tournaments Displayed according to Tournament Status
    • Tournament User Stats Page
    • 'Start Tournament' for Single Elimination adds bye players and creates brackets
  • Tournament options
    • Turn on/off tournament
    • Create Thread on Tournament Creation
    • Tournament Stats in Member Profile
    • Tournament Stats in Postbit (Can be turned on/off in Tournament Options)
    • Comments per page
    • Tournament description length shown in tournament List
  • Tournament Display
    • LMS realtime ranking shows if players are equal positions
    • Tournament View Counter
    • Tournament creator and last edited by notes at bottom of tournament
  • Tournament Moderators can...
    • Add/edit tournament (description uses vBulletin Editor)
    • Edit tournament type if not started yet
    • Add Score type (points, wins, kills, deaths, etc.) for LMS tournaments
    • Tournament mods can remove players if tournament hasn't started
    • Increase/ Decrease Tournament Slots
    • Pm all competitors with custom message and title (permissions set to bypass max pm recipients restrictions)
    • Add players (Ajax/Javascript userid fetch)
    • Swap players in LMS mode
    • Create/ edit/ delete announcements
  • Competitors can...
    • Players can remove themselves if tournament hasn't started
    • Users can PM themselves the details of the tournament
    • Sign up to tournament only once
  • Tournament Comments
    • Uses vBulletin Editor
    • Comment Display with user avatars and last edited by note
    • User able to edit/delete their own comment (subject to permissions)
    • Tournament moderators can edit all comments
    • If applicable under username on comments Tournament Creator, Tournament Competitor or Tournament Winner
    • Comment paging
  • Teams
    • Users can apply to teams
    • Leader can accept/ decline users
    • Team profile shows team stats
    • Team list
    • Can limit teams created by user (in usergroup options)
    • Fields: team website, gamertag, logo, description, slog, tags
  • Team leader can...
    • delete players from his/her team
    • Promote players in his/her team to Leader or Co-Leader
    • Join tournaments
  • Ladder Features
    • Elo rating system (Javascript Elo calculator @ ladders.php?do=elorating)
    • Players last activity (date)
    • Winning/ Losing Streak
    • Longest Winning Streak
    • Admin can submit scores/ add challenges
    • Report/ dispute challenges
  • Ladder Display
    • leader-board for each ladder
    • last 10 upcoming/ past matches per ladder
    • separate page for accepting/rejecting challenges and submitting score (have to be accepted by other user)
  • Tournament Announcements
    • Tournament Moderators can create/edit announcements
    • Uses forum last visit for announcement read marking
    • Shows last user to edit announcement
  • Categories
    • Share categories for tournaments/ ladders
    • Category displays in navbar when viewing ladder/ tournament
Installation:
  1. Follow instructions included in .zip
  2. If you are using v3.6.x you will need to download this product file and import it
    (It contains memberinfo css which is used in profile comments in v3.7.x and is in used in Tournaments Comments and Team Profiles)
  3. Click Install
Future Features:
  • Add more Different Tournament Types (Double Elimination and Round Robin)
  • Allowing a player to only join one team per ladder
  • Use 3.7/3.8 notification system
  • My Teams page
  • Easy way to Re-arrange users in tournament
  • Limit number of challenges per week/day
  • Ladder match finder
  • Custom message included in challenge pm sent to user
Donations:
  • If you want to donate please click 'Support Developer'
Translations:

Download Now

File Type: zip vB_Tournaments+Ladders v2.8.4.zip (71.8 KB, 2059 views)
File Type: zip Security_Patch_for_vB_Tournaments_and_Ladders_v2.8.4.zip (9.5 KB, 254 views)

Screenshots

File Type: jpg createtournament.jpg (78.0 KB, 0 views)
File Type: jpg jointournament.jpg (89.2 KB, 0 views)
File Type: jpg tournamentpermissions.jpg (123.5 KB, 0 views)
File Type: jpg exampletournament.jpg (68.0 KB, 0 views)
File Type: jpg tmnt_comments.jpg (107.0 KB, 0 views)
File Type: jpg reprogressplayer.jpg (67.4 KB, 0 views)
File Type: jpg teamviewleader.jpg (76.8 KB, 0 views)
File Type: jpg teamlist.jpg (43.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1342  
Old 02-09-2009, 03:08 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tmnt_shell:
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $pagetitle</title>
<if condition="$_REQUEST['do'] == 'view' OR $_REQUEST['do'] == 'edit' OR $_REQUEST['do'] == 'viewteam' OR $_REQUEST['do'] == 'viewannouncement'">
<script language="javascript" type="text/javascript">
function deletetmnt(id, title) 
{
	if (confirm("Are you sure you want to delete '" + title + "'")) {
		window.location.href = '?do=kill&id=' + id;
	}
}
function deleteteam(id) 
{
	if (confirm("Are you sure you want to delete this team?")) {
		window.location.href = '?do=killteam&id=' + id;
	}
}
function deleteann(id) 
{
	if (confirm("Are you sure you want to delete this announcement?")) {
		window.location.href = '?do=killann&id=' + id;
	}
}
function jointeam(id) 
{
	if (confirm("Are you sure you want to join this team?")) {
		window.location.href = '?do=reqjointeam&id=' + id;
	}
}
function rejectrecruit(id) 
{
	if (confirm("Are you sure you want to reject this recruit?")) {
		window.location.href = '?do=rejectrecruit&id=' + id;
	}
}
function confirmrecruit(id) 
{
	if (confirm("Are you sure you want to confirm this recruit?")) {
		window.location.href = '?do=confirmrecruit&id=' + id;
	}
}
function deleteplayer(id, tid, userid) 
{
	if (confirm("Are you sure you remove this player from this tournament?")) {
		window.location.href = '?do=killplayer&id=' + id + '&tid=' + tid + '&userid=' + userid;
	}
}
function deleteteamplayer(id) 
{
	if (confirm("Are you sure you want to remove this player from your team?")) {
		window.location.href = '?do=killteamplayer&id=' + id;
	}
}
function makeleader(id) 
{
	if (confirm("Are you sure you want to make this team member a leader?")) {
		window.location.href = '?do=makeleader&id=' + id;
	}
}
function makecoleader(id) 
{
	if (confirm("Are you sure you want to make this team player a co-leader?")) {
		window.location.href = '?do=makecoleader&id=' + id;
	}
}
function deletecomment(id, tid, userid) 
{
	if (confirm("Are you sure you want to delete this comment?")) {
		window.location.href = '?do=killcomment&id=' + id + '&tid=' + tid +'&userid=' + userid;
	}
}
function finishtmnt(id, title, topscore) 
{
	if (confirm("Are you sure you want to finish '" + title + "'")) {
		window.location.href = '?do=finish&id=' + id + '&topscore=' + topscore;
	}
}
function progress(id, userid, username, round, slot) 
{
	if (confirm("Are you sure you want to progress '" + username + "' to next round?")) {
		window.location.href = '?do=progress&id=' + id + '&userid=' + userid + '&round=' + round + '&slot=' + slot;
	}
}
function regress(id, userid, username, round) 
{
	if (confirm("Are you sure you want to regress '" + username + "' to previous round?")) {
		window.location.href = '?do=progress&id=' + id + '&userid=' + userid + '&round=' + round + '&slot=0';
	}
}
function progressfinish(id, userid, username, round, slot) 
{
	if (confirm("Are you sure you want to progress '" + username + "' to next round?")) {
		window.location.href = '?do=progressfinish&id=' + id + '&userid=' + userid + '&round=' + round + '&slot=' + slot;
	}
}
function showhide(value, divid)
{
	if (value=="1") {
		document.getElementById(divid).style.display=""
	}
	if (value=="0")
	{
		document.getElementById(divid).style.display="none"
	}
}
</script>
</if>
$memberinfo_css
</head>
<body>
$header
$navbar
<div class="vbmenu_popup" id="tmntnew_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
		<tr>
            <td class="thead">$vbphrase[new]...</td>
		</tr>
        <if condition="$cancreateteam"><tr>
            <td class="vbmenu_option"><a href="competitions.php?do=addteam">$vbphrase[tmnt_newteam_short]</a></td>
		</tr></if>
		<if condition="$canedittmnt"><tr>
            <td class="vbmenu_option"><a href="competitions.php?do=addannouncement">$vbphrase[tmnt_newannouncement]</a></td>
        </tr></if>
		<if condition="$cancreateladder"><tr>
			<td class="vbmenu_option"><a href="competitions.php?do=addladder">$vbphrase[tmnt_newladder]</a></td>
		</tr></if>
		<if condition="$cancreatetmnt"><tr>
			<td class="vbmenu_option"><a href="competitions.php?do=addtmnt">$vbphrase[tmnt_newtmnt]</a></td>
		</tr></if>
</table>
</div>
<div class="vbmenu_popup" id="tmntnmt_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
		<tr>
            <td class="thead">$vbphrase[tmnts]</td>
		</tr>
        <tr>
            <td class="vbmenu_option"><a href="competitions.php?do=tournaments">$vbphrase[tmnt_tmntlist]</a></td>
		</tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=tournaments&amp;filter=1">$vbphrase[tmnt_showwaiting]</a></td>
		</tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=tournaments&amp;filter=2">$vbphrase[tmnt_showinprogress]</a></td>
		</tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=tournaments&amp;filter=3">$vbphrase[tmnt_showfinished]</a></td>
		</tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=hof">$vbphrase[tmnt_hof_short]</a></td>
		</tr>
		<if condition="$cancreatetmnt"><tr>
			<td class="vbmenu_option"><a href="competitions.php?do=addtmnt">$vbphrase[tmnt_newtmnt]</a></td>
		</tr></if>
</table>
</div>
<div class="vbmenu_popup" id="tmntlmt_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
		<tr>
            <td class="thead">$vbphrase[ladders]</td>
		</tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=ladders">$vbphrase[ladder_list]</a></td>
        </tr>
		<tr>
            <td class="vbmenu_option"><a href="competitions.php?do=ladderchallenges">$vbphrase[ladder] $vbphrase[ladder_chlls]</a></td>
        </tr>
		<if condition="$cancreateladder"><tr>
			<td class="vbmenu_option"><a href="competitions.php?do=addladder">$vbphrase[tmnt_newladder]</a></td>
		</tr></if>
</table>
</div>

<if condition="$vboptions[tmnt_navtop]==1">
<table class="tborder" width="100%" align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
	<tbody><tr align="center">
		<td class="vbmenu_control"><a href="competitions.php?">$modname</a></td>
		<td class="vbmenu_control"><a href="competitions.php?do=announcements">$vbphrase[announcements]</a></td>
		<td class="vbmenu_control"><a href="competitions.php?do=rules">$vbphrase[tmnt_rules]</a></td>
		<td class="vbmenu_control" id="tmntnmt">$vbphrase[tmnts] <script type="text/javascript">vbmenu_register("tmntnmt");</script></td>
	<if condition="$canviewladder">
		<td class="vbmenu_control" id="tmntlmt">$vbphrase[ladders] <script type="text/javascript">vbmenu_register("tmntlmt");</script></td>
	</if>
		<td class="vbmenu_control"><a href="competitions.php?do=teams">$vbphrase[tmnt_teamlist]</a></td>
	<if condition="$cancreateteam OR $cancreatetmnt OR $canedittmnt OR $cancreateladder">
		<td id="tmntnew" class="vbmenu_control">$vbphrase[new] <script type="text/javascript">vbmenu_register("tmntnew");</script></td>
	</if>
	</tr>
	</tbody>
</table>
<br />
</if>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <if condition="$vboptions[tmnt_navleft]==1">
<td valign="top" width="150" align="left">
<table class="tborder" width="140" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
		 <tr>
          <td class="tcat">$modname</td>
         </tr>
		 <tr>
          <td class="thead">$vbphrase[tmnt_general]</td>
         </tr>
		 <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=announcements">$vbphrase[announcements]</a></td>
          </tr>
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=rules">$vbphrase[tmnt_rules]</a></td>
          </tr>
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=teams">$vbphrase[tmnt_teamlist]</a></td>
          </tr>
		  <tr>
          <td class="thead">$vbphrase[tmnts]</td>
         </tr>
		  <tr>
            <td class="alt2 smallfont">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="smallfont">
  <thead>
  <tr>
    <td height="20" colspan="2" class="smallfont" style="padding-bottom: 4px;">
	<a href="#top" onclick="return toggle_collapse('tmnt_displayoptions')"><img id="collapseimg_tmnt_displayoptions" src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" class="inlineimg" alt="" border="0" /></a>
	<a href="competitions.php?do=tournaments">$vbphrase[tmnt_tmntlist]</a></td>
  </tr>
  </thead>
  <tbody id="collapseobj_tmnt_displayoptions" style="display: none;">
  <tr>
    <td width="22" align="left" valign="top" style="background: url($stylevar[imgdir_misc]/tree_i.gif) repeat-y left top"><img style="width: 20px; height: 20px;" src="$stylevar[imgdir_misc]/tree_t.gif" alt="" class="inlineimg" border="0" /></td>
    <td align="left" valign="top" class="smallfont" style="padding-bottom: 4px;"><a href="competitions.php?do=tournaments&amp;filter=1">$vbphrase[tmnt_showwaiting]</a></td>
  </tr>
  <tr>
    <td width="22" align="left" valign="top" style="background: url($stylevar[imgdir_misc]/tree_i.gif) repeat-y left top"><img style="width: 20px; height: 20px;" src="$stylevar[imgdir_misc]/tree_t.gif" alt="" class="inlineimg" border="0" /></td>
    <td align="left" valign="top" class="smallfont" style="padding-bottom: 2px;"><a href="competitions.php?do=tournaments&amp;filter=2">$vbphrase[tmnt_showinprogress]</a></td>
  </tr>
  <tr>
    <td width="22" height="20" align="left" valign="top"><img style="width: 20px; height: 20px;" src="$stylevar[imgdir_misc]/tree_ltr.gif" alt="" class="inlineimg" border="0" /></td>
    <td align="left" valign="top" class="smallfont"><a href="competitions.php?do=tournaments&amp;filter=3">$vbphrase[tmnt_showfinished]</a></td>
  </tr>
  </tbody>
</table>
</td>
          </tr>
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=hof">$vbphrase[tmnt_hof_short]</a></td>
          </tr>
		  <if condition="$canviewladder">
		  <tr>
          <td class="thead">$vbphrase[ladders]</td>
         </tr>
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=ladders">$vbphrase[ladder_list]</a></td>
          </tr>
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=ladderchallenges">$vbphrase[ladder] $vbphrase[ladder_chlls]</a></td>
          </tr>
		  </if>
		  <if condition="$cancreateteam OR $cancreatetmnt OR $canedittmnt OR $cancreateladder">
		  <tr>
            <td class="tcat" nowrap="nowrap">$vbphrase[tmnt_modmenu]</td>
          </tr>
		  <if condition="$cancreateteam">
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=addteam">$vbphrase[tmnt_newteam_short]</a></td>
          </tr>
		  </if>
		  <if condition="$canedittmnt">
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=addannouncement">$vbphrase[tmnt_newannouncement]</a></td>
          </tr>
		  </if>
		  <if condition="$cancreateladder">
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=addladder">$vbphrase[tmnt_newladder]</a></td>
          </tr>
		  </if>
		  <if condition="$cancreatetmnt">
		  <tr>
            <td class="alt2 smallfont" nowrap="nowrap"><a href="competitions.php?do=addtmnt">$vbphrase[tmnt_newtmnt]</a></td>
          </tr>
		  </if>
		  </if>
</table>
</td></if>
<td valign="top" align="left">$tlhtml</td>
</tr>
</table>
<br />

<div class="smallfont" align="center"> <a href="https://vborg.vbsupport.ru/misc.php?do=producthelp&amp;pid=tournament2008">Tournament &amp; Ladder Script</a> $tmnt_version Copyright by <a href="https://vborg.vbsupport.ru/member.php?u=223075"> BananaLive </a> </div>

$footer
</body>
</html>
Reply With Quote
  #1343  
Old 02-09-2009, 08:45 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Something new...

Brackets look weird in Internet Explorer... they look fine in Firefox.
Reply With Quote
  #1344  
Old 02-09-2009, 10:39 AM
OneShot OneShot is offline
 
Join Date: Apr 2002
Location: Germany
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting an error when I open up a closed tournament ...
Quote:
Warning: getimagesize(http://url/misc/unknown.gif) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in [path]/competitions.php on line 3657
Reply With Quote
  #1345  
Old 02-09-2009, 01:59 PM
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bananalive, I refer to this post, would it be easy to do??


Basically what I mean is that when you create a tournament, you can choose if the tourmanent is public or private. They are the same, with the exception that private tournaments do not add stats to Hall of Fame. We need this very bad on our forums...
Reply With Quote
  #1346  
Old 02-09-2009, 01:59 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Well thats what its supposed to do... thats exactly what I was saying...

With 17 players, the system should AUTOMATICALLY add 15 bye players. However, you need to stratify these byes; so that byes don't end up playing against byes.

Also... new bug... http://www.8wayrun.com/competitions.php?do=view&id=14 (comments section)

Its evident that the comment section of TNMT is taking the design of the comments section from the Pictures & Album design. However, the pictures & album section pulls avatars from the /avatars/thumbs/ folder; not the /avatars/ folder. In the /avatars/thumbs/ folder, avatars are automatically restricted to 60 pixels; since you are not drawing from this folder; the avatars are not being restricted in size. So if you look at the comment section, you will see some of the avatars overlapping.

Also... in beta3... create new tournament... 4 is listed twice in number of players.
For comments bug...
Line 2283 should be:
PHP Code:
        if ($vbulletin->options[simpleversion] >= 370
Reply With Quote
  #1347  
Old 02-09-2009, 02:04 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Why do all your templates have the timecodes set to 1969? I make a lot of changes to the templates because you make some odd choices with the layout. So I have been working to fix these changes. However, since you always set your timecodes to 1969; I never know when YOU make an update to the template, thus prompting me to update my changes. So when you update your templates, I wont ever know, and I'll always be using the old tempaltes. I jsut made a post asking if you were ever going to update the top-nav bar; because it was outdated... turns out, you DID update the top-nav bar, but it was dated 40 years old, so vB never notified me. This is a MAJOR oversight that you should take care of.
I don't code inside vbulletin so the time code will be 0 which is 1969/1970 (depending on timezones)
Reply With Quote
  #1348  
Old 02-09-2009, 02:05 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OneShot View Post
I'm getting an error when I open up a closed tournament ...
url_fopen() is disabled in your php.ini
Reply With Quote
  #1349  
Old 02-09-2009, 02:08 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
On a further note you dont need that many options for numbers of players... you only really need the following:

2
4
8
16
32
64
128
256

A single/double elim tournament should never be run off of a non-multiple of 2; especially if you aren't stratifying byes.

Also, I know I can create a tournament with 256 players with Beta3, but does it actually work? I noticed that in the database, it only has till ROUND7 on the players table, which would be enough for 64 players. For 256 players, you would need up to ROUND9. So if I made a tournament with 256 players, would it work? Or would it be broken?
It's not been tested. I'll add in those columns.
Reply With Quote
  #1350  
Old 02-09-2009, 02:09 PM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont program in vbulletin either... but I make sure to update my timestamps...

You can get the current timestamp from here: http://www.timestampgenerator.com/

Just click the NOW button in the Reverse Timestamp Generator section.

These timestamps are EXTREMELY IMPORTANT.
Reply With Quote
  #1351  
Old 02-09-2009, 02:10 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stifmeister2 View Post
Bananalive, I refer to this post, would it be easy to do??


Basically what I mean is that when you create a tournament, you can choose if the tourmanent is public or private. They are the same, with the exception that private tournaments do not add stats to Hall of Fame. We need this very bad on our forums...
It'll require quite a few edits. As the hall of fame statistics are integrated with several actions.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10676 seconds
  • Memory Usage 2,403KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete