Search & Replace Images Path in wysiwyg editor - Joomla! Forum - community, help and support
it great have feature configure search & replace feature in wysiwyg editors such once copy & paste text existing html document(which copies text & image-paths) can follow rules , change paths based on rules multiple search & replace strings.
i use following sql script achieve same
update `jos_content` set `introtext` = replace(`introtext`,"http://localhost/xxxx/","images/stories/")
josreplace wonderful component supposed doesn't work image path replacements besides fact changes text on fly , doesn't change actual content in database.
i use following sql script achieve same
update `jos_content` set `introtext` = replace(`introtext`,"http://localhost/xxxx/","images/stories/")
josreplace wonderful component supposed doesn't work image path replacements besides fact changes text on fly , doesn't change actual content in database.
Comments
Post a Comment