The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Module CMPS: PhotoPost vBGallery Details »» | |||||||||||||||||||||||||
/* ----------------- 8/28/2007 6:41pm -----------------
Add Gallery Images to your vBAdvanced CMPS 3.x Do you have PhotoPost vBGallery v2.0 + installed ? Looking @ changes in the gallery. This hack will work with vbgallery 2.2, 2.3 out of the box. - you can get a patch if you have 2.0, 2.1 - here. Tested on: - vBulletin 3.6.8 - PhotoPost vBGallery v2.3 - vBadvanced CMPS v3.0 RC1 1 query added to CMPS Zachariah @ http://www.szone.us/ EX: 3 CMPS blocks 3 different settings http://www.szone.us/index.php?id=gallery --------------------------------------------------*/ Change Log =========== 2.6 - Added option for module title. - Added option for module link. - Added option to choose from thumbnail, normal, origianal 2.5 - Added Template: adv_portal_vbgallery_imagebit - Edited Template: adv_portal_vbgallery_nav - added search dropdown - Edited Template: adv_portal_vbgallery - changed to work with standard CMPS wrapper - Multi-Modules can be used on the same page using the same php file with different settings EX: 3 CMPS blocks 3 different settings http://www.szone.us/index.php?id=gallery 2.2 - reworked to work on CMPS 3.0 2.1 - Package added to: imagegallery.module - Block settings per CMPS page - Permissions fixed 2.0 - adv_gallery_images -> ppgal_images 1.9 - Added vb3.6 1.8 - Added functions_gallery_store.php - Added column span support 1.7 - Install w/ product in 1 file. - Killed the need for FORUMHOME template edit. - AdminCP options to change the hack settings - Added: Parts of the gallery's Nav bar w/ dropdowns (My Stuff*, What's New, What's Popular,Search) to the hack with on/off option. * My Stuff will not be seen if you are a guest. 1.6 - Added: If the gallery is off or disabled the hack not show up. - Added: templates to support the hack vs. gallery templates (allows you to customize the templates for the look and feel you want vs. mess up the way your gallery templates look.) 1.5 - <If> usergroup can not see thunbnails FORUMHOME edit will not show up. 1.4 - Removed Phrase to name gallery <table> now use $vba_options[gallery_title] - Added 3 prases in "global" - filesize,category,dimensions 1.3 - Display images from specific categories. 1.2 - added Phrase support Show Your Support
|
Comments |
#202
|
||||
|
||||
Zach,
Thanks for the update, as always, but the images are distorted and displayed at the bottom. |
#203
|
||||
|
||||
Quote:
Edit Modules - Module Wrapper Template Options [x] NO make sure this is selected. |
#204
|
||||
|
||||
gator777 - I see only
» Image Gallery - 1 image right hand side. (sort order 1) IE6.x , FF 2.x - looks ok. |
#205
|
||||
|
||||
I found the problem. The templates did not update my light theme (which I use)
adv_portal_vbgallery (could not locate) adv_portal_vbgallery_imagebit (located in Custom Templates) adv_portal_vbgallery_nav (located in Advanced CMPS Templates) adv_portal_vbgallery_newestbits (located in Advanced CMPS Templates) Once I found them, I manually copied them over to the other theme and got it to function properly. Also, I could not locate the adv_portal_vbgallery template. Thanks for all your hard work Zach. |
#206
|
||||
|
||||
same here with that
|
#207
|
||||
|
||||
Quote:
======================================= Try this. forums\modules\vbgallery.php Find: Code:
$categorycache =& $vbulletin->gallery_c_cache; $galleryoptions =& $vbulletin->adv_gallery_opt; $gallery_permissions =& $vbulletin->gallery_ugroups; Code:
$categorycache = unserialize($vbulletin->gallery_c_cache); $galleryoptions = unserialize($vbulletin->adv_gallery_opt); $gallery_permissions = unserialize($vbulletin->gallery_ugroups); |
#208
|
|||
|
|||
Thanks for looking. I tried that, it didn't do anything either. Can you think of anything I can do to get it back to the older version?
|
#209
|
|||
|
|||
Does this only put images in vbadvanced or can you use this to put images under your nav bar in the regular forum as well?
|
#210
|
|||
|
|||
the function names changed in vbgallery 2.2.
|
#211
|
|||
|
|||
I'm upgrading to 2.2, or trying anyway. I'll see what happens.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|