Page 1 of 1

Working on Header Navbar addon, where to post code and core issues?

Posted: Wed Jun 23, 2021 12:11 pm
by beppe34
Working on a Header navbar with following links:

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

Re: Working on Header Navbar addon, where to post code and core issues?

Posted: Wed Jun 23, 2021 12:40 pm
by admin
beppe34 wrote: Wed Jun 23, 2021 12:11 pm Are there somewhere I can post the code for others to use and contribute when it is not fully implemented?
Yes, here in the Forum
beppe34 wrote: Wed Jun 23, 2021 12:11 pm If I see an issue/improvement/bug in core code - where do I communicate that?
In the relevant topic for the version e.g. here viewtopic.php?f=10&t=640