Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Upload pictures to Forum discussion topics?
Will Vanilla 2 have the option to upload pictures and files to the forum discussions. Maybe embed videos as well.
We are close to begin installation and wanted to find out if this will be an available possibility and/or if its already an option.
loving the vanilla 2 theme!
We are close to begin installation and wanted to find out if this will be an available possibility and/or if its already an option.
loving the vanilla 2 theme!
0
Comments
A plugin to upload attachments is what is still missing to make me switch over to vanilla2. Unfortunately my PHP-skills are not sufficient to build one on my own.
Actually, now there is no necessary event in code to hook render of discussion post form.
Today I see this problems in creating such plugin:
1. no necessary event in view
2. form encoding type (multipart/form-data) is not set (possible change by Javascript, but comment is submitting by AJAX and this change will be ignored) [Need disable hijack comment form button clicks...]
While I writing this an another idea has been born. I could override Form::Open(). Will be in next release of Morf plugin.
But still need to disable hijack comment form button clicks.