stevefink
08-19-2015, 12:08 AM
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:
<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.
<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.