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

Reply
 
Thread Tools
Thread Thumbnails V4 *Upgraded* Details »»
Thread Thumbnails V4 *Upgraded*
Version: 4.0 Rev 1., by fxwoody fxwoody is offline
Developer Last Online: May 2021 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.1.4 Rating:
Released: 06-02-2011 Last Update: 07-30-2011 Installs: 92
Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

Thread Thumbnails V4 Rev 1.1

Description of the main feature:

The Thread Thumbnails V4 plugin is an extra image that will be displayed onto the Forumdisplay Threadlist of specified Forums and subForums.
The user will either have the possibility to add manually or automatically (option setup) the image of is choice to be shown as a Thumbnail.

This mod was originally created by Null Parameter for 3.8 and 4.0, but, for several reasons and many hours of trying to make the mod stable and fully working in vB 4.1.x, i'ved reworked the script and put it in an easier approach.


Functions:

When submitting a New Thread or editing an existing Thread, you can select the option for:
  • User Entered URL
  • First Attachment
  • First Image In Post

When making a new post, the user will either have to input the URL for the thumbnail (User Entered URL option) or the thumbnail will be automatically displayed if the "FIRST" image or attachment option is selected.

To edit a thumbnail, if the "User Entered URL" is selected, a text box will be shown in the editor for them or staff to edit it.( I will try to add the editing option from the quickedit box in the future releases)

If other options are selected, the thumb will be automatically updated when the first image is replace, either from the post or the attachment.

Notes:
For the attachment editing, you will have to delete the first image and then reload it last for the plugin to work. The sequence of attachment doesn't get automatically changed when transferring attachment inside the vBulletin attachment options!
This is part of vBulletin, not the plugin.

For the first image in post option, you can edit directly from the quickeditor in order to replace the thumb.

What's new:

I'ved included an image folder with two thumbnail style for your board, you can easily select the one you need by replacing the name of the thumb in the ACP "Thread Thumbnails Options" from "No Thumbnail Replacement Image"

Thumbnail choice:
  • nothumb.jpg
  • nothumb1.jpg


Installation:

Upload the "thumbs" folder into: images->misc->
Import XML file from your ACP Manage Products

You will have to make some manual modifications in you forum's skin in order for the plugin to work well.

Every template mods are included in the Text file of the attachment.
Follow the instructions and you shouldn't have any problems.

Version:
v4.0
-------------
  • Support for vB4
  • Removed the Automatic Template Edits
  • Use Phrases
  • Option to make Thumbnails Required (fully upgraded)
  • Option to specify the CSS Style of thumbnail images
  • New Thumb images added
  • Thumb Editing upgraded
  • Megamoose PHP script included in folder

V4.0 Rev1.0 *Updated to 4.1.5*
V4.0 Rev1.1 Changed Selection option

Enjoy the plugin and don't forget to CLICK INSTALLED !

Download Now

File Type: zip Thread Thumbnails V4.zip (314.1 KB, 336 views)
File Type: zip Thread Thumbnails V4 Rev1.0.zip (314.3 KB, 91 views)
File Type: zip Thread Thumbnails V4 Rev1.1.zip (314.9 KB, 945 views)

Screenshots

File Type: jpg cover.jpg (112.8 KB, 0 views)
File Type: jpg cover1.jpg (68.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
kizy, misericorde

Comments
  #72  
Old 10-26-2012, 05:13 PM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

macpeer check this post:

Quote:
Originally Posted by Kirk Fitzgerald View Post
Working fine on 4.2.0 PL2, just edit the xml

change this:
Code:
maxversion="4.2.0"
to this:
Code:
maxversion="4.2.2"
the xml will install then.

Don't forget to edit posts to get thumbs to show, caught me out at first.
Reply With Quote
  #73  
Old 11-08-2012, 01:21 AM
benative's Avatar
benative benative is offline
 
Join Date: Oct 2009
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nacaruncr View Post
1. If you want when someone click in the thumbnail imagen go to thread its easy
open thread_thumbnail_threadbit template and remplace all with:

Code:
        <vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))">
            <a href="{vb:link thread, {vb:raw thread}}" id="thread_gotonew_{vb:raw thread.realthreadid}" style="float:left;clear:right;display:block;padding-right:5px;"><img style="{vb:raw thread.thumbnailstyle}" src="{vb:raw thread.thumbnailurl}"></a>
        </vb:if>
Check if this is that you wanna
Regards

p.s excuse me my bad english
Thanks!!!! That did the trick!
Btw, do you know how to fix the thumbnail stretching problem?
Reply With Quote
  #74  
Old 11-08-2012, 03:03 AM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we have a version like this for vb 3.7.x ?
Reply With Quote
  #75  
Old 11-12-2012, 02:27 AM
benative's Avatar
benative benative is offline
 
Join Date: Oct 2009
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it prevents the thumbnail stretching problem, it would be perfect!!
Does anyone know how to do it?
Reply With Quote
  #76  
Old 06-01-2013, 04:02 PM
b65ran b65ran is offline
 
Join Date: Apr 2005
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This working like a champ except one scenario, when user is doing post preview. In that case the thumbnail url in the new thread going blank. I am using the Thumbnail Url textbox feature with thumbnail url as required.
Reply With Quote
  #77  
Old 11-29-2013, 11:17 PM
benative's Avatar
benative benative is offline
 
Join Date: Oct 2009
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been waiting for someone to answer my question for the past one year
Does anyone know how to prevent stretching?
I would like to prevent stretching problem, whatever the thumbnail ratio or orientation is, whether it's in a portrait or landscape view.
Please pm me or reply to this post.
Reply With Quote
  #78  
Old 12-09-2015, 05:33 AM
cem3203 cem3203 is offline
 
Join Date: Oct 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the great work mate

Working fine with vB 4.2.3.

i have a small question for you, i want to show thumbs on "search results", what can i do about it ?

Thank you again..
Reply With Quote
  #79  
Old 11-03-2017, 02:19 PM
keyla31's Avatar
keyla31 keyla31 is offline
 
Join Date: Feb 2009
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this working on 4.2.5 ?
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 09:06 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.04695 seconds
  • Memory Usage 2,330KB
  • 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
  • (3)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (2)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (5)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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