anyone know how to add posts onto the boards? i can get to the point when it asks to put a title and text in game, but when i press ok, nothing happens
i can make announcements but i dont know how to make a new line in the announcements so all my text is in 1 big line, makes it hard to read what i type in there kind of like how i am typing right now, its quite annoying, does anyone know how to make new lines for announcements?
i have looked in some of the files in the lin2comm database, and i find this.
--------------------------------------------------------
lin_GetArticleList
**
set @table_name = 'board_' + @str_board_id
**
+ ' select top ' + cast( @top as nvarchar) + ' root_bid, thread_order, bid, step, parent_bid, char_id, char_name, account_id, account_name, world_id, title, datediff( ss, ''1970/1/1 0:0:0'' , post_date ) , datediff( ss, ''1970/1/1 0:0:0'' , modify_date ) , read_count, status, comment_cnt, keyword
**
-------------------------------------------------------
it looks to me like there is a needed table that is missing? i cant find any table with those colums, i have tried to create tables with those colums called " board_article , board_ , comment_ " but i cant get it to work.
and my cached has this error
http://members.westnet.com.au/faithlouise/error.JPG
how can i fix it
