Mass-fix for read-more breaks inside of divs? - Joomla! Forum - community, help and support
i've done mass database import of articles wordpress site, , found hundreds of these articles have read-more breaks inside of divs. produces notorious error template breaks.
i wondering if there way mass-fix of these articles through find replace in database, or maybe extension fix this? i'm open kind of solution.
here example of happening:
216.14.115.218/~kasamapr/index.php?option=com_multicategories&view=category&layout=blog&id=43&itemid=400&limitstart=20
i wondering if there way mass-fix of these articles through find replace in database, or maybe extension fix this? i'm open kind of solution.
here example of happening:
216.14.115.218/~kasamapr/index.php?option=com_multicategories&view=category&layout=blog&id=43&itemid=400&limitstart=20
run on content table:
back first
back first
code: select all
update tablename set tablefield = replace(tablefield,"findstring","replacestring");
Comments
Post a Comment