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)

Alfa1 06-17-2012 02:34 AM

Does your addon provide for albums that are already existent? For example my board has hundreds of existing albums. How do these get into the gallery?
Maybe show the gallery owners a notification that they need to update their albums?

Another issue is that many albums have no thumb, making the album gallery empty.

Does your addon provide a function to browse all pictures in a category, without having to open up member albums?

Please consider to add some enhancements to image viewing and album browsing. vbulletin looks really outdated and lacks simple functionality. Its miles behind facebook, G+, flickr and even xenforo. I think a nice jquery image viewer with comments on the side would make a world of difference.

Manoel J?nior 06-17-2012 03:48 AM

Quote:

Originally Posted by Alfa1 (Post 2340258)
Does your addon provide for albums that are already existent? For example my board has hundreds of existing albums. How do these get into the gallery?
Maybe show the gallery owners a notification that they need to update their albums?

Another issue is that many albums have no thumb, making the album gallery empty.

Does your addon provide a function to browse all pictures in a category, without having to open up member albums?

Please consider to add some enhancements to image viewing and album browsing. vbulletin looks really outdated and lacks simple functionality. Its miles behind facebook, G+, flickr and even xenforo. I think a nice jquery image viewer with comments on the side would make a world of difference.

Very interesting!! Me too.

-----------------

After the update is coming in my email an error database:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                              SELECT sc_gallery.title
                              FROM sc_gallery AS sc_gallery
                              WHERE catid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number  : 1064
Request Date  : Saturday, June 16th 2012 @ 08:35:50 PM
Error Date    : Saturday, June 16th 2012 @ 08:35:51 PM
Script        : xxx/forum/album.php?u=2835&albumid=613
Referrer      :
IP Address    : 66.249.73.81
Username      : N?o Registrado(s)
Classname    : vB_Database_MySQLi
MySQL Version :

How to fix?

Scandal 06-17-2012 05:38 AM

Quote:

Originally Posted by Manoel J?nior (Post 2340272)
After the update is coming in my email an error database:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                              SELECT sc_gallery.title
                              FROM sc_gallery AS sc_gallery
                              WHERE catid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number  : 1064
Request Date  : Saturday, June 16th 2012 @ 08:35:50 PM
Error Date    : Saturday, June 16th 2012 @ 08:35:51 PM
Script        : xxx/forum/album.php?u=2835&albumid=613
Referrer      :
IP Address    : 66.249.73.81
Username      : N?o Registrado(s)
Classname    : vB_Database_MySQLi
MySQL Version :

How to fix?

Are you sure that there is an album in your database with ID 613?
1. Try to open the following page (replace "xxx" with your site domain):
http://www.xxx/forum/album.php?u=2835&albumid=613
Do you receive database error or any other message?
2. Go to admincp > Maintenance > Execute SQL Query
... and run the query:
Code:

SELECT *
FROM album
WHERE albumid=613

... and tell me the returning results.

I believe that there isn't an album with id 613 to your database (the guest who view this database error was a google bot). I send you on PM a plugin change, so you'll never receive this db error again.

Scandal 06-17-2012 06:06 AM

Quote:

Originally Posted by Alfa1 (Post 2340258)
1.Does your addon provide for albums that are already existent? For example my board has hundreds of existing albums. How do these get into the gallery?
2. Maybe show the gallery owners a notification that they need to update their albums?

3. Another issue is that many albums have no thumb, making the album gallery empty.

4. Does your addon provide a function to browse all pictures in a category, without having to open up member albums?

5. Please consider to add some enhancements to image viewing and album browsing. vbulletin looks really outdated and lacks simple functionality. Its miles behind facebook, G+, flickr and even xenforo. I think a nice jquery image viewer with comments on the side would make a world of difference.

1. All the already existent Albums when you install vBGallery, goes to the category "Uncategorized". I want to notice that vBGallery displays only the non empty (=0 pictures) and non private Albums to registered users (admins can see private albums).
So, after a new installation of this hack, you should move the existent Albums to the categories you like 1-1.
Finally on admincp there is the tool List Albums (I will improve it to next releases).

2. Cool idea! I'll keep it in mind, I'll try to add notification system for this reason.

3. I think that albums with no thumb are the empty albums. vBGallery doen't display empty Albums. When an empty Album gets a picture, vBGallery shows it. If you have non empty Albums with no thumbnails, maybe you should run the script "Maintenance > General Update Tools > Rebuild Attachment Thumbnails".

4. hmm no :o I think it is very easy to build a function page for this, so stay tuned for the next release!

5. It is not on my priorities to change the layout of picture viewer but I'll think about it.

Scandal 06-17-2012 10:01 AM

Quote:

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

gallery.php gives back a blank page on vb4.0.6.

Best regards

L.R.

Quote:

Originally Posted by Front Range 4x4 (Post 2340225)
Blank page on 4.1.12 too. :(

Are you sure that you have complete the upload of gallery.php to your server?
Try to re-upload it and tell us the result. ;)

Leica.Robbiani 06-17-2012 11:18 AM

Hi there,

Quote:

Originally Posted by Scandal (Post 2340343)
Are you sure that you have complete the upload of gallery.php to your server?

Yes I am.

Quote:

Originally Posted by Scandal (Post 2340343)
Try to re-upload it and tell us the result. ;)

I've downloaded the latest version and did an upgrade. Same result, a blank page. My vB is just Forum, not Suite. Maybe this will be a problem, some other mods (not yours) are also not working correctly with vbf.

On my localhost with vbs4.2.0 the gallery is working. But after installing there I see in the stats:

Albums: 1 Pictures: 1 Comments: 1 Disk Space: 1 Bytes

This is not correct, I have no album and no picture.

Best regards

L.R.

Scandal 06-17-2012 02:00 PM

Quote:

Originally Posted by Leica.Robbiani (Post 2340360)
1. I've downloaded the latest version and did an upgrade. Same result, a blank page. My vB is just Forum, not Suite. Maybe this will be a problem, some other mods (not yours) are also not working correctly with vbf.

2. On my localhost with vbs4.2.0 the gallery is working. But after installing there I see in the stats:

Albums: 1 Pictures: 1 Comments: 1 Disk Space: 1 Bytes

This is not correct, I have no album and no picture.

Best regards

L.R.

1. I install vBGallery v1.2 to a fresh vB4.2.0 Forum (not Suite) in a localhost and works fine except of the statistics (see below). Can you send me via PM a list of the hacks you are using on your forum? Also, can you detect any difference between your normal site and your localhost site?*
- Finally, try the following: go to vBGallery Options (admincp) and try to turn off Statistics and Active Users, then try to open the gallery page. Does it open?

2. I detect the problem with the stats. The problem was that if the script recognize "0" disk space, returns '' (null) and stops before build the stats. This happening only in sites with 0 disk space (=not one uploaded picture).
If you want to fix the stats problem on your localhost:
- upload at least one "test" picture
- go to admincp > Scheduled Tasks > Scheduled Task Manager
... and run the task "vBGallery by Scandal - build stats"
vBGallery v1.5 will fix this problem.

*I try to detect the problem with the blank page. :erm:

Alfa1 06-17-2012 06:56 PM

Quote:

Originally Posted by Scandal (Post 2340292)
1. All the already existent Albums when you install vBGallery, goes to the category "Uncategorized". I want to notice that vBGallery displays only the non empty (=0 pictures) and non private Albums to registered users (admins can see private albums).
So, after a new installation of this hack, you should move the existent Albums to the categories you like 1-1.

For big boards it would be very unhandy to change each album 1 by 1. Especially if there is only 1 admin, like on my sites.

Quote:

Originally Posted by Scandal (Post 2340292)
Finally on admincp there is the tool List Albums (I will improve it to next releases).

Great.

Quote:

Originally Posted by Scandal (Post 2340292)
If you have non empty Albums with no thumbnails, maybe you should run the script "Maintenance > General Update Tools > Rebuild Attachment Thumbnails".

Unfortunately that does not resolve it.

Quote:

Originally Posted by Scandal (Post 2340292)
5. It is not on my priorities to change the layout of picture viewer but I'll think about it.

I'm currently using Photopost Pro alongside vb albums. The main benefit of PP is some basic functionality that vbalbums do not yet have. I would love to have only 1 gallery solution.

Please consider to add an importer for images, & albums from photopost and photoplog. Photoplog has been abandoned. Many people use photopost pro. You could make the importer a pro feature.

Will there be a vb3 version?

Leica.Robbiani 06-17-2012 08:43 PM

Hi scandal,

Quote:

can you detect any difference between your normal site and your localhost site?*
Thanks a lot for your hints, but nothing did work on my localhost. The "build stats" script stucks.

Just please give me a little time to install it on my test directory on my server. My localhost is a Windoze system, my server runs with Linux. Maybe there will be a difference, this wouldn't be the first time.

Normally first I install mods on my localhost, when they work there I install them in my test directory on the server, only if they work there I install them on the production site.

Please don't get upset.

Best regards

L.R.

sandboa 06-17-2012 10:36 PM

Would love to see permission ability


All times are GMT. The time now is 01:16 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.02646 seconds
  • Memory Usage 1,790KB
  • 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
  • (3)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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