Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PhotoPlog: The Lite Gallery Details »»
PhotoPlog: The Lite Gallery
Version: 2.0.7, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 11-22-2005 Last Update: 11-06-2010 Installs: 1560
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

PhotoPlog: The Lite Gallery

PhotoPlog Lite is a gallery script for GIF, JPG, and PNG images. PhotoPlog Lite comes with categories, permissions, comments, search, moderation. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation.

There is a license agreement that I request that you abide. Thanks!

This thread is organized as follows:
  • Post1 contains this here release.
  • Post2 contains current add-ons.
  • Post3 contains onscreen errors.
Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box.

Requirements: vB 3.5.0+ (development initially based on having vB 3.5.4 though vB 3.6.0+ and vB 3.7.0+ should be okay, but not every version was personally tested) and MySQL 4.1+ (development based on having MySQL 4.1+ though MySQL 3+ may be okay, but not every version was personally tested) and PHP with GD2 and Safe Mode off

Does it work on vB 3.5 and vB 3.6 and vB 3.7? Yes, it should. See the requirements. Also, there are two product XML files, one for vB 3.5 and one for vB 3.6/3.7, so import the one that matches your vB version.

Live Demo and Official Support: http://www.photoplog.com/

Note on Official Support: With 70 some pages, assuming 15 posts per page, and over 1000 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

All support requests, except perhaps for proven bugs, may be ignored if posted in this thread.

Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.

Fun Fact: PhotoPlog Lite v.2.0.6 had 4330 downloads plus 2262 downloads prior to CSRF protection plus 3031 downloads as of 06 Nov 2010!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1532  
Old 12-02-2007, 04:47 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

(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!!

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:

Reply With Quote
  #1533  
Old 12-02-2007, 04:51 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!

My Best Regards!! :up:

Reply With Quote
  #1534  
Old 12-03-2007, 02:35 PM
fishhub fishhub is offline
 
Join Date: Aug 2006
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for 3.5.x...is it compatible with php5?TIA.
Reply With Quote
  #1535  
Old 12-03-2007, 09:31 PM
Zidane007nl's Avatar
Zidane007nl Zidane007nl is offline
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fishhub View Post
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.
Reply With Quote
  #1536  
Old 12-04-2007, 01:55 PM
Guest201202001
Guest
 
Posts: n/a
Default

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
Reply With Quote
  #1537  
Old 12-05-2007, 01:31 AM
Robert7 Robert7 is offline
 
Join Date: Nov 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nfn View Post
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.
Reply With Quote
  #1538  
Old 12-05-2007, 05:44 PM
Racecar Racecar is offline
 
Join Date: Sep 2007
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #1539  
Old 12-06-2007, 02:19 PM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, how do I fix the random thumb size? It has caused my website to have a horizontal scroll bar
Reply With Quote
  #1540  
Old 12-08-2007, 04:32 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #1541  
Old 12-08-2007, 04:52 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05147 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete