vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - PhotoPlog: The Lite Gallery (https://vborg.vbsupport.ru/showthread.php?t=101368)

chimaira 12-17-2005 04:30 PM

Using 3.5.1 and the photoplug group doesnt appear in the admin panel.. Looks like i have to upgrade to 3.5.2 which i wasnt planning on doing for a bit. :disappointed:

calorie 12-17-2005 04:40 PM

Sounds like an install issue. Run through the installation steps again, and when done, do the following to ensure its occurrence:
Code:

admincp/index.php?do=buildbitfields

MrNase 12-17-2005 04:49 PM

Iam trying it out at the moment. So far it looks great! :)

I moved it outside the forum's directory, it was amazingly simply. I now just have to translate it :disappointed:

chimaira 12-17-2005 04:51 PM

Yes
Code:

admincp/index.php?do=buildbitfields
worked a treat
Many thanks for the response. :)

rookiyong 12-18-2005 01:07 AM

Hi calorie, that was a good gallery, everythings works fine. Just a couple of queries as I could not find an answer.

1) I tried deleting a photo and it gets deleted without showing. However, the file together with all the large, medium, small files are physically still in the server. Do I have to manually remove them or is there an option I missed out? :)

2) I am not sure of the capability of having 4 sizes of files but any way to limit them to just a thumb and the original image? (saves diskspace for me :P )

Thanks!

JAYEMULE 12-18-2005 01:17 AM

I thought the installation went well, but when I go to mydomain/photoplog I get page can not be found error. Any thoughts on what I did wrong maybe ?
I followed the directions step by step. Went back and checked it out again. I may be too tired to see it. I can see the photoplog in my admincp and all just can't get to it. My members will really enjoy this if I can get it to work.

calorie 12-18-2005 01:30 AM

@rookiyong: see post394 and try a couple of file edits:
Code:

// in functions.php near top of photoplog_create_thumbs function add:

if ($sub_dir != 'small') // or medium or large
{
        return true;
}

// in file.php look for $photoplog_thumb_dir about a 1/3 the way down:

                if ($photoplog_thumb_type == 'l')
                {
                        $photoplog_thumb_dir = 'large'; // or medium or small
                }
                else if ($photoplog_thumb_type == 'm')
                {
                        $photoplog_thumb_dir = 'medium'; // or small or large
                }
                else if ($photoplog_thumb_type == 's')
                {
                        $photoplog_thumb_dir = 'small'; // or medium or large
                }
                else if ($photoplog_thumb_type == 'o')
                {
                        $photoplog_thumb_dir = ''; //original
                }
                else
                {
                        $photoplog_thumb_dir = $vbulletin->options['photoplog_default_size'];
                }

@JAYEMULE: what are your settings for these:
  • vB Homepage URL
  • vB Forum URL
  • PhotoPlog Directory
  • Duplicate Directory

LJR 12-18-2005 06:34 AM

Quote:

Originally Posted by calorie
@LJR: just follow the general upgrade instructions about 2/3 down the README.txt file, there's no need to go through all the steps.

Hey Calorie, thanks for responding.

I actually had followed those instructions. My version was 1.0.3 and I followed the upgrade instructions from 1.0.3.1 to 1.0.4.4. I simply copied all the files in the photoplog folder (except config) to the server and then updated the product in admin cp. I have upgraded from prior versions before with no problems, but this time resulted in that SQL error.

Uninstalling 1.0.4.4 and taking it back to 1.0.3 gets it working again.

Any other ideas please?

calorie 12-18-2005 10:43 AM

That SQL error deals with MySQL version, but the 'offending' queries were changed to allow for older MySQL versions. Don't do the step by step stuff, do all the general upgrade instructions again: revert PhotoPlog templates, if changed, FTP both /photoplog and /forum content, install the product, then call the following to ensure its occurrence:
Code:

admincp/index.php?do=buildbitfields

LJR 12-18-2005 10:57 AM

Righto will try that probably tomorrow (just about to climb on a flight to Boston).

Thanks for the help.


All times are GMT. The time now is 11:54 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.04292 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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