PDA

View Full Version : where are $vbulletin->options defined?


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.

Lynne
08-19-2015, 03:43 PM
You need to ask this question in the modification thread.

stevefink
08-19-2015, 04:20 PM
Can you point me in the right direction? The only modifications forum I see is requests for modification. I'm not asking for any changes. I'm trying to understand why this plugin no longer works so I can fix it.

Seven Skins
08-19-2015, 04:42 PM
Ask in this thread: https://vborg.vbsupport.ru/showthread.php?t=233336