Makestation
Attachments? - Printable Version

+- Makestation (https://makestation.net)
+-- Forum: Makestation Community Related (https://makestation.net/forumdisplay.php?fid=11)
+--- Forum: Community Related (https://makestation.net/forumdisplay.php?fid=19)
+--- Thread: Attachments? (/showthread.php?tid=3716)



Attachments? - tc4me - December 23rd, 2022

Mybb actually already installed attachments via drag and drop, but I can't insert anything into a post here, 


Error only exists in the Makestation Light Theme

lg Tc4me


RE: Attachments? - Darth-Apple - December 23rd, 2022

I'll take a look into it later today, probably a MyBB update that changed a template that we haven't changed in our theme. Does it work in the MyBB Default theme?


RE: Attachments? - tc4me - December 23rd, 2022

There is a mistake in all theme except default!


RE: Attachments? - Darth-Apple - December 23rd, 2022

(December 23rd, 2022 at 9:41 PM)tc4me Wrote: There is a mistake in all theme except default!

Ah, I see. Definitely sounds like a template issue, I should be able to get it fixed later tonight. Thank you for the report!


RE: Attachments? - tc4me - December 23rd, 2022

Sorry my English is still like a toddler :-)


RE: Attachments? - Darth-Apple - December 24th, 2022

No worries! And the issue should be fixed now, I've updated a few things and tested to verify. It turns out it was just caused by a template that a MyBB update had broken.


RE: Attachments? - tc4me - December 24th, 2022

Perfekt , Thank You Wink


RE: Attachments? - Darth-Apple - January 3rd, 2023

I've finally been able to reproduce the issue, it appears to be intermittent for some reason. I'm still looking into the cause and will have it fixed as soon as I figure out where it's breaking.


RE: Attachments? - tc4me - January 4th, 2023

Thank´s


RE: Attachments? - tc4me - January 8th, 2023

If I look at the source text, I lack the following (im Makestation Light)

Code:
<script type="text/javascript">
lang.add_attachment = "Add Attachment";
lang.update_attachment = "Update Attachment";
lang.update_confirm = "The following file(s) are already attached and will be updated / replaced with the newly selected one(s). {1} Are you sure?";
lang.attachment_missing = "Please select one or more files before attempting to attach.";
lang.attachment_too_many_files = "You can upload a maximum of {1} files at once.";
lang.attachment_too_big_upload = "You can upload a maximum of {1} MB at once.";
lang.attachment_max_allowed_files = "You can attach {1} more file(s) to this post.";
lang.error_maxattachpost = "Sorry but you cannot attach this file because you have reached the maximum number of attachments allowed per post of {1}";
lang.drop_files = "Click or drop some files here to upload...";
lang.upload_initiate = "Release to initiate upload...";
php_max_upload_size = 20971520;
php_max_file_uploads = 100;
mybb_max_file_uploads = 4;
</script>



RE: Attachments? - tc4me - March 15th, 2023

Hy Admins, sorry but nothing is going on here in terms of errors- attachments still don't work in certain styles, can I help you somehow? Browse templates or files? So it's extremely annoying when that doesn't work


RE: Attachments? - SpookyZalost - March 17th, 2023

I'll take a look at it tonight. seems like there's something in the makestation light theme that the rest are missing


RE: Attachments? - tc4me - March 17th, 2023

Thanks ,  Big Grin


RE: Attachments? - SpookyZalost - March 17th, 2023

@tc4me in the mean time, bb codes do work. so for images it'd be [img]imagelinkhere[/img]


RE: Attachments? - tc4me - March 17th, 2023

Ok ok