Re: ViewAbout byline
Joao Alves dos Santos <[email protected]> Tue, 14 Mar 2006 05:10:18 +0100
| Newsgroups | gmane.comp.python.zope.coreblog.english |
|---|---|
| Message-ID | <[email protected]> |
Hi again.
I have been able to do this.
1) In the Plone portal_properties/site_properties the option
"allowAnonymousViewAbout" uncheck that option.
2) Then i went to portal_skins/CoreBlog2/ and edited the document
cbentry_document_byline.
The original file has this at the 3rdline:
tal:condition="python: site_properties.allowAnonymousViewAbout
or not isAnon"
and i changed it to:
tal:condition="python:
site_properties.allowAnonymousViewAboutCoreBlog2 or not isAnon"
3) Then i went to portal_properties/site_properties and Add a new:
Name: allowAnonymousViewAboutCoreBlog2
Value:
Type: boolean
4) Check the box
Everything is working perfectly
_______________________________________________
COREblog-en mailing list
COREblog-en-/9qXvnWia/9Wk0Htik3J/[email protected]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to coreblog-en-leave-/9qXvnWia/9Wk0Htik3J/[email protected]