Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
PhotoPlog: vBa CMPS Thumbs Details »»
PhotoPlog: vBa CMPS Thumbs
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 12-26-2005 Last Update: 01-25-2007 Installs: 280
Template Edits
Additional Files  
No support by the author.

Purpose: add PhotoPlog random thumbs to vBa CMPS in horizontal/vertical form.

Requirements: both PhotoPlog Lite v.1.0.7+ and vBadvanced CMPS are required.

Fine Print: no redistribution, copyright retained in full, right reserved to uncheck support box.

Sorry, no screenshot provided. Imagine some horizontal or vertical thumbs.

Fun Fact: there were 209 downloads and 37 installs at the time this add-on was last updated.
Fun Fact: there were 644 downloads and 112 installs at the time this add-on was last updated.

Show Your Support

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

Comments
  #72  
Old 02-03-2007, 02:01 AM
sinistergaming's Avatar
sinistergaming sinistergaming is offline
 
Join Date: Jan 2007
Location: WorldWide
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i read and tried what i could find but i cant get the module up on the home page for nothing..
all is scripted as per instructions

i did make a change
Quote:
$photoplog_location = photoplog_schemehost.$vbulletin->options['photoplog_script_dir'];
to
Quote:
$photoplog_location = 'http://sinistergaming.com/photoplog';
Reply With Quote
  #73  
Old 02-06-2007, 06:27 AM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Add-on, thank you!
Reply With Quote
  #74  
Old 03-04-2007, 08:05 PM
BrettMo BrettMo is offline
 
Join Date: Feb 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod. It was very easy to install if you follow the instructions exactly. (I made a mistake the first time I ran through them.)

I made some minor modifications that I wanted to share (my additions are in red):
1) Pulled the title by looking at the code to pull the description which was mentioned in an earlier post:
Quote:
$photoplog_username = $photoplog_file_info['username'];
$photoplog_title = htmlspecialchars_uni($photoplog_file_info['title']);
and then added the title as the ALT text on the image:

Quote:
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&amp;w=s\" border=\"0\" alt=\"".$photoplog_title."\" />


2) Also, a very easy change, I commented out the user who posted the pictures to save real estate.
Quote:
<!-- <tr>
<td class=\"alt2\" align=\"center\">
<div class=\"smallfont\">
".$vbphrase['posted_by']." <a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."u=".$photoplog_userid."\">".$photoplog_username. "</a>
</div>
</td>
</tr>-->
Reply With Quote
  #75  
Old 03-06-2007, 01:10 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i know i've already posted a thread concerning this issue, but being able to post a comment would really make this hack righteous!!... as of yet... i cannot..
Reply With Quote
  #76  
Old 03-07-2007, 01:13 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by maranello View Post
Guys, someone please explain how to change the thumbnail size.
Quote:
Originally Posted by maranello View Post
alright, i found the solution to change the thumb size:

open "photoplog_thumbs_horiz.php" file (or if you are using vertical one open "photoplog_thumbs_vert.php").

Find the line that starts with:

PHP Code:
<img src=\"".$photoplog_location."/file.php?".$vbulletin->..... 
At the end you will see w=s\", make it w=1s\"

Again, at the end of the line, after border=\"0\" add width=\"yourchoice\" where yourchoice is the width you want. So in my case, that line looks like this:

PHP Code:
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&amp;w=1s\" border=\"0\" width=\"175\" /> 
THANK YOU!! I had given up on this request.
(not to be a pain...but if you can... how can control the height as well??? tried it by copying what you did..but ended up with an error, so undid it.)

Quote:
Originally Posted by BrettMo View Post
Thanks for the mod. It was very easy to install if you follow the instructions exactly. (I made a mistake the first time I ran through them.)

I made some minor modifications that I wanted to share (my additions are in red):
1) Pulled the title by looking at the code to pull the description which was mentioned in an earlier post:


and then added the title as the ALT text on the image:


2) Also, a very easy change, I commented out the user who posted the pictures to save real estate.
thanks!!
Reply With Quote
  #77  
Old 03-08-2007, 07:31 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

doh!! messed up my efforts to control the height as well..

anyone? the width edit works great...but can't get the height to work.
Reply With Quote
  #78  
Old 03-10-2007, 04:13 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question: I edited and change the quantity of pics to show from 5 to 10. How come it doesn't wrap?? It just ran on in a row. I hate to use horizontal scrollbar. What's going on?
Reply With Quote
  #79  
Old 03-10-2007, 04:38 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i create it to be 4x4 grid of pictures???
Reply With Quote
  #80  
Old 03-10-2007, 08:17 AM
delinetci delinetci is offline
 
Join Date: Dec 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks very good.
Reply With Quote
  #81  
Old 03-11-2007, 05:26 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU View Post
doh!! messed up my efforts to control the height as well..

anyone? the width edit works great...but can't get the height to work.

anyone know how to add the code to control the height??
Reply With Quote
Reply

Thread Tools

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 08:17 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.06807 seconds
  • Memory Usage 2,312KB
  • 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_php
  • (9)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
  • (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