J Cameron Cooper | 1 Sep 2005 01:35
Favicon

Re: Re: PlonePAS and Plone 2.1?

Dayne Medlyn wrote:

> I work with Julie.  Can you point us to some good documentation on how 
> to implement it?  Based on your comments we would need pull pieces out 
> of SVN to get it working?

You can say::

  svn export https://svn.plone.org/svn/collective/PlonePAS/trunk PlonePAS

to get the latest sources. Then put it in the Products directory.

		--jcc

> J Cameron Cooper wrote:
> 
>> Julie Kosakowski wrote:
>>
>>> One other question - does anyone have any tips or experience to share 
>>> with getting PlonePAS to work with Plone2.1?
>>
>>
>>
>> PlonePAS current development is Plone 2.1 only. I don't recall if I've 
>> made a release since the 2.1 conversion. Probably not. But it's in a 
>> pretty good state in SVN.
>>
>>         --jcc
> 
> 
(Continue reading)

Donna M. Snow | 1 Sep 2005 02:42

help... (navigation issue)

Hi all,

I've been working on this site since May and we are nearing completion 
of the first phase (it's  a rather complicated site.. lots of backend 
coding and requirements).
This is the site that wanted nested blogs.. which I conquered btw.. yay 
for me :-)..

That said.. I'm working on Plone 2.0.5 mainly because with some 
remaining migration issues in 2.1 I don't want to mess with what we have 
at the moment.. with two weeks til launch I really just need to finish 
up and move on to phase 2 or version two of this site (which I may need 
help with btw.. but no firm timeline on start of phase 2)

So here is the problema I'm wrestling with...

I need to be able to use the navigation-tree-portlet to generate a 
vertical nav with horizontal nav for the subdirectories..  and only in 
one section of the site.. (aka advisor for this site)

see http://demo5.csquaredtech.com/advisor/401k/

so my solution so far has been this...

I created a horizontal slot (thanks to an awesome how to on slot 
creation in the documentation area) I added the navigation tree slot to 
that slot.. and there you go..
I have a navigation that can be updated through the plone interface. 
which is a requirement for this client.. as they add more companies to 
their 401k advisor they want to add it to his secondary nav.. and they 
(Continue reading)

Alec Mitchell | 1 Sep 2005 02:50
Favicon

Re: Override site wide syndication

On Wednesday 31 August 2005 11:34 am, Kamal Gill wrote:
> Just to clarify, the modify_fti function would not necessarily
> *disable* syndication for a content type, but it *should* hide the
> 'syndication' tab for a given content type.  This seems to work for AT
> content types I've created in the past.  Will anyone else second my
> claim, or am I out of the loop here?

This will work on types which define their own syndication tabs.  In plone 2.0 
the default syndication tab was classified as a 'folder' action, which meant 
it only appeared on types which were listed in the use_folder_tabs property 
from site_properties, any other types defined it on the type, on such objects 
setting it in moodify_fti would work.  In 2.1 it is an 'object' action and 
applies to all folderish objects, however it is invisible by default and 
enabled explicitly only for Smart Folders.

Alec

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Martin Aspeli | 1 Sep 2005 03:04
Picon
Gravatar

Re: help... (navigation issue)

Hi Donna,

> I need to be able to use the navigation-tree-portlet to generate a  
> vertical nav with horizontal nav for the subdirectories..  and only in  
> one section of the site.. (aka advisor for this site)
>
> see http://demo5.csquaredtech.com/advisor/401k/

It's a little tricky to know what you need since your description is quite  
long-winded and I've just finished my 90-page dissertation, but I'll try...

I wouldn't necessarily try to (ab-)use the navtree. It is a rather  
difficult piece of code to wrestle with. Look at http://nanobusiness.org -  
do the navigation elements (left column, drop-downs at the top) there do  
what you want? These are pulled from the site structure (which is good  
information architecture, though some clients are more particular about  
their layout... for those PloneExtendedNavigation may be worth checking  
out), so anyhting at the top is generated from the folder /info and the  
left column from /services. I wrote a how-to outlining how I did this:

http://plone.org/documentation/how-to/custom-navigation

The basic idea is that you have a script which pulls the site structure  
out and puts it in a data structure, and a page template snippet (which  
I've put in a template and metal:include-macro'd into my main_template) to  
generate an appropriate structure (nested <ul>'s in my case) which is then  
styled with CSS. Try looking at that.

As for ExtendedPathIndex, this would allow you to do the same but using a  
catalog query, which is much more efficient. The 2.0 navtree and my code  
(Continue reading)

bobb | 1 Sep 2005 03:35
Picon

Re: Re: Plone and Oracle


----- Original Message -----
From: "J Cameron Cooper" <jccooper@...>
To: "Mikko Koivunen" <mikko.koivunen@...>
Cc: "Plone-Users" <plone-users@...>
Sent: Wednesday, August 31, 2005 12:38 PM
Subject: Re: [Plone-users] Re: Plone and Oracle

> Mikko Koivunen wrote:
> > Shaun Hills wrote:
> >
> >>You could look at using the mxODBC database adapter from eGenix.
> >>I've not used it on Oracle/Linux but generally it works well on Windows
> >
> > and
> >
> >>there is a Linux port. It also appears to be actively maintained and
> >
> > eGenix's
> >
> >>support is quite good.
> >
> >
> > Thanks for the quick reply. I ordered an evaluation license from eGenix.
An
> > open source adapter would be nice, though. But I'll see how this one
works
> > and decide.
>
> I think there's an open source ODBC DA for Windows. The trick is
(Continue reading)

bobb | 1 Sep 2005 03:39
Picon

Re: Re: printing just the text of pages?


----- Original Message -----
From: "+lupa+" <lupa@...>
To: <plone-users@...>; <chris@...>
Sent: Thursday, August 25, 2005 11:23 AM
Subject: Re: [Plone-users] Re: printing just the text of pages?

> Martin's wrong for once... (he has a very impressive record for correct
> answers here)... but this is not a browser problem per se.
>
> The answer is in the print CSS.  There is a setting in the plonePrint.css
> (or whatever it is called) that makes this happen, this printing of
> URLs.  I'm not going to dig it all up right now for you, but you can... in
> my CalendarX product this link printing problem made printing a calendar
> absolutely impossible.  At the request of a librarian who was using
> CalendarX and whose users were wasting paper trying to print their
> calendar, I added a special CSS for the printing that overrides the
> plone.css settings, and stops printing the link URLs, at least in Firefox
> and IE (I only keep those two browsers handy).  This has been in place for
> several releases (you can find it in 0.4.15 or 0.6.3... and I'm fairly
sure
> it's in 0.5.3 as well).
>
> So the answer is... you can fix this in your CSS, in the version used for
> printing (ploneprint.css or something like that).  For an example of how
to
> do it, download CalendarX and look in the skins folder for the print
> version of CSS to see how I did it.  You don't need to install
CalendarX...
> just look in the CSS dtml files to see how it is done (it's only a couple
(Continue reading)

Cameron Beattie | 1 Sep 2005 07:24
Picon
Favicon

Alter plone default title - remove mdash

The default title for a page in Plone seems to be "document title mdash site 
title". I did a bit of searching but can't figure out how to change this. 
Any advice would be appreciated.

Regards

Cameron 

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Qian Liu | 1 Sep 2005 08:40

Folder for holding all the news items!

I had a folder called 'News' with a shortname 'news_item' that is 
holding all the published and visible news in my root of plone instance. 
I didn't publish the folder for news as I don't want anonymous to see it 
anywhere. If I go to the website as anonymous, I won't see the folder 
'News' in the navtree which is good. If I click on the portal_tab 'News' 
on the top of my site, I will see all the published news in my site. 
However, if I click on the button 'Read More' under the news highlight, 
the folder 'News' will appear in the navigation bar. Once I clicked on 
the folder and open it up, anonymous can see everything under that 
folder no matter the news is published or not. 'News' type is using 
'plone_workflow' as default workflow that is allowing anonymous to view. 
I tried to deselected the checkbox for anonymous to view the news in 
visible state, but as a result there is no news will show up without login.

Is there anyway I can use a folder to hold all the news and only allow 
anonymous to see the news has been published?

Thanks.

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Gareth Adams | 1 Sep 2005 17:51
Picon
Favicon

Restructured Text

Hi,

I've asked a general question about this before but I'm ready to try 
customising myself.

Unfortunately upgrading to 2.1 isn't currently an option as we have custom 
products which will need updating first.

I see that in the Zope 2.7.7 release there are several restructured text 
related files. As a novice (but learning) Python programmer, where can I find 
the functions to parse restructured text, and how do I import them into a 
current script?

Thanks,
Gareth

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
michael nt milne | 1 Sep 2005 11:53
Picon

Microsoft IIS and port 80 fix

I've just managed to solve an issue with a plone installation on a
Windows small business server. Basically, nothing was showing for
http://localhost:8080/manage until IIS was stopped from listening on
port 80. Don't know why this affected port 8080 but there you go.

I'm now setting up Apache to manage subdomain forwarding and re-writes etc.

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

Gmane