Quote:
Originally Posted by stevefink
Anyone trying to use this in 4.2.3 with any success? I know they created a navigation feature, and that messes up the plugin some. Here's a post I made in another forum if anyone has any insight, I'd appreciate.
===
One of my templates is having issues rendering data from an array. I use a plugin named vmoods. The part of the template that's having issues is the following:
PHP Code:
<vb:each from="vmoods_list" value="mood">
<li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
</vb:each>
I'm guessing vmoods_list is defined somewhere in the database, or should be anyway. This was working before I upgraded from 4.1.9 to 4.2.3. Now the list just comes up empty.
Is there somewhere in the db I can see if vmoods_list is being defined? I'm trying to understand why my list is coming up empty after the upgrade.
Thanks.
|
Trying to use, but without success....