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
  #1292  
Old 04-21-2007, 11:08 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I read the whole thread... and cant find answers

there arent a conditional to show member gallery button?
something like this:

<if condition="$photoplog_usergallery">
<a href="index.php?u=1000">My gallery</a>
</if>

and a conditional to show the latest image uploaded by the users on profile?

Thx in advance!
Reply With Quote
  #1293  
Old 04-29-2007, 03:18 PM
nfn nfn is offline
 
Join Date: Feb 2007
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #1294  
Old 05-01-2007, 07:39 PM
rickyreter rickyreter is offline
 
Join Date: Nov 2006
Location: sussex,UK
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,i have www.secondlifeforums.co.uk/index.php as homepage and www.secondlifeforums.co.uk/forums.php as forum how and what do i put everything.

Peter
Reply With Quote
  #1295  
Old 05-02-2007, 07:40 PM
rickyreter rickyreter is offline
 
Join Date: Nov 2006
Location: sussex,UK
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorted previous post out but when i click on upload or search i get this link:

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

Why is this


Peter
Reply With Quote
  #1296  
Old 05-04-2007, 12:41 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rickyreter View Post
Sorted previous post out but when i click on upload or search i get this link:

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

Why is this


Peter
lol the first time a while back i installed this and it worked like a charm, but i have re-installed and getting the same problem as you lol. i have deleted 3 times but still getting the same error
www.example.com, i'll guess i'll have to keep trying.
Reply With Quote
  #1297  
Old 05-05-2007, 01:45 PM
madbrit madbrit is offline
 
Join Date: Apr 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Guys,

Have a problem... hopefully someone can shed some light.

For some reason this mod has not been straight forward. Have installed ibProarcade, Various CYB mods, and Yet another award system...none of these presented ANY problems.


After a whole day I am now at the point where my Forums home page does not show any link in the nave bar - or any way at all to get to photoplog.

I didnt get any errors when importing the XML file.

If I manually enter the URL to the photoplog/index.php file..BAM up it comes, in all its glory . If I click the Forum home link... the photoplog mod dissapears...with no wa back again???

Also... I tried to see if the functionality of the mod works when going there manually... and it doesnt. I get the following error message when uploading a file:-

Quote:
Fatal error: Call to undefined function: imagetypes() in /home/wclangam/public_html/Forums/photoplog/functions.php on line 44
I am about to deinstall this mod... probably something simple... but I have spent countless HOURS on it


Brit
Reply With Quote
  #1298  
Old 05-05-2007, 07:20 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

French Translation for PhotoPlog Lite 2.0.6.
Reply With Quote
  #1299  
Old 05-05-2007, 07:35 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nominated for MOTM again.
Reply With Quote
  #1300  
Old 05-05-2007, 07:46 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Just noticed that mine now gives a blank page when going to http://www.bashys-place.com/photoplog/index.php so i just tried the upgrade and chose the 3.6 version, I have also checked the config and it is still the same (100% correct) i am totally baffled, any advice pleas?

Here is the error i am getting

Code:
 Warning: in_array() [function.in-array]: Wrong datatype for second argument in /usr/home/bashys/domains/bashys-place.com/public_html/photoplog/functions.php(458) : eval()'d code on line 204

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 186

Fatal error: (null)() [function.require]: Failed opening required './includes/functions_forumlist.php' (include_path='.:/usr/local/lib/php') in /usr/home/bashys/domains/bashys-place.com/public_html/forums/includes/functions.php(4946) : eval()'d code on line 186
Reply With Quote
  #1301  
Old 05-06-2007, 11:46 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaycob View Post
lol the first time a while back i installed this and it worked like a charm, but i have re-installed and getting the same problem as you lol. i have deleted 3 times but still getting the same error
www.example.com, i'll guess i'll have to keep trying.
this thread is Not Supported jayjay
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:28 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.05184 seconds
  • Memory Usage 2,324KB
  • 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
  • (5)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
  • (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