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)

jim6763nva 06-15-2008 02:56 AM

I added the $photoplog_forumhome to the ForumHome template and have started uploading images, but I'm noticing that only one or two thumbnails are being shown.

how do I increase the number of Thumbnails that show?

Jon4444 06-15-2008 10:03 AM

Hi Jim, have you gone to the photoplog menu and moderated the files, you need to click them as being ok before they show up

mikkitine 06-15-2008 09:06 PM

Quote:

Originally Posted by butch3r (Post 1549161)
photoplog/functions.php - before this version
Code:

        $photoplog_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
        $text = $photoplog_parser->do_parse($text, $do_html, $do_smilies, $do_bbcode, $do_imgcode, true, false);
    }

photoplog/functions.php - this version
Code:

        $photoplog_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
    }
    $text = $photoplog_parser->do_parse($text, $do_html, $do_smilies, $do_bbcode, $do_imgcode, true, false);

All the rest is the same

Thanks a lot. ;)

JollyJack 06-17-2008 06:11 PM

Iam having a few issues, installed on 3.7.1 and have them showing on forumhome, but its hit and miss if it shows on the homepage and when it does the random image is nearly always the same image and it only show 1 picture when i have a few uploaded.

Is there a way to set how many images show and if they are random or lastest uploaded or is this the pro version

Mrdby 06-18-2008 12:05 AM

Warning: chdir(): No such file or directory (errno 2) in /hsphere/local/home//forum/photoplog/settings.php on line 94 Warning: main(./global.php): failed to open stream: No such file or directory in /hsphere/local/home//forum/photoplog/settings.php on line 95 Fatal error: main(): Failed opening required './global.php' (include_path='.:/hsphere/shared/apache/libexec/php4ext/php/') in /hsphere/local/home/tforum/photoplog/settings.php on line 95

anybody?

butch3r 06-18-2008 12:50 PM

Quote:

Originally Posted by Mrdby (Post 1552166)
Warning: chdir(): No such file or directory (errno 2) in /hsphere/local/home//forum/photoplog/settings.php on line 94 Warning: main(./global.php): failed to open stream: No such file or directory in /hsphere/local/home//forum/photoplog/settings.php on line 95 Fatal error: main(): Failed opening required './global.php' (include_path='.:/hsphere/shared/apache/libexec/php4ext/php/') in /hsphere/local/home/tforum/photoplog/settings.php on line 95


anybody?

mauybe cause of this -> /hsphere/local/home//forum/photoplog/settings.php (two slashes between home and forum), check path in config.php

butch3r 06-18-2008 12:53 PM

And here comes another russian translation (full, including admincp)

Mrdby 06-18-2008 05:55 PM

Quote:

Originally Posted by butch3r (Post 1552541)
mauybe cause of this -> /hsphere/local/home//forum/photoplog/settings.php (two slashes between home and forum), check path in config.php

<?php

// ################################################## ######################
// ####################### START CONFIGURATION ############################
// ################################################## ######################

// set the full path to your main forum directory: if you are not sure of
// the full path, look in your vB config file for $config['Misc']['forumpath']
// and see if there is a value present - if not, ask your host about it or
// try the getcwd function: http://www.php.net/manual/en/function.getcwd.php

define('PHOTOPLOG_FWD','/full/path/to/forum');

/************************************************** ************************
PhotoPlog Lite License
================================================== =========================
This software is as-is, no warranty of any kind, use at your own risk.
You are granted free use of this software. However, you are not permitted
under any circumstances to redistribute the software, whether in whole or
in part. Also, the 'powered by' links must remain intact and visible. Make
sure to understand that this is *not GPL software. Do not redistribute it,
and do not use parts of it in other software. This software is copyrighted
in its entirety to 'calorie' a/k/a ThinkDing LLC 2005, all rights reserved.
The software author/entity are in no way responsible for your site content.
All copyright notices and 'powered by' links must not be changed or removed.
************************************************** *************************/

// ################################################## ######################
// ######################## END CONFIGURATION #############################
// ################################################## ######################

?> this is all i see

butch3r 06-18-2008 10:53 PM

Quote:

Originally Posted by Mrdby (Post 1552784)
this is all i see

PHP Code:

define('PHOTOPLOG_FWD','/here is a path to your forum'); 

in this string you need to fill the path to your forum

jim6763nva 06-21-2008 02:43 PM

I was wondering if there was a way to change the count from 5 currently to a lesser number?


All times are GMT. The time now is 07:52 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.02927 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)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