MyBB Community Forums

Full Version: Attachment not Showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone. I have been having this problem for a long time. The links that will help users upload pictures, videos etc is not Showing. How do I fox this? My version is 1.8.27 and it normally update automatically.
[attachment=45454]
The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.
(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

Thanks a lot. Will try it.

(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

I cant upgrade now because I lack access to a laptop. Here is the content of my post_attachments_new template. There is no div tag in it:

<tr>
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>
</tr>
i find this problem in last update 1.8.31
Attachment show in portal page
but not showing in threads
please help me
(2022-10-08, 07:30 PM)Henlus Wrote: [ -> ]
(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

Thanks a lot. Will try it.

(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

I cant upgrade now because I lack access to a laptop. Here is the content of my post_attachments_new template. There is no div tag in it:

<tr>
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>
</tr>

It's not there as the template is outdated - you need to revert it to default.

(2022-10-10, 10:49 AM)ziuma Wrote: [ -> ]i find this problem in last update 1.8.31
Attachment show in portal page
but not showing in threads
please help me

Do you mean they're not showing within posts, or on the new reply page?
(2022-10-10, 11:11 AM)Matt Wrote: [ -> ]
(2022-10-08, 07:30 PM)Henlus Wrote: [ -> ]
(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

Thanks a lot. Will try it.

(2022-10-08, 06:28 PM)noyle Wrote: [ -> ]The bug was fixed in version 1.8.28. You should upgrade your MyBB copy to 1.8.28, or better to 1.8.31 which is the latest stable version.

Please refer to the issue https://github.com/mybb/mybb/issues/4391 and the PR https://github.com/mybb/mybb/pull/4392 if you wish to fix it manually by editing the involved template post_attachments_new.

I cant upgrade now because I lack access to a laptop. Here is the content of my post_attachments_new template. There is no div tag in it:

<tr>
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>
</tr>

It's not there as the template is outdated - you need to revert it to default.

(2022-10-10, 10:49 AM)ziuma Wrote: [ -> ]i find this problem in last update 1.8.31
Attachment show in portal page
but not showing in threads
please help me

Do you mean they're not showing within posts, or on the new reply page?

portal
[Image: portal.jpg]

in threads (guest)
[Image: threads.jpg]

but Attachment showing if login (registered)