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,

-- 
Yusuke NAKAI

mail: [EMAIL PROTECTED]
web : http://nagosui.org
_______________________________________________
COREblog-en mailing list
[email protected]
http://postaria.com/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]

Reply via email to