View Full Version : Images inserted in thread display full size and thumbnails
ebp123
01-23-2015, 12:41 AM
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 1421986197 at 1421986197 ---------------
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:
<?php
and under place:
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:
//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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.