Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
new posts are not assigned ID or Thread numbers (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: new posts are not assigned ID or Thread numbers
#48682
new posts are not assigned ID or Thread numbers 6 Months ago  
Attached are snippets of my fb_messages and fb_messages_text tables from deutschtreffen.de.

Notice that the most recent entries have not been assigned an ID or Thread number by Fireboard 1.04. To get them to show correctly, I had to download the table and enter them by hand. Any idea what I am doing wrong?

Code:

INSERT INTO `mos_fb_messages` (`id`, `parent`, `thread`, `catid`, `name`, `userid`, `email`, `subject`, `time`, `ip`, `topic_emoticon`, `locked`, `hold`, `ordering`, `hits`, `moved`, `modified_by`, `modified_time`, `modified_reason`) VALUES ... 
(102, 0, 102, 2, 'Bernd', 75, ' This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ', 'neue Geschichte', 1198482867, '70.23.86.176', 0, 0, 0, 0, 125, 0, NULL, NULL, NULL),
(103, 0, 103, 2, 'Kathy Jolowicz', 0, ' This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ', 'Deutschlehrer gesucht', 1198483065, '70.23.86.176', 0, 0, 0, 0, 1, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Jens Hewerer', 0, ' This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ', 'Join me in solving the climate crisis', 1207686239, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Johannes Hoch, Spree Radio', 0, ' This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ', 'Suche Berlinerin für Radiosendung aus NY', 1207686464, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Jana Schröder', 0, ' This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ', 'Platz zu Schafen während eines Besuches', 1207686693, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL);





  • Code:

    INSERT INTO `mos_fb_messages_text` (`mesid`, `message`) VALUES ...
    (103, 'TEACHER WANTED ...'),
    (0, 'Dear Friend ...'), 

    PatFinegan (User)
    Fresh Boarder
    Posts: 4
    graphgraph
    User Offline Click here to see the profile of this user
    Logged Logged
     
    The administrator has disabled public write access.  
          Topics Author Date
     
    new posts are not assigned ID or Thread numbers
    PatFinegan 2008/04/09 03:58
    Go to top