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)

BrettMo 03-05-2007 01:43 AM

I installed this and like it. Seems to be a great script.

One improvement (at least it is an improvement in my opinion) is that I changed the ALT and TITLE text tags to represent the images. The ALT text is used by google and other search engines to determine what is in the picture. Additionally, a better description is better for disabled people who might use a text reader to read out loud your web page because now the text will match the picture. By default, the ALT text only says "Click to view original" which says nothing about the picture.

ACP > PhotoPlog > Edit Pages > edit photoplog_view_file

Search for the ALT= text that is followed by
$vbphrase[photoplog_click_to_view_original]

Remove that and replace it with:
$photoplog_category_title: $photoplog_title
That will give you both the category title and the picture title in the ALT text for the image.

Do the same thing with the title tag that follows.

The whole image tag ends up looking like this:
Code:

<img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=l" alt="$photoplog_category_title: $photoplog_title" title="$photoplog_category_title: $photoplog_title" border="0" />

v5etboyphc 03-05-2007 03:25 AM

um.. how can we add more attachment type to this? like i want png to be work

erinys 03-05-2007 01:24 PM

anyone figured out how to change the title yet?

TheBlackPoet 03-06-2007 01:44 PM

inoticed that login issue while i was running firefox.... everytime i try to view the pics... it takes me to the login....

firefox sucks...

as a matter of fact... i cant even see the pics with firefox... IE7 is better...

BACANERIA 03-06-2007 02:41 PM

Quote:

Originally Posted by funinthesun (Post 839307)
It's not working for me? It just shows a login page and every time I try to login it takes me back to the login page? I also get an error when I try to change the user permissions? Help please! :)

Ive seen this problem a lot here but no one has posted a solution. I have the same problem in my board . when i get to the photoplog/index.php i see my myself login but when i click on upload or search it sighns me off. what could this be? Can someone please post a solution.

TheBlackPoet 03-06-2007 03:02 PM

make sure you have the photoplog link settings correct....

this is in the ACP under the photoplog settings..

also make sure you do the bitfield update... i was having the same problem....

i am having a problem with editor.. posting rules....

MTVSlick 03-07-2007 01:59 AM

any chnace there is an option to upload more then 1 pic at a time into this gallery? also I have vPortal as my main page is there a module that i can put random pics on the main page?

Mark,

daddygrim 03-07-2007 09:15 AM

Anybody?????

daddygrim 03-07-2007 10:15 PM

this is not working for me

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

blind-eddie 03-07-2007 10:47 PM

I am still using 2.0.5 & it works great in 3.6.5

daddygrim 03-07-2007 11:26 PM

someone help me install this lol

Doctor Death 03-08-2007 10:53 PM

Good mod. Installed easily. My problem is that the "POSTED BY" and Dates on the main screen are such a deep and dark blue they are unreadable. How can I change the colors they are displaying in and where can I find the code to alter?

Thanks much

tehPARADOX 03-09-2007 09:16 PM

When I try saving the image with Firefox, instead of saving it as the image file, it's saving it as a php file.

IE is automatically saving it as an image. Anyone else have this problem?

BrettMo 03-10-2007 05:39 PM

Looking trough this thread, I found some confusion on how to change the Title of the PhotoPlog Gallery. By default the title of the page that shows up in the browser title bar is "PhotoPlog - Gallery" When I tried to change the title following the instructions found earlier in the thread, I searched for photoplog_gallery under ACP >> Languages and Phrases > Phrase manager > Search. I changed the value and it did not change the title in the title bar. However, I searched for Gallery and three options appeared that can be modified. Once I modified the global version, it changed the gallery title to "PhotoPlog - My Gallery Title" which is an improvement.

Now, does anyone know how to remove the "PhotoPlog" from the start of that title?

tehPARADOX 03-10-2007 06:40 PM

Quote:

Originally Posted by BrettMo (Post 1200349)
Looking trough this thread, I found some confusion on how to change the Title of the PhotoPlog Gallery. By default the title of the page that shows up in the browser title bar is "PhotoPlog - Gallery" When I tried to change the title following the instructions found earlier in the thread, I searched for photoplog_gallery under ACP >> Languages and Phrases > Phrase manager > Search. I changed the value and it did not change the title in the title bar. However, I searched for Gallery and three options appeared that can be modified. Once I modified the global version, it changed the gallery title to "PhotoPlog - My Gallery Title" which is an improvement.

Now, does anyone know how to remove the "PhotoPlog" from the start of that title?

Do a phrase search for this instance: "photoplog_photoplog"

Under global, change it to whatever you like.

IE, changed to "My Site". Title will appear like this: My Site - Gallery

gbml4u 03-10-2007 07:36 PM

i have installed PhotoPlog but i have a problem with all my links.

example : in my navbar at Gallery PhotoBlog. Which Buttons Main. The true link is www.test.com/forum but when im clicking on this i have redirected to www.test.com/photoplog/forum. This is the same problem with all of my images of forum.

www.test.com/forum/banner.gif has changed to www.test.com/photoplog/forum/banner.gif

anybody can tell me how to fix it ?

test.com is only an example.

blind-eddie 03-10-2007 08:25 PM

I to have a few weird image path problems. Do use vba pages?

gbml4u 03-11-2007 09:19 PM

need ur help pls :(

blind-eddie 03-11-2007 09:31 PM

Did your load this in your root or forum root?

gbml4u 03-11-2007 10:10 PM

yes..my forum root is www.test.com/forum
my photoplog is www.test.com/photoplog :(

so i dont know, what does to be done ?

blind-eddie 03-11-2007 11:31 PM

You need to re-read readme, I believed you missed something. I have know problems with the gallery.

projectego 03-13-2007 05:29 PM

Calorie, this is a fantastic gallery hack! I actually like it alot better than Photopost vBGallery! I'm in need of a good gallery script for my Devil May Cry Forum and Assassin's Creed Forum so I think I might just be investing in a professional license soon... ;)

Deadly Assassin 03-14-2007 05:03 AM

This is a great hack, but the .PNG's dont diplay properly unless opened in a new page.

Unlike the .GIF's and .JPG.s which show perfectly in the main gallery window.

;)

pollon 03-14-2007 06:46 PM

great hack :)
anyway, this is the ITALIAN translation

McCarroll21 03-15-2007 06:53 AM

Quote:

Originally Posted by daddygrim (Post 1198389)
this is not working for me

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

Sorry I'm a little late on this. I just had the same thing happening to me. I went to the website's forums and found out how to correct it.

This error is basically telling you that you have a path problem. The reason I was getting it is because my path wasn't set correctly in the photoplog/config.php file.

Open that file and type your path in the same way it is in your forums/includes/config.php file.

Hope that helps.

Kinneas 03-16-2007 10:33 AM

Slightly odd question. Is there any way to change it so that when people post a comment about a picutre, the title defaults to "RE: *picture title*" as opposed to just "Untitled"?

Great Product btw :)

blind-eddie 03-16-2007 11:57 AM

Thats a great question.....I ask that & how to get them to show up as new post about 40 pages ago.........

ps:Adding a title in the title line will work....

dazed12 03-16-2007 04:33 PM

i am running vb 3.6.5. i had photoplog previously installed on an old board with vb 3.6.4. since then,i did a fresh install with 3.6.5. my problem occurs after i installed it.
i've read the instructions over and over

i recieve this error ::

"
Warning: Unknown(./includes/functions_forumlist.php): failed to open stream: No such file or directory in /includes/functions.php(4946) : eval()'d code on line 6

Fatal error: (null)() [function.require]: Failed opening required './includes/functions_forumlist.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nickslua/public_html/obkrew/includes/functions.php(4946) : eval()'d code on line 6"

EricPSF 03-18-2007 03:07 AM

Hi,

Just to enquire.

There is no update of the lastest photo posting when the user is not log on. I hv already set the usergroup of non-registered group to be able to view post yet to no avail.

When the user is log on, the page refreshed and allow user to view the lastest posting. Pls kindly advise.

Thank you.

BrettMo 03-18-2007 03:37 AM

Quote:

Originally Posted by tehPARADOX (Post 1200393)
Do a phrase search for this instance: "photoplog_photoplog"

Under global, change it to whatever you like.

IE, changed to "My Site". Title will appear like this: My Site - Gallery

Thanks for your help. I have fixed that value now too and it looks great. It no longer says PhotoPlog in the start of the title.

Rickeo 03-18-2007 07:35 PM

Just what I have been waiting for how can I ever say thank you been looking for somehting like this for ages.

And its free what more can you ask for so great would be good if you could have a html code add on for pictures as well thatb way there would be no more use for people to use vb image hosting.

~Rick~

daddygrim 03-19-2007 02:35 AM

this is to confusing

daddygrim 03-19-2007 03:12 AM

why does it log me out when uploading?

daddygrim 03-19-2007 02:30 PM

How Do You Rate?

daddygrim 03-19-2007 07:27 PM

The message you have entered is too short. Please lengthen your message to at least 10 characters.
i added alot of chracters and still get this message.

alfisti 03-19-2007 07:28 PM

Can I insert a module between the categories and file list, in which I add just a note.
Is this possible?
Thanks

daddygrim 03-19-2007 07:40 PM

smilies not working either

daddygrim 03-20-2007 03:07 PM

how would you it to the forum itself?

Correadde 03-25-2007 10:33 AM

When im trying to upload a picture this shows in the top??

Quote:

Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid/gid is 125333/125333 is not allowed to access /hsphere/local/home/xxxx/xxxxxxx.se/photoplog/images/1 owned by uid/gid 398/398 in /hsphere/local/home/xxxx/xxxxxx.se/photoplog/upload.php on line 171
Quote:

Sorry, Andreas: Bad Type - File is of the Wrong MIME Type

Whats the problem?:confused:

FFW 03-25-2007 12:20 PM

Quote:

Originally Posted by Correadde (Post 1211712)
SAFE MODE Restriction in effect.

Quote:

Originally Posted by calorie
Requirements:.....PHP with GD2 and Safe Mode off

Try to read the instructions before installing modifications.


All times are GMT. The time now is 10:51 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.02896 seconds
  • Memory Usage 1,827KB
  • 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
  • (1)bbcode_code_printable
  • (8)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