Which Database tables do you store the html of the EasyBlog posts in?
The reason I ask is because my host provides a find and replace tool for the database and I have some strings to change now that I have removed K2 and imported everything into EasyBlog. It is taking FOREVER trying to open the blogs one at a time and find and fix the links that are now broken.
So, I am hoping to be able to do some global replacements, one at a time as I come across the urls.
K2 Component URLs:
Here is an example of a K2 Component URL that I have to change: /component/k2/item/509-dr-carney-speaking-for-plantpure-summit-2016
It needed to be changed to: events/entry/dr-carney-speaking-for-plantpure-summit-2016
Inaccurate strings:
Here is an example of a currently broken URL: /topics/item/321-the-scoop-on-poop
It needs to be changed to: articles/entry/the-scoop-on-poop
Here is another example of a currently broken URL: /topics/item/266-using-diet-to-prevent-colon-polyps
It needs to be changed to articles/entry/using-diet-to-prevent-colon-polyps
However, when I searched for a string in the table drca_easyblog_post I only found two results. I know there are more than that in the database. So, I am figuring there must be some other table?
Thanks for any answers you can give me on this.
Sean Carney