Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved After domain name change, hot to fix internal links ?

More
8 years 7 months ago #1 by Nikiniko
I move from www.xxx.com to www.yyy.com ,
all works perfect except the links in the posts
example,
the link
www.xxx.com/forum/index.php
must change to
www.yyy.com/forum/index.php

Any fast way to do it from the DB or any joomla add on that can help?

Thank you

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #2 by Nikiniko
I am asking not for one link or two,
but for hundrends.

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #3 by 810
first make backups.

then try
Code:
UPDATE `#__kunena_messages_text` SET message = REPLACE( message, 'www.xxx.com', 'www.yyy.com' )

replace #_ with your prefix

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #4 by Nikiniko
Thank you,
this will update text only or links too ?

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #5 by 810
text only, the normal links isn't saved with url, only internal links, so if you migrate to other site. All is working. only if you have links on messages, then you need to do the database update.

Please Log in or Create an account to join the conversation.

Time to create page: 0.502 seconds