Quote:
Originally Posted by TomC18 I would like to use $vbgallery in my forumdisplay template and not just my forumhome templete.
$vbgallery does not yet exist when in the forumdisplay template must I have an include somewhere that will define it.
The goal here is to display on each individual subforum of home forum the same row of imamges displayed on homeforum as defined in admin cp section of VBGallery - Modify addons
Thanks in Advance for your help. |
AdminCP => Plugins & Products => Plugin Manager
Product : PhotoPost vBGallery
- PhotoPost vBGallery Forumhome
-- Edit Plugin
Change Hook Location:
- global_start
This will now allow you to make the forumhome hack of the gallery anywhere.
Edit "PhotoPost vBGallery Forumhome" plugin.
Replace:
Code:
Content visible to verified customers only.
With:
Code:
Content visible to verified customers only.
Edit: forums/includes/vbgallery/cache_templates.php
Replace:
Code:
Content visible to verified customers only.
With:
Code:
Content visible to verified customers only.
This will will use the same setting on both pages.
-------------------------------------------------
Quote:
Originally Posted by Delw |
I am working on this as a default option.

* reason I have not updated it yet.