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)

calorie 12-22-2005 02:25 PM

When JPG thumbs are made, the PhotoPlog JPG Thumb Quality setting is used.

When images are then called for display in PhotoPlog's file.php file, the following is used to avoid double reduction:
Code:

@imagejpeg($photoplog_img_feed,'',100);
However, if you want, in PhotoPlog's file.php file, you can change the above line to the following to use the setting:
Code:

@imagejpeg($photoplog_img_feed,'',$vbulletin->options['photoplog_jpg_quality']);

Feckie (Roger) 12-22-2005 02:27 PM

Quote:

Originally Posted by calorie
@Feckie (Roger): first call admincp/index.php?do=buildbitfields and then go to ACP -> PhotoPlog -> Usergroup Manager -> Click Go -> Scroll to Bottom -> Set PhotoPlog Permissions -> Click Save
.


Yep That Done It Thanks

wrang 12-22-2005 05:00 PM

Quote:

Originally Posted by calorie
@wrang: the 'bad open' message happens when the PHP fopen() call fails. It's either a permission or ownership issue. Are you running PHP in safe mode by chance?

Thanks

I dont know what im running how can i see this

allstar55 12-22-2005 06:12 PM

Quote:

Originally Posted by calorie
When JPG thumbs are made, the PhotoPlog JPG Thumb Quality setting is used.

When images are then called for display in PhotoPlog's file.php file, the following is used to avoid double reduction:
Code:

@imagejpeg($photoplog_img_feed,'',100);
However, if you want, in PhotoPlog's file.php file, you can change the above line to the following to use the setting:
Code:

@imagejpeg($photoplog_img_feed,'',$vbulletin->options['photoplog_jpg_quality']);

Nice, it works perfect.. Please made it in next version same.

Mike_K 12-22-2005 06:41 PM

Thanks for this. Works fine! :)

Better to handle than PhotoPost!

Do you plan a prof. version? Will purchase it!

allstar55 12-22-2005 07:32 PM

Quote:

Do you plan a prof. version? Will purchase it!
20 Dollars ok, me too :)
But, more updates.

We need File Toplist!!
Please make it.

calorie is the best coder for vb gallery!!! You make IT!!!

calorie 12-22-2005 07:43 PM

Thanks for the thanks everyone. :D

@wrang: save the following as phpinfo.php and call it from your browser. It'll print out a bunch of PHP related stuff, search for safe_mode on the page.
Code:

<?php

phpinfo();

?>

@Mike_K and @allstar55: decided to do lite and pro, was working on some pro stuff earlier today. ;)

lordnex 12-23-2005 04:18 AM

Quote:

@Mike_K and @allstar55: decided to do lite and pro, was working on some pro stuff earlier today. ;)
That makes me a sad panda. :(
I don't have money to donate .. although this is a fantastic project and actually is one of the better projects VBorg has had come out lately. Keep the price low and I might scrape up some money to help out..

wrang 12-23-2005 08:02 AM

Quote:

Originally Posted by calorie
@wrang: save the following as phpinfo.php and call it from your browser. It'll print out a bunch of PHP related stuff, search for safe_mode on the page.
Code:

<?php

phpinfo();

?>


I found this:
safe_mode
Local Value - OFF
Master Value - OFF

lordnex 12-23-2005 09:05 AM

Quote:

Originally Posted by calorie
Oh oh oh, I see what you mean. Yeah, when you set categories, there aren't options for 'No one / Not available' so nothing is done for BBcode, but if you edit the functions.php file...

Code:

        $do_html = false;
        $do_smilies = false;
        $do_bbcode = false;
        $do_imgcode = false;
        $do_parseurl = false;
        $do_comments = false;
        $do_ratings = false;

You can set the defaults to whatever, true or false, for the 'No one / Not available' category.


Just out of curiousity, after looking over my functions.php file I don't really have an idea what to edit to set a default category. Help?


All times are GMT. The time now is 11:51 PM.

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.02397 seconds
  • Memory Usage 1,746KB
  • 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
  • (7)bbcode_code_printable
  • (7)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