vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Module CMPS: PhotoPost vBGallery (https://vborg.vbsupport.ru/showthread.php?t=126697)

gator777 08-28-2007 08:09 PM

Zach,

Thanks for the update, as always, but the images are distorted and displayed at the bottom.

Zachariah 08-28-2007 08:12 PM

Quote:

Originally Posted by gator777 (Post 1327617)
Zach,

Thanks for the update, as always, but the images are distorted and displayed at the bottom.

There were a lot of template changes.

Edit Modules
- Module Wrapper Template Options [x] NO

make sure this is selected.

Zachariah 08-28-2007 08:18 PM

gator777 - I see only

ยป Image Gallery
- 1 image right hand side. (sort order 1)

IE6.x , FF 2.x - looks ok.

gator777 08-28-2007 08:47 PM

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. :D

SMO 08-28-2007 10:56 PM

Quote:

Originally Posted by MotoUp (Post 1327593)
Well, I tried removing 2.5 and installing 2.6. Now, instead of it just not showing up, my CMPS won't even load....My users already miss this module a lot. Is there anything else you can think of that I can try?

same here with that

Zachariah 08-29-2007 12:12 AM

Quote:

Originally Posted by MotoUp (Post 1327593)
Well, I tried removing 2.5 and installing 2.6. Now, instead of it just not showing up, my CMPS won't even load....My users already miss this module a lot. Is there anything else you can think of that I can try?

I am using vB 3.6.8, and vBGallery 2.0. Any ideas?

In vBGallery 2.2 this was changed I see your @ 2.0

=======================================

Try this.

forums\modules\vbgallery.php

Find:
Code:

$categorycache =& $vbulletin->gallery_c_cache;
$galleryoptions =& $vbulletin->adv_gallery_opt;
$gallery_permissions =& $vbulletin->gallery_ugroups;

Change To:
Code:

$categorycache = unserialize($vbulletin->gallery_c_cache);
$galleryoptions = unserialize($vbulletin->adv_gallery_opt);
$gallery_permissions = unserialize($vbulletin->gallery_ugroups);


MotoUp 08-29-2007 01:02 PM

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?

dsmoke 08-29-2007 09:38 PM

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?

Xil Ze 08-29-2007 10:44 PM

Quote:

Originally Posted by MotoUp (Post 1328077)
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?

the function names changed in vbgallery 2.2.

MotoUp 08-29-2007 10:49 PM

I'm upgrading to 2.2, or trying anyway. I'll see what happens.

Trana 08-31-2007 06:36 PM

Will it work for vbgallery 2.1?

Littlebit 09-01-2007 11:03 PM

Thank you for this update Zachariah! And for all the time you've put into this for the cmps users :)

FleaBag 09-02-2007 11:04 PM

Hi Zach. Specifying fields to display seems to have no effect. Also, when choosing newest, random still shows. Reinstalled it all a couple o' times. Any ideas?

zetetic 09-03-2007 02:49 PM

Is there any way to exclude a gallery and all its sub-galleries without having to put the id of every sub-gallery in the "Exclude categories" field?

Zachariah 09-03-2007 04:40 PM

Quote:

Originally Posted by zetetic (Post 1331470)
Is there any way to exclude a gallery and all its sub-galleries without having to put the id of every sub-gallery in the "Exclude categories" field?

- Not yet, I have it planed :D

zetetic 09-03-2007 04:46 PM

Cool, thanks! :)

Littlebit 09-08-2007 08:38 PM

Just upgraded cmps and I'm getting this error:

Warning: Invalid argument supplied for foreach() in /includes/functions_gallery.php on line 1014


What's the best place to edit in order to tell it what it needs?

Zachariah 09-08-2007 09:21 PM

Quote:

Originally Posted by Littlebit (Post 1335015)
Just upgraded cmps and I'm getting this error:


Warning: Invalid argument supplied for foreach() in /includes/functions_gallery.php on line 1014


What's the best place to edit in order to tell it what it needs?

There are 2 files in the hack, did you also import the XML product ?
- the error deals with you not getting data from category cache.

Littlebit 09-08-2007 09:28 PM

Yeah, I did. It had been working up until after upgrading.
Hmmm, maybe I need to update cache with cmps. I'm going to uninstall and reinstall too.
Thanks for the quick lookin btw :)

Littlebit 09-08-2007 09:34 PM

It's still there.
The new cmps has a Rebuild Module Cache in Diagnostics. I ran this as well, but it's still not getting data from category cache.

Zachariah 09-08-2007 09:44 PM

You will want to do a full removal of the old CMPS gallery block.
- after removal, please look for templates they may have been left behind. adv_portal_vbgallery_*.*

Littlebit 09-08-2007 09:54 PM

I removed all the adv_portal_vbgallery templates, uninstalled the module and uninstalled the product.
I then re-installed and I'm still getting the error for some reason. :confused:

Littlebit 09-09-2007 01:15 AM

Update:
After going through all of the cmps default settings and saving, the error was no more :) All better.

rinkrat 09-09-2007 04:45 AM

Mine worked before this update and now when I install it I get nothing as if it's not even there. I have it set up right with the preper permissions etc but nothing shows up even though it is listed as being there on the page. I completely uninstalled the old version and hand deleted all the templates and it still is not visible.

Any ideas?

dug320 09-09-2007 08:38 PM

I am also having the same problem. Blank Page.

rinkrat 09-10-2007 03:36 AM

My page is fine, there is just no thumbnails there even though it is on the page template as being turned on and the permissions are all set right.

R?st? Elmas 09-14-2007 07:41 PM

vBadvanced CMPS v3.0 RC2 Update ?

rinkrat 09-14-2007 07:51 PM

Yes

R?st? Elmas 09-14-2007 08:59 PM

vBadvanced CMPS v3.0 RC2 Version

:S Error Caps :
http://img443.imageshack.us/img443/4817/errorwh1.jpg

Help Me Please

Zachariah 09-14-2007 09:04 PM

Quote:

Originally Posted by R?st? Elmas (Post 1339147)
vBadvanced CMPS v3.0 RC2 Version

:S Error Caps :

Help Me Please

There is a setting on the page that vbgallery Block is on.

AdminCP => vBa CMPS => Edit Pages
- The page :D
-- Main Options
--- Process PHP File Modules Within A Function
[ x ] YES

Take a look @ this setting please.

R?st? Elmas 09-14-2007 09:11 PM

Very Thanx. :D

xRenegade85 09-17-2007 02:38 PM

hi

i am wondering is it possible to install my photoshop 2.2 in the forum root? instead of in forumroot/gallery/ folder? because if i install it in a folder then a lot of scripts fail, for example if you are viewing the gallery and press the logout button the forum displays an error saying it cant find the login.php file, similar problems arise with other pages.

Thanks

Skavenger 09-19-2007 10:36 PM

I see this error after upgrading to vBa 3 RC2

Quote:

Warning: Invalid argument supplied for foreach() in \includes\functions_gallery.php on line 1014

Zachariah 09-20-2007 12:00 AM

Quote:

Originally Posted by Skavenger (Post 1342730)
I see this error after upgrading to vBa 3 RC2
Warning: Invalid argument supplied for foreach() in \includes\functions_gallery.php on line 1014

There is a setting on the page that vbgallery Block is on.

AdminCP => vBa CMPS => Edit Pages
- The page
-- Main Options
--- Process PHP File Modules Within A Function
[ x ] YES

Take a look @ this setting please.

Skavenger 09-20-2007 02:35 AM

Sorry, I dindn't see your post above before =P

Thanks, is working fine now =)

Wunderlust 10-05-2007 06:05 AM

Will this work on Photopost Pro v6.0?

Zachariah 10-05-2007 12:16 PM

Quote:

Originally Posted by Wunderlust (Post 1353292)
Will this work on Photopost Pro v6.0?

No, but I have plans to design one for Pro.

JimmyJames 10-12-2007 05:46 AM

I got the following error once I added the module to my page

Code:

Warning: main(./includes/functions_gallery.php) [function.main]: failed to open stream: No such file or directory in /modules/vbgallery.php on line 33

Fatal error: main() [function.require]: Failed opening required './includes/functions_gallery.php' (include_path='.:/usr/share/php:/usr/share/pear') in /mnt/Target01/333535/333536/www.musicbygoat.com/web/content/modules/vbgallery.php on line 33


JimmyJames 10-15-2007 11:40 PM

Quote:

Originally Posted by JimmyJames (Post 1358042)
I got the following error once I added the module to my page

Code:

Warning: main(./includes/functions_gallery.php) [function.main]: failed to open stream: No such file or directory in /modules/vbgallery.php on line 33

Fatal error: main() [function.require]: Failed opening required './includes/functions_gallery.php' (include_path='.:/usr/share/php:/usr/share/pear') in /mnt/Target01/333535/333536/www.musicbygoat.com/web/content/modules/vbgallery.php on line 33


Nevermind man......got vb gallery mixed up with photoplog:D

Thats why the file doesnt exist.

axi 10-25-2007 04:22 PM

great hack zach works fine
but i chose to show post details, image description etc they wont show up..any deatils pls??


All times are GMT. The time now is 06:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01492 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete