10/23/2013 at 11:56 am
#272163
Guest
Thanks! Your very first suggestion worked great for me. (Search for “Block(” in the class.output.php file.
I needed to apply my database changes to the website linksfor each entry (added http:// to all instances in the database) so I found the “getLinkBlock(” function and set $cache = FALSE. Reloaded the page and the changes took effect. I then returned it back to $cache = TRUE to return to regular caching. That way, future updates to the plugin will not affect the functionality of the site, at least in that regard.
We’re back in business. Thanks a bunch!
