How to properly submit a new theme now-a-days

Post Reply
User avatar
hightowe
Posts: 5
Joined: Wed Jan 08, 2020 2:46 pm

How to properly submit a new theme now-a-days

Post by hightowe »

Hi guys -

Apologies if I missed it, but it is unclear to me how to properly submit a new theme now-a-days (2020, wCMS 3.x, etc).

Thanks,

Lester
--
Lester

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: How to properly submit a new theme now-a-days

Post by wiz »

Hi hightowe.

Since we updated WonderCMS with a new system in 2020, I guess there have not been enough clarifications on this topic.

1. First step is to create a custom repository for your theme with all of the required files (which is easy to do): https://github.com/robiso/wondercms/wik ... positories
2. You can then create a pull request with your custom theme repository: https://github.com/robiso/wondercms-cdn ... -list.json
3. We then review the theme and most likely approve it.
4. Once your theme URL is in the above wondercms-cdn-files, everyone sees your theme in their WonderCMS settings.

Please let me know if you have any more question, we'd like to streamline and simplify the above process as much as possible.

User avatar
hightowe
Posts: 5
Joined: Wed Jan 08, 2020 2:46 pm

Re: How to properly submit a new theme now-a-days

Post by hightowe »

I did what I think is needed to properly publish my Adivvyo theme.

Someone that actually knows, please have a look:
Thanks.
--
Lester

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: How to properly submit a new theme now-a-days

Post by turboblack »

Notice: Trying to get property 'content' of non-object in C:\xampp1\htdocs\303\themes\adivvyo\functions.php on line 139
:? :? :?
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
StephanStanisic
Developer
Posts: 37
Joined: Fri Jul 05, 2019 8:51 pm

Re: How to properly submit a new theme now-a-days

Post by StephanStanisic »

Hi hightowe,

Awesome feature rich theme! (Also lovely admin html altering function!)

The theme looks good to me, it includes all the necessarily files.

Maybe add a if statement or ternary operator to line 139 to get rid of the notice. (Or a "@" is you are feeling lazy xd)
This shouldn't be a big issue since production servers should be hiding errors, but it's good practice to have no errors.

Post Reply