2
i was investigating the db , more specifically the bb_post table
and i saw some interesting things:
Take as example the post_id 14877 topic_id 474 and topic title is: mail configuration.
post_id topic_id subject
14877 474 mail configuration
14878 474 mail configuration
14879 474 mail configuration
14881 474 mail configuration
That is a fine db format because XOOPS asign the topic title to each topic reply.
In my case i see the following:
post_id topic_id subject
14877 474 mail configuration
14878 474
14879 474
14881 474 mail configuration
Then THAT explain why the title in some replys are missing, the info is not in the db :(
Add these info one a one to a 14000 topics forums is imposible
Now the million dollards question, exist any way to rebuild these info in a automatic way?
I now some forums as phpbb hace special scripts to rebuild the search database,
but this is not phpbb
Please Mithrandir or some expert user, exist any way to automaticly rebuild these missing info???
grettings.