Hi --
I've manually been moving a forum from a byzantine forum installation to Kunena.
My problem is: The 'search' doesn't seem to work at all for the imported stuff... It does work on the test-threads that I had first made. Any ideas?
There's a jos_kunena_keywords and jos_kunena_keyword_maps table that are both 100% empty. But nowhere in the jos_kunena_xx tables there seems to be any keyword mapping or so? So it all relies on Joomla's (simple) Search? How/where can I trigger Joomla to start indexing forum contents?
Details & procedure:
I'm not scripting it because I keep finding out new weirdnesses that I have to sort, and check on spreadsheets that they work. (Anomalies, like a reaction being posted at an earlier time or lower id than the topic starting post.)
So, I'm working on the basis of
www.kunena.org/forum/migrate-to-kunena/1...?limitstart=0#147012
and
www.kunena.org/forum/migrate-to-kunena/1...ort-from-file#159159
and thought I had all: I constructed the missing information to create e.g. the jos_kunena_topics table (first- and last post, including their author and time, and number of posts and hits for the topic); the original seems to work with a kind of linked list data structure, with posts having a parent... So you work out the number of topics and their first post by finding posts without parent, group all these `topics' like that and count (often using =match(..,..,0) or =match(..,..,1)) whatever you need.
After making a few test-threads, and seeing where in the jos_kunena_** tables they ended up how, I constructed all needed info (not much: 3000posts, 850users of which 600 have posted, in 650 threads in 8 categories) in some spreadsheets (one took 8min to save in LibreOffice), and imported it into
jos_users
jos_kunena_messages
jos_kunena_messages_text
jos_kunena_topics
I actually first made the categories in Kunena itself, as it was as much work as importing it, and guarantees correctly-configured. (I made them in the order of the original numbering, so I had to only edit the cat-id of one of the original's categories, rest correct.)
After the forum tools ('synchro users' and 'build statistics') the jos_kunena_users and jos_kunena_user_topics tables filled themselves. There's a few anomalies like I've assigned the superuser to all posts that no user-ID could be found (only user-name); sadly Kunena displays the name linked to the user-ID of that post (not the name) apparently (so the superuser seems to discuss with herself occasionally).
A few glitches displayed (somewhere a post with +1M views -- while top-3 in database are 2x 53K, 1x 50K); that's another mystery: I see `0 hits' on my test-threads in the database, yet they've definitely been watched a few times during testing.
So all seems to work, but not the Search which is in Joomla's hands: What do I have to do to re-index?
(A draft site is online.)