Hi,
I've been moving my Joomla! site to another Domain and I would like to mass replace the links in the K2 articles to the new domain.
I have found a query to do this in a standard Joomla! installation database:
UPDATE jos_content SET introtext =REPLACE(introtext, 'http://www.yourolddomain.com', 'http://www.yournewdomain.com'), fulltext =REPLACE(fulltext, 'http://www.yourolddomain.com', 'http://www.yournewdomain.com');
but it doesn't work with K2 items.
Could anyone with a some database skills point me to the right direction, please!
Thanks
Bert