alicetseng | 4 May 18:44
Gravatar

Re: PLIP 12227: In-Plone Theme Editor


Eric Steele wrote
> 
> Also, if anyone is willing to assist Martin with improving the look of
> things, he's looking for for help
> (https://dev.plone.org/ticket/12227#comment:11).
> 

Greetings Folks,
Just wanted to say hi and introduce myself. I'm a UX designer working with a
small team of front-end folks (4) at a higher-ed. We're currently working on
a project that utilizes Plone as a foundation for a hosted campus CMS
service. 

We've been playing with the Diazo theme mapper and are really interested in
seeing where this project will develop. We have a standing workgroup with
campus designers specifically to learn/evaluate Diazo. 

Is there anyway we can help with user feedback/prototype testing/UI
sketching? We're definitely not python developers - and come to CMS's with
very different needs/expectations. We're really invested in this aspect of
Plone succeeding - let us know if there's a need we can address -- I'm happy
to approach the design workgroup with some concrete tasks.

Cheers,
Alice

--
View this message in context: http://plone.293351.n2.nabble.com/PLIP-12227-In-Plone-Theme-Editor-tp7347100p7527764.html
Sent from the User Interface & Design mailing list archive at Nabble.com.
(Continue reading)

Denys Mishunov | 6 Mar 09:41
Picon

Re: PLIP 12227: In-Plone Theme Editor

Hi Eric,

> If there's anything I can do to get someone up and running with a demo
> version, I'm happy to help.

Do we just build with the plip's config? If it's possible to get a
demo up and running instead of building the thing locally I would be
happy to review.

--
Best regards,
Denys Mishunov

http://mishunov.me • twitter: <at> mishunov

View this message in context: Re: PLIP 12227: In-Plone Theme Editor
Sent from the User Interface & Design mailing list archive at Nabble.com.
_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui
espen | 1 Feb 15:33
Picon
Favicon

Re: Stylesheet problems

I would guess there is a typo, try to make your css files very simple (for example just a line with
p { display: none}

and see if it works 
.... then add back things a little by little.

Espen

Den 1. feb. 2012 kl. 14.12 skrev KlasNordberg [via Plone]:

perly read by my Google Chrome web browser, it reports an "Internal Server Error" for the merged css-file.  As a result my custom theme is ruined until I check the "development mode" again.  The same thing happens for the IE browser, so it is not isolated to Chrome. 


View this message in context: Re: Stylesheet problems
Sent from the User Interface & Design mailing list archive at Nabble.com.
_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui
espen | 31 Jan 23:02
Picon
Favicon

Re: Stylesheet problems


>
>
>Hi, I have developed a custom theme for my Plone-4.1.3 site.  The theme
>includes some css-files.  To have them appear in the HTML header of a Plone
>page I have done the following:
>
>#1 In browser/configure.zcml there is a declaration
>
>  <browser:resourceDirectory
>      name="mytheme.mytheme.stylesheets"
>      directory="stylesheets"
>      layer=".interfaces.IThemeSpecific"
>      />
>
>to specify which directory to use for my stylesheets
>
>#2 In profiles/default/cssregistry.xml there is an entry
>
> <stylesheet title=""
>    id="++resource++isytheme.isytheme.stylesheets/mystylesheet.css"
>    media="screen" rel="stylesheet" rendering="import"
>    cacheable="True" compression="safe" cookable="True"
>    enabled="1" expression=""/>
>
>for each of my custom stylesheet files.
>
>#3 My custom stylesheets are copied into the above declared "stylesheets"
>directory
>
>My problem is that I cannot make the stylesheets appear in the page view
>unless I tick the "development mode" in ZMI's css registry.  If I untick the
>developement mode they disappear again.  I checked the HTMl source produced
>by Plone and my css-files are only declared in the head when "development
>mode" is ticked, otherwise not.
>
>My css-files appear in the ZMI css registry view, so Plone is aware of them.
>Why are they declared in the HTML head only in "development mode"?

When in development mode, the css in subfolders are loaded, maybe this is why.
This has been discussed before, so try googling for it (I cant remember it now (home, a bit busy)

Espen

>
>Regards
>
>Klas Nordberg
>
>
>_______________________________________________
>If you reply to this email, your message will be added to the discussion below:
>http://plone.293351.n2.nabble.com/Stylesheet-problems-tp7240532p7240532.html
>
>To unsubscribe from Plone, visit
Espen Moe-Nilssen
Grieg Medialog AS


View this message in context:
Re: Stylesheet problems
Sent from the User Interface & Design mailing list archive at Nabble.com.
_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui

Get access to my pictures and more

   
     
 

Christian Ledermann
male - 48 years old



1   friend
    Hi!

I have created a Netlog profile and would like to give you (ui-G3yHMj00SlOLbbK5bonKug@public.gmane.org) access to my latest pictures and more.

  Connect with Christian  

Cheers,
Christian
 
       
   
  Is the button above not displayed well?
Click here or paste the link below in the address bar of your browser.
http://en.netlog.com/go/mailurl/-bT0yNjc5MDQ3MjEwJmw9MSZnbT0xMiZ1PSUyRmdvJTJGcmVnaXN0ZXIlMkZpZCUzRC1kV2xBYkdsemRITXVjR3h2Ym1VdWIzSm4lMjZ1aWQlM0QxODAzMDY1MDg_






Don't want to receive invitations from your friends anymore? Click here . Massive Media NV - E. Braunplein 18. B-9000 Gent. Belgium.
BE0859635972 - abuse-en-OrzGVW1Z1xXQT0dZR+AlfA@public.gmane.org
 
   
_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui
fraogongi | 28 Nov 11:01
Picon
Gravatar

Plone 3: Overriding default javascript files

I am using Plone 3 and currently trying to override one of the default
javascript files i.e. table_sorter.js.

Under the browser directory of my product, I created a directory
"javascripts" (just to keep things organized), then registered the directory
as a ressource, in configure.zcml:

<browser:resourceDirectory
    name="myproduct.javascripts" 
    directory="javascripts" 
    layer=".interfaces.IThemeSpecific" />
Where "myproduct" is self explanatory. Then in jssregistry.xml, I registered
and ordered the javascript files:

<javascript id="++resource++myproduct.javascripts/table_sorter.js" 
    enabled="True" 
    cookable="False" 
    inline="False" 
    insert-after="jquery.js" />
Where table_sorter.js is the name of the javascript file that I need to
override.

The reason I need to override the file is because the default has no way of
telling the user whether a table is sortable or not until it is clicked on.
I need to include icons on the table header by default.

I have followed the above steps but it does not seem to work. I have no idea
where I'm going wrong. Any help will be highly appreciated.

P.S. I've also heard that I may need to override the file in the skins
folder, I have no idea on how to accomplish this.

--
View this message in context: http://plone.293351.n2.nabble.com/Plone-3-Overriding-default-javascript-files-tp7038172p7038172.html
Sent from the User Interface & Design mailing list archive at Nabble.com.
Nathan Van Gheem | 12 Nov 19:25
Picon

Let's make plone's widgets better

Alex was investigating better widgets that plone could integrate the the conference.


If anyone wants to check out some of the initial findings, take a look at: https://docs.google.com/spreadsheet/ccc?key=0Ala3ew8gFf2-dEU4TmtoLUJPbUJIR2dzdDdQaUtEZUE


Initially, all it does is add a G+ like tag widget to plone using the chosen js widget(http://harvesthq.github.com/chosen/).

Immediate plans are:

 - use chosen for user selection widget(contributors, editors)
 - use chosen for related item(with a file tree browser pop-up)
 - replace all in and out widgets with it

Just thought I'd let everyone here know what is going on and hopefully get some more ideas and help.


-Nathan
_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui
mudijo | 9 Nov 16:39
Favicon

Adding Collection Search as a display option for all collections

Can someone please tell me how to add "Collection Search" box to the top of
all of my collections. I would like the search box to appear when the
collection is open. Any help would be greatly appreciated.

Thanks,
Diane

--
View this message in context: http://plone.293351.n2.nabble.com/Adding-Collection-Search-as-a-display-option-for-all-collections-tp6978333p6978333.html
Sent from the User Interface & Design mailing list archive at Nabble.com.
ajung | 6 Nov 17:30

Re: ZopeSkel won't install:zlib not available

You can answer this question yourself.

-aj

dr_shred wrote:
> 
> 
> Would "Installation, Setup, Upgrades" have been the
> correct choice?
> 
> S.E.
> 
> On 11/06/2011 07:27 AM, ajung [via Plone] wrote:
>>
>> Your Python interpreter must be compiled with zlib support or the 
>> related zlib
>> package for Python must be installed.
>>
>> -aj
>>
>> And please ask on the *right* list - no idea what your issue has to do 
>> with UI
>>
>>     dr_shred wrote:
>>     When I run ez_setup.py, I get
>>
>>     dr_shred <at> merle:~$ ez_setup.py
>>     Downloading
>>    
>> http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg
>>     Traceback (most recent call last):
>>       File "/home/dr_shred/python/ez_setup.py", line 279, in ?
>>         main(sys.argv[1:])
>>       File "/home/dr_shred/python/ez_setup.py", line 213, in main
>>         from setuptools.command.easy_install import main
>>     zipimport.ZipImportError: can't decompress data; zlib not available
>>
>>     even if I install zlib manually with
>>
>>     http://www.zlib.net/zlib-1.2.5.tar.gz
>>
>>     I already had zlib in the Plone tree, so installing it again
>>     should be unnecessary.
>>
>>
>>
>> ------------------------------------------------------------------------
>> If you reply to this email, your message will be added to the 
>> discussion below:
>>
http://plone.293351.n2.nabble.com/ZopeSkel-won-t-install-zlib-not-available-tp6967180p6967963.html 
>>
>> To start a new topic under User Interface & Design, email 
>> ml-node+s293351n293357h6@.nabble
>> To unsubscribe from User Interface & Design, click here 
>>
&lt;http://plone.293351.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=293357&amp;code=c3RldmVAc3ByYW5nbGUuY29tfDI5MzM1N3w0NDcyNzc1MzQ=&gt;. 
>>
> 

--
View this message in context: http://plone.293351.n2.nabble.com/ZopeSkel-won-t-install-zlib-not-available-tp6967180p6968223.html
Sent from the User Interface & Design mailing list archive at Nabble.com.
ajung | 6 Nov 15:27

Re: ZopeSkel won't install:zlib not available


Your Python interpreter must be compiled with zlib support or the related
zlib 
package for Python must be installed. 

-aj 

And please ask on the *right* list - no idea what your issue has to do with
UI

dr_shred wrote:
> 
> When I run ez_setup.py, I get
> 
> dr_shred <at> merle:~$ ez_setup.py
> Downloading
> http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg
> Traceback (most recent call last):
>   File "/home/dr_shred/python/ez_setup.py", line 279, in ?
>     main(sys.argv[1:])
>   File "/home/dr_shred/python/ez_setup.py", line 213, in main
>     from setuptools.command.easy_install import main
> zipimport.ZipImportError: can't decompress data; zlib not available
> 
> even if I install zlib manually with
> 
> http://www.zlib.net/zlib-1.2.5.tar.gz
> 
> I already had zlib in the Plone tree, so installing it again should be
> unnecessary.
> 

--
View this message in context: http://plone.293351.n2.nabble.com/ZopeSkel-won-t-install-zlib-not-available-tp6967180p6967963.html
Sent from the User Interface & Design mailing list archive at Nabble.com.
Nathan Van Gheem | 4 Nov 01:21
Picon

dinner?

Should the UI Team get together also? Could we perhaps tag along to the framework team meeting? Otherwise, I fear that some might not have an open night to do it.

_______________________________________________
UI mailing list
UI@...
https://lists.plone.org/mailman/listinfo/plone-ui

Gmane