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 Thumb From [img] vB Details »»
Thread Thumb From [img] vB
Version: 1.00, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 04-28-2010 Last Update: Never Installs: 21
Uses Plugins Template Edits
Translations  
No support by the author.

Features

Automatically get photos in the topic , should not be taken from file attach or insert a thumb filed a post again when
If you do not have the card in all [img] tag it will get the [youtube] youtube to acquire images of the thumb as
You can customize the small size of the thumb with each option box


Installation

Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
product-thumbs_forumdisplay.xml

Edit template

Open template threadbit

Find:

HTML Code:
"></a>
Replace:

HTML Code:
">{vb:raw thread.chip_thumb}</a>
Save ... Done :up:

Download Now

File Type: xml product-thumbs_forumdisplay.xml (6.1 KB, 217 views)

Screenshots

File Type: jpg CS0.9888653_1_1.jpg (60.7 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 04-30-2010, 11:11 PM
ZuFett ZuFett is offline
 
Join Date: Jun 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont work...i use vb 4.0.3
options:
ID|100,100
ID2|100,100

Change threadbit but it dont work....
Reply With Quote
  #13  
Old 05-01-2010, 04:32 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I HAVE TEST IT FOR 4.0.3 WORKING GOOD BRO
PLS CHECK AGAIN

ID|100,100
ID2|100,100

id = ID FORUM
SAMPLE
forumdisplay.php?f=87
id = 87
87|100,100
Reply With Quote
  #14  
Old 05-01-2010, 11:11 AM
ZuFett ZuFett is offline
 
Join Date: Jun 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
3|100,100
129|100,100
46|100,100
45|100,100
47|100,100
48|100,100
28|100,100
44|100,100
Options -> enabled
threadbit ->

Code:
"></a>
replace with
Code:
{vb:raw thread.chip_thumb}</a>
nothing change.....
Reply With Quote
  #15  
Old 05-01-2010, 04:19 PM
desi-boy's Avatar
desi-boy desi-boy is offline
 
Join Date: Nov 2008
Location: France
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZuFett View Post
Code:
3|100,100
129|100,100
46|100,100
45|100,100
47|100,100
48|100,100
28|100,100
44|100,100
Options -> enabled
threadbit ->

Code:
"></a>
replace with
Code:
{vb:raw thread.chip_thumb}</a>
nothing change.....




same for me
Reply With Quote
  #16  
Old 05-01-2010, 04:40 PM
calvinnguyen calvinnguyen is offline
 
Join Date: Nov 2003
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It didn't work for vb 4.0.3. Please check it again ry215. Thank You
Reply With Quote
  #17  
Old 05-01-2010, 04:47 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pls check again T_T

My code
">{vb:raw thread.chip_thumb}</a>

Your code no have ">
Reply With Quote
  #18  
Old 05-01-2010, 10:46 PM
ZuFett ZuFett is offline
 
Join Date: Jun 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works now but the text from thread-title is under the image
Reply With Quote
  #19  
Old 05-01-2010, 11:39 PM
YankForum's Avatar
YankForum YankForum is offline
 
Join Date: Mar 2010
Location: MY
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

but for me works fine , you can chek it here if you don't believe , nominated for MOTM by me , tnxxxxxxxxxx
EDIT: i'm getting seriouse database errors after installing this modification

Code:
Invalid SQL:

               SELECT
                       IF(votenum >= 1, votenum, 0) AS votenum,
                       IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
                post.pagetext AS thumb,
                       thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
                       thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
                       thread.prefixid, thread.taglist, hiddencount, deletedcount,
                       user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend





               FROM thread AS thread
                       LEFT JOIN user AS user ON (user.userid = thread.lastposterid)
                       LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 0)







               WHERE thread.threadid IN (0,11)
               ORDER BY sticky DESC, lastpost DESC;

MySQL Error   : Unknown table 'post' in field list
Error Number  : 1109
Request Date  : Saturday, May 1st 2010 @ 11:41:02 PM
Error Date    : Saturday, May 1st 2010 @ 11:41:11 PM
Script        :
Referrer      :
IP Address    : 
Username      : 
Classname     : vB_Database
MySQL Version :
Reply With Quote
  #20  
Old 05-02-2010, 11:00 AM
desi-boy's Avatar
desi-boy desi-boy is offline
 
Join Date: Nov 2008
Location: France
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZuFett View Post
Works now but the text from thread-title is under the image
yep same 4 meeee
Reply With Quote
  #21  
Old 05-03-2010, 09:09 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can edit template bro ???
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 07:24 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.04982 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
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
  • (7)bbcode_code
  • (2)bbcode_html
  • (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
  • (3)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
  • (2)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