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 |
#132
|
||||
|
||||
Hello new friends and old.
I know there are a few people out there that have some of my hacks installed that use: VB3.5x vBGallery (forrmaly known as vBadvanced Gallery v1.0.1) They are on the drawing board again for a rework. [vB 3.5.0] Module CMPS: vBA Gallery or here [vB 3.5.0] vBa Gallery - Forum Home I'll need some beta testers soon. ( I will go to this thread when I am ready for beta testers.) |
#133
|
||||
|
||||
Quote:
|
#134
|
|||
|
|||
Zachariah, I got it to install but I have a problem with the top of the cmps page before the page loads I get this at the top:
Quote:
Any help? Curt |
#135
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showpost....4&postcount=86 modules/gallery_random.php Got it... Change this (around line 83): Code:
foreach ($gallery_permissions["$usergroupid"] AS $option => $value) { if (($option == 'gallery_maxcats' AND !($gallery_permissions["$usergroupid"]['gallery_perms'] & $gallerypermissionsbit['cancreatecategories'])) OR ($option == 'gallery_maxdiskspace' AND !($gallery_permissions["$usergroupid"]['gallery_perms'] & $gallerypermissionsbit['canuploadimages']))) { continue; } if (((($value > $galleryperms["$option"] AND $galleryperms["$option"] != '0') OR !$value) AND $option != 'gallery_perms')) { $galleryperms["$option"] = $value; } } Code:
if (!empty($gallery_permissions["$usergroupid"])) { foreach ($gallery_permissions["$usergroupid"] AS $option => $value) { if (($option == 'gallery_maxcats' AND !($gallery_permissions["$usergroupid"]['gallery_perms'] & $gallerypermissionsbit['cancreatecategories'])) OR ($option == 'gallery_maxdiskspace' AND !($gallery_permissions["$usergroupid"]['gallery_perms'] & $gallerypermissionsbit['canuploadimages']))) { continue; } if (((($value > $galleryperms["$option"] AND $galleryperms["$option"] != '0') OR !$value) AND $option != 'gallery_perms')) { $galleryperms["$option"] = $value; } } } |
#136
|
|||
|
|||
Quote:
|
#137
|
|||
|
|||
This doesn't works for me aswell... get the same error
Warning: Invalid argument supplied for foreach() in /modules/latest_wallpapers.php on line 83 Warning: Invalid argument supplied for foreach() in /modules/latest_wallpapers.php on line 83 I tried your fix... the error gone but does not displays the block. |
#138
|
||||
|
||||
I plan to look at this hack and the "forumhome" tonight.
http://www.photopost.com/forum/showthread.php?t=119649 - I don't mean to sound like I am giving you a shine job, but give me a little to rip apart this hack and the other. This was made from like 5-6 different people all slammed together. |
#139
|
|||
|
|||
Quote:
I just shut the module off for now,so everythings all right. |
#140
|
||||
|
||||
this is a CMPS module not a gallery hack, no reason for it to be removed from vbulletin.org
|
#141
|
||||
|
||||
just when I need it lol hope someone make a new one .
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|