Quote:
Originally Posted by carmichael1973
Just installed on 3.6.5 and solved so many issues I was having with other hacks. Now that I have a variable to use, I can accomplish what I'm trying to do.
Thanks!
|
Well I guess I spoke too soon. I'm having some parsing issues on pages that contain multiple entries. It will parse the first two fine, but after that it goes south and only parses the first and last.
Let me explain:
If there is only two entries on a page it parses them fine. But when you add more (let's say there are five) it ends up like this:
Newest(5th): Parsed
4th : Not Parsed (just text version of code)
3rd : Not Parsed (just text version of code)
2nd : Not Parsed (just text version of code)
1st : Parsed
Anyone else experienced anything like this?