16
Quote:
davidl2 wrote:
I think a convertor would be difficult.
maybe not.... to convert wikipedia to wiwimod I do it:
REPLACE INTO
xoops_wiwi( id, keyword, title, body, lastmodified, u_id, visible, parent, pageid, prid, contextBlock )
SELECT
cur_id, cur_title, cur_title, cur_text, UNIX_TIMESTAMP(cur_timestamp), cur_user, 1, 'underpop', cur_id, cur_id, ''
FROM cur
Note: I use something like UNIX_TIMESTAMP(cur_timestamp) to covert the phpnuke users and news, bcause the date format is diferent. But a simple code like this solve the "problem".
Quote:
A tutorial on converting a couple of sample modules may be an idea.
Hum... yes, first a tutorial.
Quote:
A phpnuke "emulator" or the "PALM" idea you suggested is another idea as well.
So, lets do it?