chrisDK
Forum Replies Created
-
Remove the feedproxy link.
Its VERY easy !
Read this one, and see how its done : http://www.janleow.com/life/remove-and-get-rid-of-feedproxy-in-feedburner.htmlbtw, thanks for a cool plugin
Christian: Do you have a clue here on this ;
`Processing Category: Dagens video ===> found 1 posts….
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/joomla-to-wordpress-migrator/joomla2wp-mig.php on line 910
Processing 1 Posts… .
Inserted 1 Posts`I get this msg after i made the comment-out in line 133.
You are a genuius 🙂 Thanks alot
Is it possible to make a check in the script that do this :
If author-alias are filled, then use that as the author on WP…. else use the logged in user-field.Btw ; here is the SQL for the JomComment component. I will make a version for that.
CREATE TABLE IF NOT EXISTSjos_jomcomment` (
idint(10) NOT NULL auto_increment,
parentidint(10) NOT NULL default ‘0’,
statusint(10) NOT NULL default ‘0’,
contentidint(10) NOT NULL default ‘0’,
ipvarchar(15) NOT NULL default ”,
namevarchar(200) default NULL,
titlevarchar(200) NOT NULL default ”,
commenttext NOT NULL,
previewtext NOT NULL,
datedatetime NOT NULL default ‘0000-00-00 00:00:00’,
publishedtinyint(1) NOT NULL default ‘0’,
orderingint(11) NOT NULL default ‘0’,
emailvarchar(100) NOT NULL default ”,
websitevarchar(100) NOT NULL default ”,
updatemesmallint(5) unsigned NOT NULL default ‘0’,
custom1varchar(200) NOT NULL default ”,
custom2varchar(200) NOT NULL default ”,
custom3varchar(200) NOT NULL default ”,
custom4varchar(200) NOT NULL default ”,
custom5varchar(200) NOT NULL default ”,
startinyint(3) unsigned NOT NULL default ‘0’,
user_idint(10) unsigned NOT NULL default ‘0’,
optionvarchar(50) NOT NULL default ‘com_content’,
votedsmallint(6) NOT NULL default ‘0’,
referervarchar(255) NOT NULL default ”,
PRIMARY KEY (id),
KEYoption(option),
KEYcontentid(contentid),
KEYpublished(published)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2222 ;
`Pablo, kan you paste a sample-code of how the whole joomla2wp-mig.php would look like with the above code (the comment import).
Thank you very very much Christian. That did the trick… but now it wont fetch the author.
All imported posts is “Admin” the author.I think its called : JComments the system your client are using. http://www.joomlatune.com/jcomments.html
Never heard of it before… i think the most popular component for a comment-system is : ‘JomComment’. Thats the one im using 🙂 And all i know that are running joomla.
Pablovp : Im not a coder (im a former ASP programmer)… but since you had your hands into the files/ the code. Can you tell me how to disable the import of users… in the script ?
Thanks in advance
Nice Pablovp.
WHat comment system (component) is the above code releated to ?