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 (https://vborg.vbsupport.ru/showthread.php?t=237404)

fxwoody 02-27-2011 11:41 PM

Quote:

Originally Posted by heugabel (Post 2167526)
after upgrade to 4.1.2 it doesnt work.

i have used manually templateedits and your fixes but nothing works.

Make sure that in the "thread_thumbnail_threadbit" you have this code.
You can remove the (class="magnify") at the end, i have an xtra jquery on mouseover for my thumbnails.

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}" class="magnify"></a>
                </vb:if>


fxwoody 02-28-2011 11:51 AM

If anyone interested on having Magnifier for this mod, see my post here:
https://vborg.vbsupport.ru/showthread.php?t=259577
A few little edit to be done only ;)

QuickQuestion 03-14-2011 04:15 AM

I'm having the same problem that a couple others before me are having. The thumbnail is in a really bad location far right of where it should be. Looks like this, can anyone help out?

https://vborg.vbsupport.ru/attachmen...7&d=1300002806

fxwoody 03-14-2011 08:08 AM

Replace code in thread_thumbnail_threadbit with this:

Code:

<vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))">
                    <a rel="nofollow"  style="float:left;clear:right;display:block;padding-right:5px;">
                        <img style="{vb:raw thread.thumbnailstyle}"  src="{vb:raw thread.thumbnailurl}" class="magnify"></a>
                </vb:if>

and make sure that Thumbnail Location in options are set to after thread icon
and add this in Thumbnail Style:
Code:

width:40px;height:55px;padding:2px;
you can change the size of the thumbs to fit your style.
Hope it helps ;)

QuickQuestion 03-14-2011 04:31 PM

I'm not exactly sure where to put this in. I edited my xml file, then reinstalled it. It made it so that none of my threads would appear at all (not good). Any pointers as to where you edit something like this? I'm ... eh.... new to this. :rolleyes:

QuickQuestion 03-14-2011 06:00 PM

Also, what is Thumbs.db? I am supposed to enter that into my database?

fxwoody 03-15-2011 10:47 AM

I replied to your PM QuickQuestion! You will need to read my friend! Everything is explain on how to add or modifiy codes in many plugins!
This is a basic thing to learn when using vBulletin plugins ;)
You can refer to this:

https://vborg.vbsupport.ru/showthread.php?t=82621
It should help you understand the basic ;)

reddyink 03-18-2011 01:57 AM

1 Attachment(s)
Great MOd. Question: How do I extend the blue strip background of views/replies to fill threadbit. Please see attachement.

dr.tawy 03-25-2011 07:42 AM

Any chance i can edit thread thumbnail in Quick Edit mode ?

it would really help

fxwoody 03-26-2011 08:36 AM

@reddyink:
I would suggest that you use firebug 1.7.0 with your firefox, it will help you out a lot ;)

@dr.tawy
Can't tell you for now! My whole board just crash :(


All times are GMT. The time now is 03:29 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.01289 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)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)pagenav_pagelinkrel
  • (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