[COREblog-en] modification to category listing
Donna M. Snow
donnamsnow at gmail.com
Wed Oct 11 23:02:12 CEST 2006
Yusuke NAKAI wrote:
> Hi,
>
>
>> I need to modify http://demo1.csquaredtech.com/insider-blogs/categories
>> (change 'up one level' to "top of Blog") and hide the by Paul Resnikoff
>> and date...
>>
>
> A default view method of each portal_type instance can be found in "ZMI
> > Plone instance > portal_types".
>
> "ZMI > Plone instance > portal_types > COREBlogCategoryFolder" says that
> default view method of this instance is "folder_listing". So you can
> change view of COREBlogCategoryFolder by editting "ZMI > Plone instance
> > portal_skins > plone_content > folder_listing".
>
> But this change causes site-wide effect, so if you customize
> folder_listing template, view of other portal_type instances using
> folder_listing as default view method is all affected. If you want to
> change in place (e.g. only for COREBlogCategoryFolder), you need to take
> another way. For example,
>
> First, go to "ZMI > Plone instance > portal_types >
> COREBlogCategoryFolder", edit like this:
>
> Default view method : cbcategory_folder_listing
> Available view methods : cbcategory_folder_listing
> folder_listing
>
> Second, go to portal_skins/plone_content/folder_listing, click customize
> button and customize it as you like (e.g. comment out "up one level"
> link, author and date).
>
> Finally, rename it cbcategory_folder_listing.
>
>
> Regards,
>
>
Thank You so much! This worked perfectly!
http://demo1.csquaredtech.com/insider-blogs/categories
http://demo1.csquaredtech.com/insider-blogs/categories/Legal
So now on the
http://demo1.csquaredtech.com/insider-blogs/categories/Legal pages
(individual category pages) I need to list entries reverse
chronological.. (latest entry first..) any suggests? I'm looking for
template now for this page..
Donna M. Snow
More information about the COREblog-en
mailing list