Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Tabbed Latest Album Pictures + Comments - Forum Home Details »»
Tabbed Latest Album Pictures + Comments - Forum Home
Version: 2.0, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 06-02-2009 Last Update: 07-07-2009 Installs: 195
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Album Pictures & Album Comments - Forum Home by


This Product brought to you by
www.vbulletin-turkey.com

Comments, suggestions, translations, bugs, etc... are very welcome!
Support is only given to people who have clicked Mark as Installed.

Description:

It will display the "Album Pictures & Album Comments - Forum Home" in your vBulletin forums.

Mark as Installed - Nominate for MOTM

Features:
  • Username link to profile.
  • Picture link to album.
  • Picture Author
  • Picture Description
  • Picture Comment(s)
  • Album Title
  • Maximum number of pictures to be displayed
  • Maximum Album Pictures Per Row
  • Show Only Selected Users Pictures
  • Enable or Disable Album Titles
  • Maximum Characters of Picture Title to Display
  • Enable or Disable Picture Description
  • Maximum Chars of Picture Description to Display
  • Enable/Disable Forum Home Album Pictures
  • Forum Home Album Pictures Location
  • Forum Home Album Pictures Usergroup Viewing Permissions
  • Forum Home Album Pictures Width
  • Forum Home Album Pictures Height
  • Enable Album Pictures Comments
  • Maximum number of comments to be displayed
  • Can View Selected Usergroups Forum Home Album Comments
  • The maximum number of characters for comments
  • Enable Comments Picture Thumbnails
  • Comments Picture Width
  • Comments Picture Height
  • Sorting Of Pictures: order by ascending or order by descending or order by random
  • Username HTML Markup (fetch_musername)
  • Uses exec_switch_bg (Reads $bgclass and returns the alternate table class)

Installation

import product-album_pictures.xml file into your product manager via admincp.
that's all it.
enjoy..

Demo: www.vbulletin-turkey.com

Comments, suggestions, translations, bugs, etc... are very welcome!
Support is only given to people who have clicked Mark as Installed.

Download Now

File Type: zip Album_Pictures_Forum_Home.zip (759.1 KB, 1336 views)

Screenshots

File Type: jpg Options_Part1.jpg (282.4 KB, 0 views)
File Type: jpg Options_Part2.jpg (225.8 KB, 0 views)
File Type: jpg Album_Pictures.jpg (166.9 KB, 0 views)
File Type: jpg Album_Comments.jpg (140.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 06-04-2009, 07:06 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Audax666 View Post
I've tested it on the IE 6 and it looks like this
Attachment 100111
Don't know how it looks like on the IE 7?
Just wanted to mention that...

Edit:
Ok, just saw the teh problem but couldn't solve it. If I got a fixed image width, most pictures are blurred.
If I leave that field blank, the Firefox shows every image correct. Just the IE looks like the attached picture above.
Maybe this could be fixed?
just realized how blurry the pics are. Just went back to my original mod that displayed forum home pics, much cleaner.
Reply With Quote
  #13  
Old 06-05-2009, 06:03 AM
abrecher abrecher is offline
 
Join Date: Jan 2004
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DobieGillis? View Post
just realized how blurry the pics are. Just went back to my original mod that displayed forum home pics, much cleaner.
It's a real shame, but I have to agree.

You should take a look at http://www.scriptol.com/how-to/image...fixed-size.php and come up with something that keeps the picture proportions when they're resized.

Also, I found that the Header where it says "Forum Home Album Pictures" didn't look like it was part of my skin. The other mod I installed did that.

This one has LOT of potential though!
Reply With Quote
  #14  
Old 06-05-2009, 08:37 AM
Audax666 Audax666 is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, slept one night over and could fix the IE and Firefox display problem.
I just changed in the forumhome_album_picturebit template the following code.

Take this
Quote:
<img class="page" src="$vboptions[bburl]/$picture[thumburl]" alt="$picture[caption_preview]" border="0" style="padding:$stylevar[cellpadding]px; <if condition="!$usercss">border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor]</if>" width="$vboptions[forumhome_album_picture_width]" height="$vboptions[forumhome_album_picture_height]" />
And replace ist with that
Quote:
<img class="page" src="$vboptions[bburl]/$picture[thumburl]" alt="$picture[caption_preview]" border="0" style="padding:$stylevar[cellpadding]px; <if condition="!$usercss">border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor]</if>" <if condition="$vboptions[forumhome_album_picture_width]">width="$vboptions[forumhome_album_picture_width]"</if> <if condition="$vboptions[forumhome_album_picture_height]">width="$vboptions[forumhome_album_picture_height]"</if> />
So if no width or height attribute is given, it doesen't appear in the code and everything looks fine!
Reply With Quote
  #15  
Old 06-05-2009, 02:19 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abrecher View Post
It's a real shame, but I have to agree.

You should take a look at http://www.scriptol.com/how-to/image...fixed-size.php and come up with something that keeps the picture proportions when they're resized.

Also, I found that the Header where it says "Forum Home Album Pictures" didn't look like it was part of my skin. The other mod I installed did that.

This one has LOT of potential though!
I use this one

https://vborg.vbsupport.ru/showthread.php?t=194827

works like a charm/
Reply With Quote
  #16  
Old 06-05-2009, 02:26 PM
ABDALWAHID ABDALWAHID is offline
 
Join Date: Aug 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you hasann. Teşekkürler...
Reply With Quote
  #17  
Old 06-05-2009, 03:32 PM
anestetic anestetic is offline
 
Join Date: Mar 2007
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Audax666 View Post
Ok, slept one night over and could fix the IE and Firefox display problem.
I just changed in the forumhome_album_picturebit template the following code.

Take this


And replace ist with that


So if no width or height attribute is given, it doesen't appear in the code and everything looks fine!
thank you Audax :up:

bu işimi g?rd? (:
Reply With Quote
  #18  
Old 06-25-2009, 09:46 PM
FeatheredFriend FeatheredFriend is offline
 
Join Date: May 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed but doesn't show up on my page anythought? web addy is www.3featheredfriends.net/forums thanks!
Reply With Quote
  #19  
Old 06-30-2009, 03:39 AM
delmarva's Avatar
delmarva delmarva is offline
 
Join Date: Jun 2006
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice mod! Thanks.

I would like to be able to have this feature on other forums within the site (other than forum home). Also, is there a way to put a frame around the photos? Just a few thoughts... Thanks again.
Reply With Quote
  #20  
Old 06-30-2009, 04:20 AM
350Chevy's Avatar
350Chevy 350Chevy is offline
 
Join Date: Nov 2002
Location: Tampa, FL
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this installed and working (for the most part) but some (not all, just a few) of the images show up blank (please see the attachment), when you click on the name it loads the picture in the album just fine.

Also in the album (and probably unrelated to this mod) in the very upper left corner of the screen above the header I see this ""

One last thing, is there a way to get the images to resize the thumbnails to just make them smaller instead of stretching them? For example a long image with a normal size of 2560px ? 1024px looks a little funny when stretched to 120x120. That same image would look better if it were scaled to 150x60. Is there a way to do that instead of stretching it? Love the mod btw.
Attached Images
File Type: jpg mod.jpg (50.1 KB, 0 views)
Reply With Quote
  #21  
Old 07-05-2009, 05:18 AM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

5. July 2009 Tabbed Album Pictures v2.0 Released

Here are the Release Changes and New Features

  • - Added Tabbed Content
  • - Added Picture Comment(s)
  • - Added Maximum Characters of Picture Title to Display
  • - Enable Album Pictures Comments
  • - Maximum number of comments to be displayed
  • - Can View Selected Usergroups Forum Home Album Comments
  • - The maximum number of characters for comments
  • - Enable Comments Picture Thumbnails
  • - Comments Picture Width
  • - Comments Picture 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 11:17 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.05969 seconds
  • Memory Usage 2,348KB
  • Queries Executed 27 (?)
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
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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
  • (6)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete