hi all,
looking to add league/tournament and ladder functionality to my website and was wondering if anyone knows of any mods that will do that for me. There seems to be loads for phpbb and vbullitin but i cant find any for tp/smf. All help greatly appreciated.
JB
Id be interested in this, something to shows my clans last war results mod would be a good idea ;)
Hey guys, I use TPL League Stats (http://www.tpl-design.com/tplleaguestats/) for this.
Although I don't use any ranking at frontpage, I do use "minitable" - search the forum at the URL I wrote above and you'll see.
Good luck.
thanks for that softcore, appreciate it mate. does it link in with your user interface with TP? or is it just for hosting and running the leagues for the league admin guys? I wouldnt mind seeing it in operation if you want to share your website address mate
Here's my league stats: http://www.tigrelog.net/forum/index.php?action=tabela
And here my minitable.php file: http://www.tigrelog.net/forum/secretaria/assinaturas/ (search in your browser for "Classificação")
Btw, it's kinda broken right now. It shows Criciúma as 4th, as the team is really stated as 5th place.
Very good Softcore, I like it. :up:
http://www.gotbase.org/
Supports smf.
Looks just what i was after
Seems to have installed error free when done manually.not sure it works with tp though as It don't seem to display any links etc via the admin section. Or maybe its a template issue?.
Hmmm ;)
Is anybody using this with Tiny Portal?
Tried auto-install on my dev box and it went down....will rebuild and apply patch manually when i get a chance.
i didnt find that of any use. Our site is geared around offering multiple leagues and tournaments for our members and i had looked to get something that would handle the results from the members themselves. This is available in other programs like phpbb etc and i think it would be a valuable mod for tp/smf.
Quote from: jabroni pkp on November 22, 2007, 10:40:09 PM
i didnt find that of any use. Our site is geared around offering multiple leagues and tournaments for our members and i had looked to get something that would handle the results from the members themselves. This is available in other programs like phpbb etc and i think it would be a valuable mod for tp/smf.
Sounds exactly like what i'm trying to do. :)
What did you use to for your site?
Thanks in advance
did you get this working manually mate? if so any chance of a run through on what you had to do.
I installed it and it took down the whole site!
Quote from: misters3 on November 21, 2007, 06:02:25 PM
Is anybody using this with Tiny Portal?
Tried auto-install on my dev box and it went down....will rebuild and apply patch manually when i get a chance.
Yes it nuked me also
I got my site back up
index.php
it should look like this
// Here's the monstrous $_REQUEST['action'] array - $_REQUEST['action'] => array($file, $function).
$actionArray = array(
'rivals' => array('rivals.php', 'rivals'),
the auto installer puts this
// Here's the monstrous $_REQUEST['action'] array - $_REQUEST['action'] => array($file, $function).
'rivals' => array('rivals.php', 'rivals'),$actionArray = array(
change this and your site will come back
I did not how ever get this to work it just maks a blank page when i call
http://insmod.us/index.php?action=rivals
:-\
thanks for the reply mate. I got it back up soon after posting the reply, just thought i'd make the point so that nobody else fell into the same trap. Silly me anyway....shoulda taken a backup before installing!
Just wondering have you removed the mod? As its still listed in my packages and im paranoid about uninstalling it now
Quote from: samson on January 05, 2008, 03:55:02 AM
Yes it nuked me also
I got my site back up
index.php
it should look like this
// Here's the monstrous $_REQUEST['action'] array - $_REQUEST['action'] => array($file, $function).
$actionArray = array(
'rivals' => array('rivals.php', 'rivals'),
the auto installer puts this
// Here's the monstrous $_REQUEST['action'] array - $_REQUEST['action'] => array($file, $function).
'rivals' => array('rivals.php', 'rivals'),$actionArray = array(
change this and your site will come back
I did not how ever get this to work it just maks a blank page when i call
http://insmod.us/index.php?action=rivals
:-\
I left it it was a test site ;)
yeah i'm off to set me up one of those! lol....silly really, i had one on the previous site to play around on if need be.