vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Social Group and Album Enhancements - [Scandal's] vBGallery (https://vborg.vbsupport.ru/showthread.php?t=284213)

Chris8 08-10-2012 11:08 PM

No vb 3.8 version? :(

Kolektor 08-13-2012 05:37 PM

Scandal, can you be so kind to add 3.8 also? :)

ericholtman 08-13-2012 08:15 PM

Quote:

Originally Posted by Scandal (Post 2340604)
hmm it is not in my priorities something like that, 'cause vBulletin Albums has their own permissions system but 'll see.

Also check the private message I have send you. Maybe I find the solution. ;)

Quote:

Originally Posted by Leica.Robbiani (Post 2340804)
Thank you very much, for me the gallery is working now with you solution. You did a great job, thank you a lot.

Best regards

L.R.

Scandal -- can you please share with us the solution you presented to LR? I'm still experiencing the blank page when I try to upload a photo. And I'm not using vB Suite, just regular old Forum 4.2.

Thanks!

Kavada 08-13-2012 09:13 PM

I did everything and tried to import the xml and it gave me a warning message and it said it couldnt upload. And now my whole admin.cp looks completly different and i cant click on anything within it.
What happened?!?!?!

Kavada 08-13-2012 09:33 PM

nvm i fixed it. i had to reupload my admincp file. somehow it got messed up

Leica.Robbiani 08-14-2012 05:53 PM

Hi there,

Quote:

Originally Posted by ericholtman (Post 2356715)
Scandal -- can you please share with us the solution you presented to LR? I'm still experiencing the blank page when I try to upload a photo. And I'm not using vB Suite, just regular old Forum 4.2.

Thanks!

The solution was:

Open gallery.php and find:
PHP Code:

require_once('./global.php');
require_once(
DIR '/includes/functions_sc_gallery.php'); 

add below:
PHP Code:

require_once(DIR '/includes/class_bootstrap_framework.php');
require_once(
DIR '/vb/types.php'); 

//Init the vb framework
vB_Bootstrap_Framework::init(); 

But this should be fixed in the latest version.

Best regards

L.R.

ericholtman 08-15-2012 05:28 PM

Quote:

Originally Posted by Leica.Robbiani (Post 2356941)
Hi there,



The solution was:

Open gallery.php and find:
PHP Code:

require_once('./global.php');
require_once(
DIR '/includes/functions_sc_gallery.php'); 

add below:
PHP Code:

require_once(DIR '/includes/class_bootstrap_framework.php');
require_once(
DIR '/vb/types.php'); 

//Init the vb framework
vB_Bootstrap_Framework::init(); 

But this should be fixed in the latest version.

Best regards

L.R.

Yeah, that's already there. Unfortunately, I guess it's a custom style issue for me.

lazytown 09-14-2012 03:50 AM

This is a fantastic mod! I have one problem and one suggestion.

Major Problem: With a lot of attachments, the page load time and cpu/mysql usage, even for a single viewer, is way too long. This will destroy my server with lots of users if I make it live. It's obviously doing some serious mysql table scans of some kind. I have over 32,000 attachment images on this forum, which isn't THAT many. When I turn off attachments as a gallery, the page loads almost instant (6000+ pictures in member albums is no problem for it). It is MUCH slower on the gallery home page than it is on the individual attachment pages, even on the attachment pages with lots of pages are faster (going page by page -- they're slow, but not nearly as slow as the main page).

So What can be done to speed the query up? Are there some columns/tables I can index that are being scanned? Is there something in the code that can be changed? Perhaps at least for the homepage, it should cache every so often instead of scanning each time or the query can be limited to the past XX days. The gallery stats could at least be cached every hour/day since no pictures are displayed on the gallery home, it shouldn't take so long. In fact I could do without the stats if that helped, but it didn't (tried turning them off).

Feature Request: Obviously the software already is smart enough to show members attachments per forum section with the filter option.. What I'd really love to see is on the category pages (main gallery page), the option to have each forum section listed as a subsection of 'attachments.'' So it would look almost like the main forum page, but only be pictures. This is possible since you already created a filter, but it's not implemented. This would really be great and if we could limit it to only show certain forum sections it would be so amazing!! (for example, if I have a car forum, people could click on the corvette or porche subforum for only those attachment pictures... And the help/off-topic forums with attachments would not be shown at all).

Thank you!

lazytown 09-14-2012 04:11 AM

There's a bug in the 'latest pictures' code.. When you change the number in the adminCP, it still shows 2 pages no matter how large or how many pictures.

I also noticed when I went to view "my albums," it showed me an album of another memebr (along with one of mine).

Kolektor 10-21-2012 05:48 PM

3.8 version please :)

bigrover 11-06-2012 11:43 PM

Very cool mod, testing it now.

I'm trying to figure out the permissions functionality of this mod and the default galleries. When setting up the albums it shows that private albums are viewable by "contacts" and moderators. What is a contact? Is that synonymous with friends in the user profile?

I have a need for private albums for users that aren't viewable by others. That can be managed by the user themselves if the friends/contacts are the controlling item. Other than album access, what is the functionality of the friends/contacts?

bolobala 11-07-2012 03:29 AM

Can you make vote for images in your gallery?

Scandal 11-07-2012 10:39 PM

Quote:

Originally Posted by bigrover (Post 2378986)
Very cool mod, testing it now.

I'm trying to figure out the permissions functionality of this mod and the default galleries. When setting up the albums it shows that private albums are viewable by "contacts" and moderators. What is a contact? Is that synonymous with friends in the user profile?

I have a need for private albums for users that aren't viewable by others. That can be managed by the user themselves if the friends/contacts are the controlling item. Other than album access, what is the functionality of the friends/contacts?

If I understand correctly, this has to do with vBulletin Albums functionality, not with vBGallery mod :)
Quote:

Originally Posted by bolobala (Post 2379029)
Can you make vote for images in your gallery?

I suggest you to try my other mod [AJAX] Thumbs Up? :up:

bigrover 11-13-2012 05:30 PM

Thank you for this mod.

I have a question about headers, categories and sub-categories. If I create headers for Texas and New Mexico, then categories for Landscapes and Architecture in both of them, the selection list in the edit album function is nonsensical. It only displays the categories, not the header they fall under so I don't really know which one I am selecting.

I know I can use categories and then have sub-categories under them, but I don't have a way to keep users from selecting the category itself instead of the correct sub-category. Using the forum analogy, would it be possible to specify the category is "closed" so no albums can be added to it like we can specify a forum is closed in vB? Or maybe there is a different solution I'm not seeing?

bigrover 11-13-2012 05:40 PM

How about an option to disable the display of empty sub-categories? The option adjusting the display of empty categories does not seem to affect sub-categories on my system.

Thanks

bigrover 11-15-2012 04:51 AM

The breadcrumbs at the top of the page do not display the path to the category currently being looked at. Assume I have categories for Texas and New Mexico, then sub-categories for Landscapes and Architecture in both of them. When I am in the Texas category the breadcrumb trail shows Gallery > Texas, but if I am in the Landscapes sub-category the breadcrumb trail shows Gallery > Landscapes, rather than Gallery > Texas > Landscapes as expected. I also note the header is not included in the breadcrumbs so having multiple headers would also be missed in the breadcrumbs. Can this be fixed?

I must say I really like this mod. Thank you for creating it for us.

pokusek 11-15-2012 11:40 AM

Is there a way to put latest comments to the vB sidebar?

pokusek 12-10-2012 10:29 AM

And also putting a record in the latest activity stream would be useful.

pokusek 01-07-2013 06:21 PM

If this mod would generate a RSS feed for latest images it would be great. Implement this feature, pretty please.

Chadi 01-17-2013 03:41 AM

Something is odd.

It is showing the home page side bar, on the gallery page below the grid of albums/pictures.

fxdigi-cash 01-18-2013 03:19 AM

does this mod work fine on vb4.2??I believe I installed it and had some issue with the ckeditor!! is that problem there till now??

Chadi 01-24-2013 09:09 PM

Anyone know what may cause some pictures to have missing thumbnails?

If I click the link, it'll show the actual picture otherwise but when viewing in gallery, half the pictures are missing their thumbnails.

I'm using filesystem storage

Scandal 01-25-2013 08:42 AM

Quote:

Originally Posted by Chadi (Post 2399274)
Anyone know what may cause some pictures to have missing thumbnails?

If I click the link, it'll show the actual picture otherwise but when viewing in gallery, half the pictures are missing their thumbnails.

I'm using filesystem storage

Try to rebuild the thumbnails on admincp > Maintenance > Update counters > Rebuild Attachment Thumbnails :up:

Lionel 03-08-2013 04:06 AM

1 Attachment(s)
Very nicely done. It appears that there is a problem with the galleryhome template and the sidebar. No big deal. I just disabled the sidebar which displays at the bottom

albanah 05-06-2013 07:25 PM

installed

tommythejoat 08-10-2013 03:17 AM

The attachments gallery is nice, but we have been creating categories/albums in the attachment manager to help managing lots of images. Many of my users have thousands of images in attachment manager. We intend never to restrict that.

I was able to modify Cellariius' Photo Popup to treat the attachment categories as albums but I would really like to be able to manage the attachment categories inside this vB Gallery also.

I like the lightweight system with essentially just a catalog in the gallery and all the assets staying where they are. However I have about 3,000 pictures in more than 25 categories with a lot still uncategorized. It would be nice to have a better tool than attachment manager.

When I installed this on my test site, everything worked just fine. Wehn I moved it to the live site, the Forum Sidebar fell off the screen and went below. I wonder if your gallery template may not be using some critical stylevars?

The other small concern I have is a very long load time and overhead for the first load ot the gallery home.

I believe we are going to really love this mod and I will be happy to do whatever I can to help with improvements.

tommythejoat 08-10-2013 06:47 PM

I copied the FORUMHOME template from my master style to GALLERYHOME for everything down to the body tag (except for the title). That fixed the problem with the sidebar. It now works just fine.

I have not tried to figure out exactly where the culprit was. I tried several smaller edits first without success.

tommythejoat 08-27-2013 01:45 AM

Our users are interested in having pdf files in the gallery. I edited the uploads and added pdf to all the image type lists and that seemed to work just fine.

I wonder if the image type list could be an option in AdminCP Settings? That would be better than editing the code.

GoneBushX 08-29-2013 08:32 PM

Sweet! THX

Haponing 09-06-2013 05:30 AM

When I import the the .xml file using FileZilla it says No file uploaded and no local file found. I should import the cpnav_sc_gallery.xml right?

tommythejoat 09-06-2013 12:09 PM

:confused: On my download it is called product-sc_gallery.xml. It is not uploaded with filezilla or any other ftp program, it is imported using admincp>plugins & products>manage products>add/import product. You do need to use your ftp program to upload the upload directory contents first.

TundraSoul 09-06-2013 07:58 PM

Quote:

Originally Posted by Lionel (Post 2408719)
Very nicely done. It appears that there is a problem with the galleryhome template and the sidebar. No big deal. I just disabled the sidebar which displays at the bottom

Agreed, I have the same issue with 4.2.1. If there's a fix for it please post it up. In the meantime I'll just disable the sidebar.

tommythejoat 09-06-2013 08:44 PM

I am also running 4.2.1. I described a fix for the problem in this post https://vborg.vbsupport.ru/showpost....&postcount=147. You may consider it too reckless to try, but it worked for me.:)

TundraSoul 09-06-2013 10:19 PM

I found another small problem in the lightbox.js file. Inside the file I found two incorrect image paths.

Specifically the paths in question are:

/images/loading.png
/images/close.png

and both produce a couple of broken images whenever the lightbox is used.

Haponing 09-10-2013 09:09 AM

Our IT person successfully installed this mod. But when I go to the Admin CPanel and under vBGallery by Scandal Manage Categories, it says Error 404 - Not Found. Same with Add Category and List Albums.

I wanted to add another category. For now it's default to Uncategorized only. Please help

Haponing 09-10-2013 09:12 AM

Nevermind. he got it. Thanks!

TundraSoul 09-20-2013 01:58 AM

Anyone get the "Number of latest pictures" to display more than the default of 25? No matter what I set it to, it never displays more than 25.

Haponing 10-01-2013 03:54 AM

Is there any way to display the part of the Gallery in the forum homepage? Like the first forum category is a display of latest photos.

Haponing 10-02-2013 02:50 AM

Please HELP. I don't see any "Choose a Category" option in the vbGallery. http://www.roadtrucker.com/forum/alb...bum&albumid=10

Haponing 10-02-2013 03:15 AM

I got it! :) lol. thanks.


All times are GMT. The time now is 07:00 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.01759 seconds
  • Memory Usage 1,836KB
  • 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_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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