Not Solved Can't Delete Attachment !
#1
Not Solved
Hello,

I can't Delete Attachment it's that a Bug ?
Reply
#2
Not Solved
What theme are you using?

https://community.mybb.com/thread-222199...pid1325432
[Image: sig2.jpg]
Reply
#3
Not Solved
(2019-05-16, 10:43 PM)iAndrew Wrote: What theme are you using?

https://community.mybb.com/thread-222199...pid1325432

The Default Theme
Reply
#4
Not Solved
Is it a 1.8.20 default theme?

Make sure post_attachments_attachment_remove is default.
[Image: sig2.jpg]
Reply
#5
Not Solved
(2019-05-17, 12:19 AM)iAndrew Wrote: Is it a 1.8.20 default theme?

Make sure post_attachments_attachment_remove is default.

I've same issue of this member
https://community.mybb.com/thread-222199...pid1325503

where I add this code I wanna try ?
var templates = {
 modal: '{$jsTemplates['modal']}',
 modal_button: '{$jsTemplates['modal_button']}'
 };
Reply
#6
Not Solved
^ such code can be added in headerinclude template [in a script code segment]

MyBB 1.8.20 's stock theme should be already having such code in the headerinclude template ..
Reply
#7
Not Solved
(2019-05-17, 01:28 PM).m. Wrote: ^ such code can be added in headerinclude template [in a script code segment]

MyBB 1.8.20 's stock theme should be already having such code in the headerinclude template ..

headerinclude in showthread ? if yes I added the code like this
{$headerinclude}
<script type="text/javascript">
// <!--
var templates = {
 modal: '{$jsTemplates['modal']}',
 modal_button: '{$jsTemplates['modal_button']}'
 };
// -->
</script>
and the issue does not solved
Reply
#8
Not Solved
^ sorry, I was referring to headerinclude template at ungrouped templates set

please see below code segment
Quote:https://github.com/mybb/mybb/blob/featur...097-L14100
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)