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)

v5etboyphc 11-17-2007 02:25 PM

hm.. i got this problem
Code:

Fatal error: Call to undefined function: imagetypes() in /home/wherever/public_html/gallery/functions.php on line 44
how do i fix this?

amazigh_rif 11-17-2007 05:16 PM

Quote:

Originally Posted by v5etboyphc (Post 1384395)
hm.. i got this problem
Code:

Fatal error: Call to undefined function: imagetypes() in /home/wherever/public_html/gallery/functions.php on line 44
how do i fix this?

(re)install your GD library, see post 3

v5etboyphc 11-17-2007 05:45 PM

Quote:

Originally Posted by amazigh_rif (Post 1384496)
(re)install your GD library, see post 3

how do you do that..

amazigh_rif 11-17-2007 05:54 PM

Quote:

Originally Posted by v5etboyphc (Post 1384522)
how do you do that..

http://www.boutell.com/gd/faq.html

CapitanoN6 11-18-2007 11:36 AM

hi, i come from italy today i've install Photoblog but when i go to upload a new file or when i try to do another display show it.

___________

Not Found

The requested URL /photoplog/upload.php was not found on this server.

Apache/2.2.3 (CentOS) Server at www.example.com Port 80

___________

please friends help me! ;)

beanymonster 11-18-2007 05:24 PM

admin cp> photoplog > modify settings > then change the photoplog link to your site URL

MV Blackie 11-19-2007 04:39 PM

Quote:

Originally Posted by MTVSlick (Post 1383445)
how do I let members upload multiple pictures? it only lets you upload 1 at a time. is there no hack for this?

Mark,

i would this very much too :cool:

Lpspider 11-22-2007 05:27 PM

When I try uploading a file over 1 MB it times out. Is there anyway around this?

beltinge 12-01-2007 06:57 AM

Is there a way to let guests see the filmstrip thumbs on my front page but be directed to register when they click on one of the thumbs?

What code would I need and where should I place it?

Thanks.

LBSources 12-02-2007 12:59 PM

So if I uploaded 4 images (due to my config options) in one shot, how can I add more pictures to that same photo album?

inciarco 12-02-2007 04:47 PM

Quote:

Originally Posted by inciarco (Post 1376976)
Any Solution For The Problem With PhotoPlog SQL Sentence That Causes Error In Data Base When Activating This Hack In Forums?? :confused:

(Read My Previous Messages In This Thread For Details).

I've Found In The Forum Some Users With This Problem, I Hope The Author Can Give Us a Solution To be Able To Use This Hack!! :rolleyes:

My Best Regards!! ;)

:)

I've Analyzed Today the PhotoPlog Plugin that Contains the COUNT Code, and I've Found that the Plugin "PhotoPlog File Count" (Hook Location "showthread_query") contains the Code that Causes the Error!! ;)

I've Added the Code

Code:

if (!$forum['chiefpost'])
{

Before

Code:

if (
        $vbulletin->options['photoplog_is_active']

and Closed the If Sentence with a

Code:


}

After

Code:

        $postids = $postids." ".$hook_query_where;

}

At the End of the Plugin Code, Not Allowing to Execute Itself When the Forum has Activated the Chief First Post as "Yes".

This Way the Error I've Mentioned Don't Occurs and Finally the First Post is Shown in Every Page!! :up: ;)

My Best Regards!! :up:

:)

inciarco 12-02-2007 04:51 PM

I'd Appreciate a lot if Calorie could Tell me if the Plugin "PhotoPlog File Count" Can Be Ommited without any Problem, because the Way the Code is Written Affects the Hack "Chief First Post" that I've Mentioned Before, causing the Error I've mentioned in some of my Posts in this Thread!! :confused:

My Best Regards!! :up:

:)

fishhub 12-03-2007 02:35 PM

for 3.5.x...is it compatible with php5?TIA.

Zidane007nl 12-03-2007 09:31 PM

Quote:

Originally Posted by fishhub (Post 1394066)
for 3.5.x...is it compatible with php5?TIA.

Yes, its compatible with PHP5.

@inciarco: I think you'll get a faster reply to your problem if you PM him.

I have a problem. The statistics (last upload, last comment, uploads, comments) of the categories has stopped updating.

Guest201202001 12-04-2007 01:55 PM

I have an error with comments if comments are in multi page I cannot move from one page to another I clicked for example at page number three but it remains always at page 1:( what can i do to repair this because i have photos with a lot of comments

Robert7 12-05-2007 01:31 AM

Quote:

Originally Posted by nfn (Post 1237626)
Hi,

I don't know if anyone as found a good solution to turn PhtoPlog Lite more SEO, but here's mine:

Todo:
Edit 2 PhotoPlog files - index.php and functions.php

Dificulty & Time
Easy ... just 2 minuts

What & How?

Place image name in Title

Open index.php and find
Code:

photoplog_output_page('photoplog_view_file', $vbphrase['photoplog_view_file']);
replace with
Code:

photoplog_output_page('photoplog_view_file', $vbphrase['photoplog_view_file'] ." - ". $photoplog_title);

Replace PhotoPlog in title with you Forum Name

Open functions.php and find
Code:

$pagetitle = $vbphrase['photoplog_photoplog']." - ".$photoplog_phrase;
replace with
Code:

$pagetitle = $vbulletin->options['bbtitle']." - ".$photoplog_phrase;

Note: $vbulletin->options['bbtitle'] is defined at: vBulletin Options -> vBulletin Options -> Site Name / URL / Contact Details -> Forum Name

Done!

This hack was done with vBulletin 3.6.5 and PhotoPlog Lite v.2.0.6

PS: English is not my main language, so if you find any error just ignore it!

Tags: PhotoPlog Lite SEO, PhotoPlog Lite Search Engine Friendly, PhotoPlog Lite Title


Changing the page title is the most need for this hack. Thx.

Racecar 12-05-2007 05:44 PM

I have the problem that everyone can reply to a photo except the admin. No matter what you type says that it must be at least four letters long even if you type an entire sentence.
anyone know what may be wrong?

solidlink 12-06-2007 02:19 PM

Hi, how do I fix the random thumb size? It has caused my website to have a horizontal scroll bar

dplevy 12-08-2007 04:32 PM

i dont understand this.. i got photoplog working and i can see the index.php page and everything but if i click on "home" "upload" or "search" i get this error:

The requested URL /photoplog/upload.php was not found on this server.


and the link takes me to this url:


http://www.example.com/photoplog/upload.php


instead of MY site.


what do i do here?

dplevy 12-08-2007 04:52 PM

and how do i add a button for this in my navbar? the instructions dont tell me anything.

mofeu 12-08-2007 09:51 PM

Hallo to all,I want to have some categories of the photo only for some people.Can I do it that?

Mrdby 12-09-2007 10:40 AM

There anyway i can only ALLOW member with a certain amount of post to view this area? I notice new people join and go there and look at pics all day and then log out.

beanymonster 12-09-2007 04:59 PM

Quote:

Originally Posted by calorie (Post 834152)
Has anyone forgotten to click https://vborg.vbsupport.ru/

[high]* calorie wonders if the install button is scary[/high]

clicked ! thanks for the great mod

popowich 12-10-2007 12:18 PM

I'm a little confused. I installed this on two forums. The second one I had to link /photoplog/includes/ back to ../includes in the filesystem for it to work correctly and find the vbulletin software includes directory. Yes, the path in my config.php is correct. FWIW I run vBa if that matters. Any ideas?

-Raymond

Pretects 12-11-2007 08:20 PM

Hi,
I have a problem with the installation of photolog. I get the following error message when I http://tierforum-europa.de/photoplog/index.php call:

Quote:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /www/htdocs/w008899d/photoplog/settings.php on line 92

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /www/htdocs/w008899d/photoplog/settings.php on line 93

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/share/php:..') in /www/htdocs/w008899d/photoplog/settings.php on line 93
Unfortunately, I do not know exactly what it should be called, perhaps I can help.

Animecraving 12-11-2007 09:42 PM

arr i don't have GD library... can this be work with Imagemagik?

Mrdby 12-11-2007 11:49 PM

i don't want my pics clickable to open another page for people to save pics..how can i fix this?

no mods 12-14-2007 03:38 AM

How come when I try to upload a Picture it acts like it did but then it doesn't show and just sends me back to the upload page. I also checked the moderate files two see if it was there and nothing.

beltinge 12-14-2007 04:50 AM

Quote:

Originally Posted by dplevy (Post 1397447)
i dont understand this.. i got photoplog working and i can see the index.php page and everything but if i click on "home" "upload" or "search" i get this error:

The requested URL /photoplog/upload.php was not found on this server.


and the link takes me to this url:


http://www.example.com/photoplog/upload.php


instead of MY site.


what do i do here?

In case you didn't find the answer yet, go to PhotoPlog in your AdminCP --> Modify Settings -->PhotoPlog Link. Change example.com to your domain name.

Hope that helps.

MrScorpion 12-15-2007 09:51 AM

What can i doe, when me safe mode evertime "ON" is?

This Mod is perfect for me, but i have this problem.

thank you, for help....

Greeting MrScorpion

y2krazy 12-15-2007 12:35 PM

Are you able to use another name instead of "/photoplog", such as "/gallery"? Thanks.

~ Sean

popowich 12-15-2007 01:53 PM

Hello,

How can I have it show 10 thumbs instead of 5 at the bottom of the gallery pages?

-Raymond

valdet 12-15-2007 01:55 PM

Quote:

Originally Posted by y2krazy (Post 1401515)
Are you able to use another name instead of "/photoplog", such as "/gallery"? Thanks.

~ Sean

Yes, in fact I have named it gallery and the URL looks like this

Code:

http://www.mysite.com/forum/gallery/index.php

SVTCobraLTD 12-16-2007 01:11 PM

Any reason to update to the new version if I am still using 3.6.8?

SVT

Mrdby 12-16-2007 01:12 PM

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

anybody?

caribbeanxposur 12-16-2007 03:45 PM

i got the exact same error message on my forum earlier this morning can anyone HELP!! ;]

Mrdby 12-16-2007 05:20 PM

I think its because i overwrote the config file? OOPs....lol anybody?

merlin_de 12-16-2007 08:05 PM

Hello,
a little Info about the Changes from 2.0.6 to 2.0.7 exept the Foldername for the 3.6_produkt would be fine ;).
Greets,Micha

popowich 12-17-2007 10:53 AM

Hello,

Is it possible to have this display on a vBadvanced CMPS landing page?

I tried to enter the same variable used for the FORUMHOME into the main settings, but it does not display.

-Raymond

Stile2 12-17-2007 04:20 PM

How would a go about create a module for CMPS_vbadvanced front page that would grab random photos from the gallery?

Thanks I'm a definite newbie at the module thing.


All times are GMT. The time now is 10:30 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.02590 seconds
  • Memory Usage 1,829KB
  • 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
  • (11)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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