i just installed ThWboard, and i think its a very good php forum script. Too bad its not available in other languages.
What i think is strange is that the admin section is english, and the normal forum is german? Why is that?
Ort: / Boardübersicht / English support board / english support
Seite 1 von 1
i just installed ThWboard, and i think its a very good php forum script. Too bad its not available in other languages.
What i think is strange is that the admin section is english, and the normal forum is german? Why is that?
Because English-Words are shorter and there was not enough space for the german words.
sander815 postete
Too bad its not available in other languages.
have you had a look at the translation install I built?
fingers i need help, looky http://hockey07.x-world.nl/thwb/index.php
Hockey007 postete
fingers i need help, looky http://hockey07.x-world.nl/thwb/index.php
here is a copy of my board table and i have no boardnoguests field you must have a hack installed
from the error
ie Query: SELECT boardid, boardname, boardthreads, boardposts,
boardlastpost, boarddescription, boardlastpostby, boardthreadtopic,
boardthreadid, categoryid, boardnoguests
edit the query to remove the boardnoguests and the error should go
#
# Table structure for table `tb_board`
#
CREATE TABLE tb_board (
boardid int(10) unsigned NOT NULL auto_increment,
boardname varchar(255) NOT NULL default '',
boardlastpost int(11) unsigned NOT NULL default '0',
boardthreads int(10) unsigned NOT NULL default '0',
boardposts int(10) unsigned NOT NULL default '0',
boarddescription text NOT NULL,
categoryid int(11) unsigned NOT NULL default '0',
boardorder int(11) unsigned NOT NULL default '0',
styleid int(10) unsigned NOT NULL default '0',
boardlastpostby varchar(64) NOT NULL default '',
boardthreadtopic varchar(255) NOT NULL default '',
boardthreadid int(10) unsigned NOT NULL default '0',
boardmultiplepoll tinyint(4) NOT NULL default '0',
boarddisabled tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (boardid),
KEY boardid (boardid)
) TYPE=MyISAM;
dave
sander815 postete
Too bad its not available in other languages.
There is already a Chinese version in the world:D:D:D:D
http://www.bluer.cn
Seite 1 von 1