The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Module CMPS: PhotoPost vBGallery Details »» | |||||||||||||||||||||||||
/* -----------------12/31/2005 6:41pm -----------------
Add Gallery Images to your CMPS v1.8 This hack is an add-on to a gallery made by PhotoPost.com called vBGallery. - This is not a gallery, but a way to display the images from the gallery to your forums. Do you have vBGallery installed ? Tested on: - vBulletin 3.5.2 - PhotoPost vBGallery v1.0.2 (vB 3.5) - vBadvanced CMPS v2.0.0 (vB 3.5) Zachariah - http://www.gzhq.net Product XML 1 file edit Upload file Create Module Change settings 1 query added to CMPS DEMO --------------------------------------------------*/ Change Log =========== 1.8 - Added functions_gallery_store.php - Added column span support 1.7 - Install w/ product in 1 file. - 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.) Show Your Support
|
Comments |
#232
|
||||
|
||||
Can't see any images (as guest)
|
#233
|
|||
|
|||
Yes, I just noticed that... hadn't looked at it logged out before.
Hence, I have another problem in addition to the first one. ;-) |
#234
|
||||
|
||||
For now:
- Edit forums/module/vbgallery_block.php - Remove. Code:
if ($privatecatids = fetch_private_categories()) { $privatecatids = explode(',', $privatecatids); } if ($vba_options['gallery_homeexcats']) { $vba_options['gallery_homeexcats'] = explode(',', $vba_options['gallery_homeexcats']); if(empty($privatecatids)) { $privatecatids = $vba_options['gallery_homeexcats']; } else { $privatecatids = array_merge($privatecatids, $vba_options['gallery_homeexcats']); } } if (!empty($privatecatids)) { $privcatids = 'images.catid NOT IN(' . implode(',', $privatecatids) . ') AND '; } |
#235
|
|||
|
|||
You're a genius. Thanks!
Now the photos show for someone not logged in. But do you see how I have another gallery block (header only) in there? It gets even more bizarre as you go to the forum, where the gallery block shows up in double, but with no photos in either. Then if you click on a thread, you'll get a "post reply" button under the gallery block. I've got a mess! Any help most appreciated. And thanks to Zacchariah for writing this. |
#236
|
|||
|
|||
Anyone have any idea what's going on with my forum and front page? I've spent hours here trying to figure it out -- I'm lost.
|
#237
|
||||
|
||||
2 blocks ?
- Edit the gallery Module set Use Module Shell Template: no I also see you have the block on the Forumhome. - you will need to make the needed file edits to the forums/index.php also. BTW: to keep track of updates click Install on the hack. An email is sent out when there is an update. |
#238
|
|||
|
|||
Thanks so much, Zach. That did the trick -- I'm all good now.
Now, to go add the forum home one! |
#239
|
|||
|
|||
*clicks install *
Works great thanks. How can we change the title instead of "Image Gallery" Or "Photopost vbGallery" ? Also is it possible to change the sizes of the pictures without it effecting the thumbnails in the actually gallery sections ? |
#240
|
||||
|
||||
Quote:
Module Title: Perhaps later on the image size, but @ the moment it pulls thumbs that the gallery uses. |
#241
|
|||
|
|||
I'm confused. There seem to be two versions of this hack, I guess an upgrade was added to the file download, but I can't seem to find the right documentation to answer the following:
How do I change it from 4 images to 1? How do I disable certain parts of the menu options at the top of the module? Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|