ThWboard Support-Forum (Archiv)

Ort: / Boardübersicht / English support board / english support


Seite 1 von 1

sander815 schrieb am 14.04.2003 um 21:16 Uhr

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?

bdominik schrieb am 14.04.2003 um 23:05 Uhr

Because English-Words are shorter and there was not enough space for the german words.

fingers schrieb am 15.04.2003 um 07:53 Uhr

sander815 postete
Too bad its not available in other languages.

have you had a look at the translation install I built?

Hockey007 schrieb am 31.07.2003 um 20:11 Uhr

fingers i need help, looky http://hockey07.x-world.nl/thwb/index.php

fingers schrieb am 06.08.2003 um 15:18 Uhr

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

irp schrieb am 21.07.2004 um 18:13 Uhr

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