vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Thumbnail of Attachments on forum display (https://vborg.vbsupport.ru/showthread.php?t=73220)

GeoffE 03-20-2005 06:05 PM

Quote:

Originally Posted by Delphy
You dont have post icons enabled :) Thats why the thumbnails aren't showing up

Posticons were definitely turned on .. I think I must have changed something with another hack. In the end we decided to go the whole hog and went for the VBA Gallery package but cheers for your help anyway :)

Siouxfire 03-21-2005 12:38 AM

Ahem, excuse me... :speechless:

mathias 03-23-2005 04:22 AM

how do I turn post icons on?

mathias 03-23-2005 04:32 AM

got it to work pretty sweet thanks my cd cover section is going to love it

the123d 03-31-2005 02:13 PM

Hi

I've installed the "Thumnail in forumdisplay" hack By dechevious but would like to make it work differently.

I want to be able to show image attachments inline !! In order to show images inline, normally the "enable thumbnails" needs to be set to "no" in the "message attachment options". Problem is, if you turn thumbnails off you can't create thumnails for the forumdisplay.php page ? (and thus un-doing the whole point of this hack) Is their a way to modify the hack to get this to work ?

If anybody's familiar with this hack - Any tips or ideas would be welcome ?

memobug 04-04-2005 06:05 AM

Quote:

Originally Posted by mathias
how do I turn post icons on?

1. I think it's a forum option in the admincp - look under forums/moderators, however I have it active and the post icons show fine, but the thumbs weren't showing at all. I had to remove the second conditional
Quote:

<if condition="$show['threadicon']">
from the template to see anything at all in the way of thumbnails

2. I am a little confused by the way the template is set up. It seems to be showing thumbnails only if there is a post icon in that thread.

3 If there is no thumb, wouldn't it make more sense to show the post icon, if there is one, instead of that NO THUMBNAIL picture?

Regards,

Matt

Delphy 04-04-2005 08:30 AM

memobug,

2. That is correct. It only shows them if post icons are enabled.

3. Replacing no thumbs with the standard post icon would look *very* strange in terms of rendering - you'd have thumbnails interspersed with very small post icons, and it generally would look horrible.

Hope this helps

memobug 04-04-2005 07:28 PM

Quote:

Originally Posted by Delphy
memobug,

2. That is correct. It only shows them if post icons are enabled.

3. Replacing no thumbs with the standard post icon would look *very* strange in terms of rendering - you'd have thumbnails interspersed with very small post icons, and it generally would look horrible.

Hope this helps

Hi Delphy
2. Actually what I meant is that I only get thumbnails if there is a post icon in that thread, not that post icons have to be enabled (although that is true, too, it is not a problem.). I am probably confused but it wasn't working at all with the provided template:

There are two nested ifs in that template,
Quote:

<if condition="$show['threadicons']">
<if condition="$show['threadicon']">
I guess the first is to see whether post icons are enabled. The second if seems to check to see if there is a post icon for some reason? That one is my problem.

3. On mixing thumbs and post icons. I am sure it is a matter of taste, but I find it doesn't look strange at all if you adjust the row height accordingly. I use <td height="100"> if there is a thumbnail and <td height="25"> if there is not (whether there is a post icon or not) it looks fine.

I am confused why anyone would want a row of thumbnails advertising that there is no thumbnail, which seems to be rather obvious if no thumbnail is printed! Also, advertising "Nothing to see here!" with the non-thumbnail thumbnail pads out the row height excessively.

Regards,

Matt

Delphy 04-06-2005 12:32 PM

memobug,

If I recall I changed something with regards to those nested ifs, but I can't remember what am I'm waiting for one of my dedicated boxes to come back up so I can see :)

With regards to the showing post icon if no thumbnail, now that you've explained it in that way, it makes perfect sense and would be very useful for stickies in otherwise thumbnail enabled forums. :) I might implement this myself on MTS2.

Regards
Delphy

Delphy 04-16-2005 07:30 PM

Just as an update - I've re-coded some parts of my version of this hack to allow per-forum thumbnail views configurable via the Admin CP, as well as showing thumbnails in the search/new posts display.

If anybody would be interested, I can provide an update.


All times are GMT. The time now is 01:02 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.02163 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)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