Quote:
Originally Posted by sparky5693
I can edit in my forum no problem. It's also working with my inferno shout box, just not my gallery. Anybody out there able to give me some ideas about the gallery problem, or even a way to keep it out of the gallery all together (a last resort)
|
you could wrap the $afm_menu in an if conditional.. so that when the script is not equal to vbpicgallery it'll show the menu.
Example:
Code:
<if condition="THIS_SCRIPT != 'vbpicgallery'">
$afm_menu
</if>
although i'm not sure if that is the correct identifier for vbpicgallery's script...
Quote:
Originally Posted by sparky5693
Any ideas on the problems I had with vbpicgallery?
|
I don't have it installed but I will try and tackle this after I figure out the Quick Edit bug which interferes with a core function of the board.. In the meantime you can use the code above to exclude the menu from the gallery...