Chuck,
I sent you an email on this one, but in case you didn't get it, here's the problem:
As you know I recently upgraded both my Classifieds section and my ReviewPost to the latest builds. I've run across something that I think was broken in that upgrade but I'm not sure how to fix it.
If you go to my Home page at
Planet-9 Home and scroll down you'll see 2 vbadvanced blocks, one for recent articles (reviewpost driven) and one for recent classifieds (classifieds driven).
The one for the classifieds works and shows the latest classified ads.
The one for articles (Reviews) however is now over a month out of date. If you visit the Articles (ReviewPost) section of my website at
Main Index - Articles and look there, the latest articles(reviews) do show up correctly on that page.
Any idea why the vbadvanced block is no longer functioning correctly for Reviews? I haven't changed any files or code or anything related to that block.
I compared inc_reviews.php between the version I am using and the version that came in 5.1 and here is the only difference I could find:
My Version says:
$thumbtag = "{$rpdata_dir}/{$pcat}/thumbs/{$product}";
Version 5.1 says:
$thumbtag = "{$rppath}/data/{$pcat}/thumbs/{$product}";
So I made the change to my file to reflect the 5.1 difference.
That had no effect, it is still not showing the most recent articles. Any idea why??
(Update since yesterday - yesterday 2 new articles were posted in ReviewPost on the site, and one of them shows up in the vba block on the home page but the other doesn't - as well as the 2 that were still missing previously - so it isn't completely broken, but it isn't working right either)