vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Images inserted in thread display full size and thumbnails (https://vborg.vbsupport.ru/showthread.php?t=316855)

ebp123 01-23-2015 12:41 AM

Images inserted in thread display full size and thumbnails
 
When i insert an image in a thread it displays the full size image and a thumbnail. How can i make it so it only shows the thumbnail?
Im using version 4.2.2 patch level 4

ozzy47 01-23-2015 12:49 AM

Check ACP --> Settings --> Options --> Message Attachment Options, the setting, View Attached Images Inline. What do you have that set to?

ebp123 01-23-2015 01:04 AM

I've tried it both ways. If i set it to "NO" i get a full size image in the thread with no thumbnail. If i set it to "yes, display thumbnails" it displays a full size image with a thumbnail below it.

--------------- Added [DATE]1421986197[/DATE] at [TIME]1421986197[/TIME] ---------------

is there anyway i can just display the thumbnails?

HM666 01-23-2015 11:24 AM

It maybe that you have a mod that is conflicting with your attachments. Try globally disabling your mods and then take a look again and see if the attachment images show as thumbs properly. Make sure that you have "View Attached Images Inline" set to "Yes, display thumbnails" and "Thumbnail Creation" set to "Yes" as well. Then you will need a HTML editor like Dreamweaver or use NotePad. DO NOT use MS Word or Word Pad. Global disable: open your includes>config.php file and find:

Code:

<?php
and under place:

Code:

define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.

If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this:

Code:

//define('DISABLE_HOOKS', true);
Save and upload again.

Then you will have to go through your mods one by one until you find the one that is causing the conflict.

If that does not solve the problem try viewing your site in the default skin. If you still have the problem create a new skin and try viewing the site in it.


All times are GMT. The time now is 09:22 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.01105 seconds
  • Memory Usage 1,715KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete