
03-30-2005, 03:12 PM
|
|
|
Join Date: Jul 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Bolas
Hi,
In your admincp/forum.php you should use the vb phrase system using as 'phrasetypeid' = 4 (forum-related phrases)
like..
Code:
$DB_site->query("INSERT INTO ".TABLE_PREFIX."phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'text', 'Karma Manager', 3)");
If you want you can use as example my installer..
|
will do in the next release!
|