vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Thread Thumbnails V4 *Upgraded* (https://vborg.vbsupport.ru/showthread.php?t=264655)

Luca_ITA 08-05-2011 04:00 PM

Work on vb4.1.5pl1.
Thank you for this mod!!

Note:
Update instruction for v4.1.5pl1
Code:

<img id="posticon_preview" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" title="Selected post icon" />
to
Code:

<img id="posticon_preview" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" title="{vb:rawphrase selected_post_icon}" />

nando99 08-12-2011 04:56 PM

anyway this can be used on the cms front page? i'd like to show my latest threads and have the thread thumbnail show up with it, is that possible?

fxwoody 08-13-2011 10:17 AM

I do not use the CMS function :(
I will take a look a it from my test site , for curiosity ;)

e3fnxs6p 08-21-2011 05:12 PM

Currently, when "first image in post" (source2) is set, it won't display thumbnails from attachments. When "first attachment" (source1) is set, it won't display thumbnails from the first image. But often, you would like to have a combination of these options, instead of excluding each other.

You can solve this by doing this:
1) set the thumbnail source to "First Attachment".
2) go to plugin manager > "Forum Display - Threadbit Display" > find the line containing
$hook_query_fields .= ", MIN(attachment.attachmentid) AS attachmentid";
and append under that line, the following line:
$hook_query_fields .= ", thread.thumbnailurl AS thumbnailurl";

That's all.

fxwoody 08-21-2011 09:36 PM

I'm not sure this would work my friend!
Let me check it out

my123world 09-03-2011 08:47 PM

The "No Thumb" Image Doesnt Appear For Me... :( What Should i Do?

fxwoody 09-04-2011 11:27 AM

Did you have you added the scripts from the instruction in every templates??
If thumbs are not showing, normally it's because you are missing the threadbit script.
Or you didn't add the forums from the options?!?!

nacaruncr 09-21-2011 07:50 AM

Is it work with the align codecs?
center, left, right??
because are someone who not work with them....

excuse me my english :S

angeljs 09-21-2011 12:19 PM

Quote:

Originally Posted by nando99 (Post 2232700)
anyway this can be used on the cms front page? i'd like to show my latest threads and have the thread thumbnail show up with it, is that possible?

I would love this mod to be able to do this :)

angeljs 09-21-2011 12:21 PM

Does this mod work with the forums' search function?


All times are GMT. The time now is 03:31 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.01105 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete