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
  #1452  
Old 10-03-2007, 07:54 PM
applyimage applyimage is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yay!
Reply With Quote
  #1453  
Old 10-03-2007, 08:39 PM
thunder_sti thunder_sti is offline
 
Join Date: Sep 2006
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Currently working on 3.6.7 (PL1)

Thanks Awesome Mod. Quick Installed no issues
Reply With Quote
  #1454  
Old 10-04-2007, 05:38 PM
applyimage applyimage is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amazigh_rif View Post
Yes, its written in readme.txt

Go to your forumhome template and and find $navbar, add below $photoplog_forumhome
.

This will show random uploads and not last uploads by the way.
Hi I know I promised that would be my last question but i've come across another problem, I enabled the link in postbit whihc is supposed to link to the users gallery uploads? but I'm getting the error 403 forbidden message after clicking. Guessing I havn't set permissions on a certain file/folder right but which one could it be?

http://www.applyimage.co.uk/forum/sh...0662#post80662

Second post down to check for yourself.
Reply With Quote
  #1455  
Old 10-04-2007, 06:23 PM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed previous problems, but now having a new one. All new uploads are not displaying, but does shows the file is there (by size).
Reply With Quote
  #1456  
Old 10-05-2007, 01:37 PM
emdee emdee is offline
 
Join Date: Jul 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi have .htaccess file doing a redirect for me:

www.domain.com is 301 redirected to www.domain.com/forums

if this redirect is active, www.domain.com/photoplog come up as a blank page.
how to i get the /photoplog still come up , while the redirect is still activated

please provide details.
thanks
Reply With Quote
  #1457  
Old 10-05-2007, 03:54 PM
amazigh_rif amazigh_rif is offline
 
Join Date: Feb 2007
Location: Morocco
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by emdee View Post
hi have .htaccess file doing a redirect for me:

www.domain.com is 301 redirected to www.domain.com/forums

if this redirect is active, www.domain.com/photoplog come up as a blank page.
how to i get the /photoplog still come up , while the redirect is still activated

please provide details.
thanks
Add and index.html instead of .htaccess into your root directory.

Here is the code to put into your index.html

Code:
<html>
<script>
    location = "http://www.yourdomain.com/forum/";
</script>
</html>
There might be an htaccess solution, you should ask in an seperated section/thread.
Reply With Quote
  #1458  
Old 10-08-2007, 02:07 AM
emdee emdee is offline
 
Join Date: Jul 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amazigh_rif View Post
Add and index.html instead of .htaccess into your root directory.

Here is the code to put into your index.html

Code:
<html>
<script>
    location = "http://www.yourdomain.com/forum/";
</script>
</html>
There might be an htaccess solution, you should ask in an seperated section/thread.
yes. thanks. i did it as you mentioned above. this works for now. :up:
Reply With Quote
  #1459  
Old 10-08-2007, 06:01 PM
afullcup afullcup is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have seen this question asked before, but not necessarily answered in a way that fixes it for me. I created and ran path.php, so I know my path is correct now, but I am still getting these errors:

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/afullcup/public_html/upload/photoplog/settings.php on line 93

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/afullcup/public_html/upload/photoplog/settings.php on line 93

please advise
Reply With Quote
  #1460  
Old 10-08-2007, 07:17 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure your path is correct?
Reply With Quote
  #1461  
Old 10-08-2007, 10:06 PM
afullcup afullcup is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist View Post
Are you sure your path is correct?
lol - I had the path.php in my photoplog directory, so of course my path was a little off
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 03:27 AM.


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.05798 seconds
  • Memory Usage 2,322KB
  • 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
  • (2)bbcode_code
  • (4)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
  • (5)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
  • (11)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