Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
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.