PDA

View Full Version : some uploaded images have changed to links


cloudfarmer
05-05-2014, 06:56 PM
Hello,

I am new to VBulletin so please excuse my lack of understanding. I have recently encountered a problem.

I am building a collectors forum and a particular page contains multiple threads of images with small descriptions. Some of the threads contain up to 10 images others just 1. Halfway down (thread 7) the images I have uploaded have turned into links.

Message Attachment Options> attachments per post=0
>view attached images inline= yes, display thumbnails

When I click to edit the thread it shows the thumbnails until I refresh the page then it goes back to links.

I would be extremely grateful if someone could tell me what I am doing wrong, after the lengthy procedure of loading one image at a time this has sent me crazy.

Thankyou in advance.

Nick

Zachery
05-05-2014, 07:08 PM
If you try to click the links, to tivew the images, do they show?

cloudfarmer
05-05-2014, 07:30 PM
Hi, yes they do.

>view attached images inline= No. This turns all thumbnails to links, but when I reset to yes thread 7 onwards is still showing as links not thumbnails.

Lynne
05-05-2014, 10:53 PM
Did you perhaps move the attachments from the database to the filesystem around the time the attachments became links? Are the attachments in the database or filesystem? What are you using as your Image Processing Library and did you change that recently? Have you upgraded PHP on your site recently?

cloudfarmer
05-06-2014, 02:56 PM
Hi, thankyou for the quick responses.
I think it had something to do with the uploader.swf located in clientscript/yui/uploader/assets. I had previously tried to change the uploader.swf so i could upload multiple images, which did not work( i imagine my error)
I have now replaced it with an empty uploader.swf and it seems to be working.

Vbulletin recommended: Please add the following line to your config.php file under the <?php line:

define('SKIP_ALL_ERRORS', true);

can someone please tell me where I would find config.php file. I know less than nothing when it comes to this sort of thing.

Thanks.

DemOnstar
05-06-2014, 03:48 PM
It should be in your 'includes' folder.

cloudfarmer
05-06-2014, 09:46 PM
Hi, yes it is thankyou.