Quote:
Originally Posted by intrigue
Anyone know how to get this working with vbGallery?
Thanks
matt
|
I run this great on vBgallery 1.01 (
http://www.PlanetSRK.com/forums/gallery)
here is the
headinclude code you need to use:
Code:
<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc' AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>