categories ( with dropdowns for all levels )
specials
e t c...
I have a working embryo.
I have two questions;
1. Are there somewhere I can post the code for others to use and contribute when it is not fully implemented?
2. If I see an issue/improvement/bug in core code - where do I communicate that?
( The addon is using an configuration setting that have multiple selection values - and that is not working in core.
Adding following code to the file: ../admin/modules_content.php row 102 will fix the issue.
Code: Select all
if(is_array($value)){
$value = implode(';', $value);
}
/best regards
beppe