Hi iosys,
Thanks for the reply. Ya, last night I was all over the ACP. Before I go any further I should mention that I had to install a mod a while back, in order to use inline attachments. The link to my topic in 1.x support is here-
http://www.simplemachines.org/community/index.php?topic=364410.0After the mod was installed, there was a problem with the images mirroring under the post's. So inturn I had to change the script a little. Actually the change was very minor. It was changing this- if ($attachment['is_image']) to this- if ($attachment['is_image'] && 1 != 1) pretty simple, I used ftp to do it.
However I do not believe this is causing my problem. But it could be related.
I must keep the box checked "Display image attachments as pictures under post: " in "Attachment Settings" in order to see the inline attachments at all, or they will disppear without that box checked.
Here's whats acting weird, in "attachment settings" if I check the box for "Resize images when showing under posts: " Then if I click on those images with that box checked, in the topic list, both the inline attachments and the images will be set to what I have set in "Attachment Settings" under max height and width of thumbnails. Then once I veiw both images (from topic list and inline, then uncheck that box [resize under posts]) the topic list images will stay at my thumbnail setting, and the inline attachments will be full size as they should be. Im other words, everything looks how I would like, after I do that. like I said, weird.
For what is worth I would still like to find the script that-
For that you'll need to go here /index.php?action=manageattachments and change the
Maximum width of thumbnails:
Maximum height of thumbnails:
That should do it.
I just need to be able to find it with ftp, which directory its in, etc.
Best
Jeremy