Page 2 of 2

Re: Attachment preview problem

Posted: Sun Nov 11, 2007 6:07 pm
by streamino
still i cant see my attachments in my message.and when i wanted to delete any message that information message has shown '' the message which you wanted to delete is not exist in database '' but it was in database and it had been deleted when i deleted it.it s a bug i think.

Re: Attachment preview problem

Posted: Mon Nov 12, 2007 11:33 am
by DavidIQ
Did you remove the line from functions_post.php as instructed? Seems to still be redirecting before the posting of the file to the message so it is vital that you remove that line from the functions_post.php file and put it after the attachment statement in posting.php

FYI your other error has nothing to do with this change I recommended. That's something else and doesn't have anything to do with Attachment MOD.

Re: Attachment preview problem

Posted: Mon Nov 12, 2007 11:51 am
by streamino
redirect(append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id, true);

david,this code was twice in the functions_post and i had deleted only one of them .And now i delete second one ,everthing seems well .thanks alot for all your help and support.

Re: Attachment preview problem

Posted: Mon Nov 12, 2007 4:48 pm
by DavidIQ
Ah...didn't realize that. Well glad I could help ;-)

Re: Attachment preview problem

Posted: Wed Jan 07, 2009 11:54 am
by taifun-orkan
Dear David!

I don't know, my problem is similar than in this threat, but could not be solved that way. I use phpBB 2.0.22 and the latest attachment mod. I am able to attach documents and images, that means they could be uploaded bat are not displayed in the post later, only the images are shown but no other attachments like documents. They are on the server but cannot displayed!

http://www.mypoems.de/test-attachment-t3300.html
with two attachments, one image and a text-file

Excanging docs for my poetry board is very important!

Thank you for your help!
Bernhard from Germany

Re: Attachment preview problem

Posted: Mon Jan 25, 2010 6:23 am
by maxbucksov
Thank you so much! Had the same issue - now solved! :)