My Marketplace downloads don't install

Permalink
So, where do I upload the downloaded files to? Do I just upload them to the root/packages directory or the root/concrete/packages directory or BOTH?

Thanks.

I think this may be why I had trouble editing the view.css files correctly before. The auto-install failed, so I manually uploaded them and they SEEMED to work, but I could not edit them right.

 
Fernandos replied on at Permalink Reply
Fernandos
Hi, Nate22!

You upload your Marketplace package to "/packages"
and not "/concrete/packages".

If you want to customize the looks of your package you can do that by creating a template for it.

Create a templates folder in your /packages/mypackage/blocks/myblock/templates.

Then you create a my_look directory in the templates folder and then you can place your view.css and view.php view.js and images there.

Hav phun :)

To learn more about Block templates try the docs and the search.
zoinks replied on at Permalink Reply
What I finally started doing was just recreating the directory structure in my Theme and uploading the view.css there in my Theme directory.

But, that didn't work with the view.php, so I just changed the file and overwrote it (didn't want a custom template, since I just changed one line).

It is good to know the proper way to do it. Hopefully, my way is okay, too.