The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Why are my avatars and images not showing up?
Why does my forum look like this? It's not just my computer...it's several other users as well. Please help!!!!
Attachment 150250 |
#2
|
||||
|
||||
Try clearing the vbulletin cache and then rebuilding your avatars in the maintenance section.
Also, if you are using tthe file system to store those images make sure the permissions are set to read and write. (777 chmod) |
#3
|
|||
|
|||
Tried that. I actually hired someone from this forum to fix it and even he couldn't figure it out.
|
#4
|
|||
|
|||
Did you move the attachments into the filesystem admincp/Attachments/Attachment Storage Type
|
#5
|
||||
|
||||
I will take a look free of charge if you want to give me admin access. Check file paths, permissions, rebuild avatars, etc..
##Have you changed anything recently? Installed anything or moved the site? Upgraded hosting? Anything at all? |
#6
|
|||
|
|||
Went to check and it says they are being stored in the database and asks me to specify the attachment file path. Where do I find this? On my server fia FTP?
|
#7
|
|||
|
|||
if they are in the database that's ok as its default. If you want to move them to the file system make a folder in your ftp root call it attachments change permissions to 777 then go to your admincp/Maintenance/View PHP Info you will find the file path there or let Richie fix the problem you are having with them now and he can do the above as well once the missing images have been fixed
|
#8
|
||||
|
||||
When did that start happening? What version of vB? What version of PHP on the server?
|
#9
|
||||
|
||||
Try adding this line to your .htaccess file:
Code:
Header unset Content-disposition |
#10
|
||||
|
||||
Slightly better solution is to leave the header enabled, but add something like this into image.php:
Code:
$nocom = str_replace(",", "", $imageinfo['filename']); header('Pragma:'); // VBIV-8269 header('Cache-control: max-age=31536000'); header('Expires: ' . gmdate('D, d M Y H:i:s', (TIMENOW + 31536000)) . ' GMT'); header('Content-disposition: inline; filename=' . $nocom); |
Благодарность от: | ||
tbworld |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|