vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Thread Thumbnail (https://vborg.vbsupport.ru/showthread.php?t=98651)

Demo16 09-10-2006 03:40 PM

I've tried exactly this mod but it doesn't work for me :-(
the only I change is on and off button (I put si no) cause it's an italian forum and obviously I change also this line in this way:

<if condition="($tt_displaythumbs) AND ($bbuserinfo['field5'] <> 'no' OR $show['guest'])">

What can it be the problem? Other particular things if the language is different?

I can't see the preview outside any post
In the user profile is all ok and I've also uploaded the nothumb.jpg image

HELP!!!! :-(

Demo16 09-12-2006 04:28 PM

no one can help me?

jyajay 09-17-2006 07:45 PM

Can I use this mod with vB 3.6.x?

konabiker47 09-22-2006 08:55 PM

How do you make the thumbnail show up? I have everything installed.....

GNDI 09-23-2006 09:12 AM

enable thumbnails in your admincp

ThomasR 09-23-2006 04:43 PM

Then, does it works under 3.6? without this mod, I can't switch to 3.6... :)

ThomasR 09-23-2006 06:30 PM

Just installed a test forum, this plugin is working with vb 3.6.1!

jyajay 09-27-2006 01:20 PM

Okay I installed it on 3.6.1 and it is working.

My question is, can I use the normal posticons on threads where no thumb was uploaded instead of this "no thumb" picture?

GNDI 09-27-2006 03:02 PM

then you'll make something like this

PHP Code:

<if>
<if 
condition="($tt_displaythumbs) AND ($bbuserinfo['field5'] <> 'Off' OR $show['guest'])">

<else />

<if 
condition="$tt_displaythumbs">

</if> 

PS. haven't tested it but could give you an idear about howto

jyajay 09-28-2006 07:34 PM

Your tip is not exactly doing what I had in mind but you gave me the idea to do what I planned. I just replaced the

PHP Code:

<img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" /> 

..with
PHP Code:

<img src="$thread[threadiconpath]alt="$thread[threadicontitle]border="0" /> 

Now want to add a function that allows users to deactivate the display of the thumbnail and show the regular posticon instead.

I am not sure how big this change has to be for this to work.


All times are GMT. The time now is 09:07 PM.

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.01836 seconds
  • Memory Usage 1,736KB
  • 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_php_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