Quote:
Originally Posted by djlotus
I can send you php for an elo style scoring system. It is the one I use on my ladder sites. May make sense to see it in code form. Let me know.
|
It would be helpful thanks. Am I right in assuming every ELO system is different?
Quote:
Originally Posted by djlotus
Also, just installed 2.4.7. The index page is a great addition. Gives a more fluid and professional look. Also more user friendly. Outstanding work as always.
**HTML not working in tmnt_rules template. Is this an issue ith my settings?**
|
Use bbcode
If you want to use html:
Find in
tournament.php
Code:
$rules = $bbcode_parser->do_parse($rules,false,true,true,true,true,false);
Replace with
Code:
$rules = $bbcode_parser->do_parse($rules,true,true,true,true,true,false);