Makestation

Full Version: Attachments?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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?
There is a mistake in all theme except default!
(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!
Sorry my English is still like a toddler :-)
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.
Perfekt , Thank You Wink
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.
Thank´s
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>
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
I'll take a look at it tonight. seems like there's something in the makestation light theme that the rest are missing
Thanks ,  Big Grin
@tc4me in the mean time, bb codes do work. so for images it'd be [img]imagelinkhere[/img]
Ok ok