Plone

Plone Screencasts

Plone have some screencasts which are an excellent introduction to Plone and how it works

Plone Videos

Includes Screencast Editing with Plone

"How to use the Plone content management system to edit both images and text in a site. Demonstrates Plone’s built-in image manipulation and rescaling, as well as its rich text editing capabilities." 12 mins

More unearthed tips….

Again from my email clear out, I have found a few more tips, this time suggested by Priyadarshan…..

Drag and drop item reordering in Plone 2.5

You can just reorder the order items have in a folder just by dragging and dropping them around. This is of course of great usefulness, since the order in a folder dictates the order in the navigation.

Making a static copy of a Plone Site

This is an excellent recipe to make a static copy of a Plone site:
http://www.zopelabs.com/cookbook/1103609775

Searching for Code in Google

http://www.google.com/codesearch allows searches for source code
on the web. Allows filtering for programming language, license etc.

Plone Navigation and Google Images

I was cleaning out my mail account today and discovered this rather interesting tip from Richard which he divulged to me decades ago…if you want to boost the standing of an image on your Plone site in Google Images, one way would be to make images viewable in navigation (via preferences -> navigation settings).

This is by no means an aesthetic solution; however you can always use workflow to filter out images you do and don’t want displayed in navigation.

Creating proper internal links

Images

Images are the same: .. image:: /images/vasudevaserver.gif

This is bad: /images/vasudevaserver.gif/

The bottom line is: Never add a trailing slash!

Also, please make sure images always have the type of file at the end (.jpg or .gif)

vasudevaserver

Owner permissions in Plone

Factoid of the day: Owners can add images and files in Plone but by default they can’t edit them once the save button is pressed.

ATImage tips

The default Image type in Plone (ATImage from the ATCT Product) is capable of scaling:

large : (768, 768)

preview : (400, 400)

mini : (200, 200)

thumb : (128, 128)

tile : (64, 64)

icon : (32, 32)

listing : (16, 16)

To access these sizes, append /image_XXX to the URL, where XXX is one of the above sizes.

Choosing ‘photoalbum view’ in the new ‘display’ menu when inside a folder containing images will result in a different view.

Example: if you reference /images/EasyBlog-Logo-1.gif on this site you will have:

Listing: /images/EasyBlog-Logo-1.gif/image_listing

/images/EasyBlog-Logo-1.gif/image_listing

Icon: /images/EasyBlog-Logo-1.gif/image_icon

/images/EasyBlog-Logo-1.gif/image_icon

Tile: /images/EasyBlog-Logo-1.gif/image_tile

/images/EasyBlog-Logo-1.gif/image_tile

Thumb: /images/EasyBlog-Logo-1.gif/image_thumb

/images/EasyBlog-Logo-1.gif/image_thumb

Mini: /images/EasyBlog-Logo-1.gif/image_mini

/images/EasyBlog-Logo-1.gif/image_mini

Preview: /images/EasyBlog-Logo-1.gif/image_preview

/images/EasyBlog-Logo-1.gif/image_preview

Large: /images/EasyBlog-Logo-1.gif/image_large

/images/EasyBlog-Logo-1.gif/image_large

Plone byline issues

One of the bees that’s been buzzing around in my bonnet recently is the issue of bylines in plone.

To me, any text that appears on a Plone page should be editable via a UI rather than having to edit a template. Ever since 2.1 the byline has been right at the top, so it might be one of the first things a new Plone user will wish to modify. An option to turn on/off the last modified date would be welcomed, some of our content contributors find it ugly and also a little misinformative if you have a site with contributors from all around the globe. At least it’s simple enough to remove the byline entirely, see here.

The same issue also applies to the colophon, the bit at the very bottom….

But to me the main issue is that to move the byline somewhere else requires a main template modification. I know its only cut and paste, but when you’re using other products with modified templates you kind of want to keep the clutter to a minimum. Since there’s only four places where 99% of sane Plone users will want to put their byline why not just have the ability to make that choice in a UI also?

Until things change, we are modifying the main template of our vsCore product to put the byline on the bottom right. We are also working on skin changes so that a photo of the page creator appears on the bottom right.