The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
Check ACP --> Settings --> Options --> Message Attachment Options, the setting, View Attached Images Inline. What do you have that set to?
|
#3
|
|||
|
|||
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? |
#4
|
||||
|
||||
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 Code:
define('DISABLE_HOOKS', true); 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); 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|