Quote:
Originally Posted by ss20
|
You'll need to change the ". TABLE_PREFIX ."tmnt_tmnts description row to encoding which supports Russian characters (default is latin1_general_ci)
Quote:
Originally Posted by djlotus
Same here. I don't see the SQL in the Product file to install the tmnt_rules Row to the DB.
|
Code Version 2.4.7
PHP Code:
$vbulletin->db->query_write("
INSERT INTO `". TABLE_PREFIX ."tmnt_rules` (`id`, `rules`) VALUES
(1, 'Your Rules Here')");
Quote:
Originally Posted by Revvin
Did you have to put the code in as with regular custom BBcode's? and if so is it limited to the ladder script of can it be used in forum posts? I'm just wondering if that may cause some problems in regaulr forum threads if people use the code?
|
Nope, you don't have to add it to custom bbcode, and it only works in the tournament description.
Quote:
Originally Posted by WNxWakko
When I click rules I get this,
|
I'm looking into it.