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

Open to all! Ask other shopowners for help.
Post Reply
beppe34
Member
Posts: 13
Joined: Thu Apr 01, 2021 7:26 am
Phoenix Version:
Has thanked: 1 time
Been thanked: 1 time

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

Post 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
Long time oscommerce user in transit to phoenix_cart
Are there more Swedish users out there - get in touch!

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

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

Post 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply