Alberto Lopes | 1 Feb 04:26

Re: Plone4 - Classic Plone Theme - Tags - Scrollbar not showing

Thanks, Espen. Actually, what was lacking was only the height configuration, there is a element style with the overflow-y config.


I may be wrong, but from what I see, it is a bug with the style sheet for the Plone Classic Theme (the lack of a height config in a style sheet.

On Tue, Jan 31, 2012 at 6:34 AM, Espen Moe-Nilssen <espen <at> medialog.no> wrote:
Hi

I did this with css once, try something like

#existingTagsSection #subject {
    height: 150px;
    overflow-yscroll;
}

Espen

Den 30. jan. 2012 kl. 20.42 skrev Alberto Lopes:

Dear friends,

I just noticed that when I switch a Plone4 site to the "Plone Classic Theme"
the "Select from existing tags" fields just show all the existing tags as a
list of checkbox (the opposite as with the default Sunburst theme, which
shows the existing tags as checkboxes inside a list box with scrollbars).

The problem is that when you have a long list of tags (say, hundreds of
them, considering a site with more than 66k items and 200 editors) you have
a ridiculously long page that breaks hard the usability for the feature.

Does anyone know how I can workaround this issue (maybe overriding some
template or view...)?

I am using Plone 4.1.2, with no special products (just plone.app.caching and
plone.app.ldap), and have tested the behavior with both IE7 and Chrome.

Regards,

Alberto

--
View this message in context: http://plone.293351.n2.nabble.com/Plone4-Classic-Plone-Theme-Tags-Scrollbar-not-showing-tp7237786p7237786.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
ajung | 1 Feb 06:40

Re: Plone 4.1.3 and syndication


Nate Jarchow wrote
> 
>  Syndication is enabled site-wide just not for the specific 
> content item.
> 
> Shouldn't syndication be enabled by default for collections?
> 

Why should it be enabled by default? It is as it is. 

-aj

--
View this message in context: http://plone.293351.n2.nabble.com/Plone-4-1-3-and-syndication-tp7240826p7242160.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Nikolaj Groenlund | 1 Feb 11:47
Picon
Favicon

Trying to make collective.navigationtoggle work

I can not make navigationtoggle work on a clean 4.1.3 install.

Ive added to eggs:

eggs =
    collective.navigationtoggle

Then "bin/buildout and add product in Site Setup.

In "Configuration Registry" I found "collective navigationtoggle interfaces INavigationToggleSettings selectors" and added "/Menu" as "Link Selector".

Ive tried to make an "alert(value)" in the makeDynamicElements method in

  ./buildout-cache/eggs/collective.navigationtoggle-0.3.0-py2.6.egg/collective/navigationtoggle/browser/collective.navigationtoggle.js

, and the alert method is called showing "/Menu" (which is good). But when clicking on "Menu" it just shows the folders in default navigation style. How to fix?


Thanks
Nikolaj G.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Nikolaj Groenlund | 1 Feb 11:49
Picon
Favicon

How to make left menu navigation on frontpage

It seems like a simple task, but I can not make it work. Ive been trying to make a left menu navigation on the frontpage. It should list the content of a folder called "Document" (which have several folders with documents). The Document folder (in root) should be hidden from navigation by using "Exclude from navigation". How to do? Im using a clean 4.1.3 install.

Thanks
Nikolaj G.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Nikolaj Groenlund | 1 Feb 11:50
Picon
Favicon

Comment: document already exists in the index error

After upgrading to 4.1.3 from 4.0.5 I get this error when making a second Comment (or a Comment to an existing Comment i.e. indented):

  ERROR Products.ZCatalog A different document with value 'bc33fa86-7cf8-4a68-999f-851cd7d5ffb1' already exists in the index.' None

The functionality works i.e. it is "only" shown in the log. How to fix?


Thanks
Nikolaj G.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Nikolaj Groenlund | 1 Feb 11:51
Picon
Favicon

PloneboardSubscription: UnicodeDecodeError: 'ascii' codec can't decode byte

After upgrading to Plone 4.1.3 from 4.0.5 I get the error below when users with "æøå" in their name makes subscription to an existing thread. The error is triggered when somebody is making an answer in the thread (Ploneboard 3.2).

The error is:

ERROR Zope.SiteErrorLog ... Module Products.PloneboardSubscription.NotificationTool, line 165, in process_pending Module Products.PloneboardSubscription.NotificationTool, line 219, in sendNotification UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)

PS in the Site Setup I have the following error under "add-on":
In "add-on" (Site Setup) Ploneboard 3.2 is reporting problems:

    "Install the intranet workflow definitions for Ploneboard."

There is also a red exclamation mark saying something with:

    "This add-on is upgraded with an old profile version uknown.
    New profile version is 1.0. There is no upgrade defined for this add-on.
    Please see the add-on doc for upgrade info, or contact the add-on author."

The PloneboardSubscription 0.2 also shows a red exclamation mark.


Thanks
Nikolaj G.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Nikolaj Groenlund | 1 Feb 11:52
Picon
Favicon

"Discussion" link is missing in Site Setup

After upgrading to 4.1.3 from 4.0.5 the "Discussion" link is missing in the Site Setup when logged in as Admin?

Ploneboard 3.2 and PloneboardSubscription 0.2 is installed.

These are the products installed:

Plone
    Pillow
    lxml
    collective.contentrules.mailtogroup
    Products.ploneboard
    python-dateutil
    Products.PloneboardSubscription
    qi.portlet.TagClouds
    collective.flowplayer
    Products.EasyNewsletter
    Products.Poi
    Products.CMFPlacefulWorkflow


Thanks
Nikolaj G.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Timo Stollenwerk | 1 Feb 12:58
Picon
Favicon

Re: "Discussion" link is missing in Site Setup

Hi Nikolaj,

Am 01.02.2012 11:52, schrieb Nikolaj Groenlund:
> After upgrading to 4.1.3 from 4.0.5 the "Discussion" link is missing in
> the Site Setup when logged in as Admin?

This is a known issue:

https://dev.plone.org/ticket/12106

There is a migration step missing that makes sure that p.a.discussion is
properly installed when upgrading from 4.0.x to 4.1.x.

To fix this, you can either install p.a.discussion before you do the
migration or you have to manually re-install p.a.discussion on your
Plone 4.1 instance.

Sorry, I haven't had the time to fix that bug yet and I'm afraid I won't
be able to look into it in the next couple of weeks either.

Feel free to add any questions or findings to the ticket.

Cheers,
timo

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Nate Jarchow | 1 Feb 15:40
Picon

Re: Plone 4.1.3 and syndication

On 1/31/2012 11:40 PM, ajung wrote:
>>   Syndication is enabled site-wide just not for the specific
>> content item.
>>
>> Shouldn't syndication be enabled by default for collections?
>>
>
>
> Why should it be enabled by default? It is as it is.
>
> -aj

In Plone 3 it was this way and I couldn't find documentation on when/why 
it changed hence my question to the list. I'm guessing it has something 
to do with PLIP 192 but I can not find a copy of that.

Given syndication is turned on by default I assumed that it would either 
still be enabled by default on collections or the syndication tab would 
not be hidden.

So it being as it is doesn't make a lot of sense to me.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Espen Moe-Nilssen | 1 Feb 15:43
Picon
Favicon

Re: Zoom on a picture

I would go for collective.prettyphoto , and then add a javascript with something like:

jq(document).ready(function(){
    jq(document).ready(function(){
        // add rel tag for all images in the content area.
        jq("#content img").attr({"rel": "prettyPhoto"});

        // enable prettyPhoto this is in the original prettyphoto.js so you can probably skip this line
        jq("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
    });
});

espen

Den 31. jan. 2012 kl. 22.12 skrev jinpol:

Hi Plone users.

I'm looking for a way to enlarge an image that is in an html page. I have
found the module Fancy Zoom View but it only allows to enlarge image object
in a folder, but not image in a page.

So is there a way to do that ?

Thank you for your help.

Tchuss, jinpol...

--
View this message in context: http://plone.293351.n2.nabble.com/Zoom-on-a-picture-tp7241215p7241215.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users

Gmane