PDA

View Full Version : Bug in the MB. Annoying. Not vital though.



Dr Unne
03-30-2003, 05:59 AM
http://www.vbulletin.com/forum/showthread.php?threadid=65712

This is especially annoying in things like the Post your Desktop or Post your Picture threads or the Fanart forum. It forces me to download all the files instead of letting me view them. If someone could try the fix I'd be pretty happy. Or not, either way. I'm not gonna lose any sleep over it. You just have to change one line of code, looks like.

Yamaneko
03-30-2003, 06:43 AM
Yeah, I've seen this. Mozilla seems to be the only affected browser since with Phoenix you can open the attachment with a default program like Paint or something. I think it would be worth it to fix since a lot of people here use Mozilla.

crono_logical
03-30-2003, 07:19 AM
Opera forces you to download them to, and always save as attachment.php, and always puts the php extension on as well, which is annoying since I have to rename in Explorer for every attachment I download.

Dr Unne
04-23-2003, 12:34 AM
I guess I should assume this is never going to be fixed, right? OK.

Shlup
04-23-2003, 02:05 AM
I would fix it if I knew how. :o

Dr Unne
04-23-2003, 02:20 AM
It says how on that website I linked to.

<i>...edit attachment.php and change

header("Content-dis:bou::bou::bou::bou::bou::bou::bou::bou::bou::bou:$attachment filename=$attachmentinfo[filename]" );

to

header("Content-dis:bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: inline; filename=$attachmentinfo[filename]" );

I don't know if that works or not. It was posted / archived on the official vBB forum though.

Shlup
04-23-2003, 06:10 AM
I don't know how to edit attachment.php is what I meant. XP

I tried to do something that required me to edit another .php file and Scottie wouldn't tell me how. :/

Dr Unne
04-23-2003, 06:40 AM
Oh, you download the php file from EoFF's server via FTP, edit it and then reupload the edited version. Probably the hardest part is finding the file on the server, and then finding the right line to edit in the file.

Shlup
04-26-2003, 02:35 AM
I think I did it. Sorry it took so long; let me know if that didn't fix it.

Pancaek
04-26-2003, 04:12 AM
It works now. Thank you so much. =)

Yamaneko
04-26-2003, 04:28 AM
Working good. Thanks Shlup.:)

Dr Unne
04-26-2003, 04:37 AM
Yeah, works good. Thank you.