Skip to content.

Etria Lists

 

[quills-dev] Quills 1.6beta1 only works with Plone Default theme

Jim Bublitz jbublitz at nwinternet.com
Thu May 15 15:45:35 UTC 2008


Raphael Ritz <r.ritz at ...> writes:

> Smells like a bug to me.
> It's been a while since I used Quills the last time but
> looking at
> 
>
>https://svn.plone.org/svn/collective/quills.app/trunk/quills/app
>/profiles/default/skins.xml
> 
> (assuming that that's teh relevant profile here) seems kind
> of limited.
> 
> Try whether changing this to
> 
> <?xml version="1.0"?>
> <object name="portal_skins">
> 
>   <object name="Quills"
>           meta_type="Filesystem Directory View"
>           directory="quills.app:skins/Quills"/>
> 
>   <skin-path name="*">
>    <layer name="Quills"
>           insert-after="custom" />
>   </skin-path>
> 
> </object>
> 
> (note the clean-up 
> makes a difference for you and please report back.
> 
> The key change here is to add the Quills layer to *all*
> skin selections - name="*" - and not just Plone Default.
> You will have to reinstall Quills after making the change
> in order for it to become effective.
> 
> HTH

Justin's TTW fix below (which looks like effectively the same thing as your
patch) solved the problem.

I have to leave on a trip in a little while, so I won't be able to try your fix
today. I do want the site I'm developing to have as few post-install TTW steps
as possible, so I'm very interested in having a package (even if modified) that
installs and works out of the box. I'll give this a try next Monday or Tuesday
and post the results - seems like it's the correct patch though.

Thanks,

Jim




More information about the quills-dev mailing list