Hi :-). On Wed, 19 Jan 2005 12:35:12 +0100, [EMAIL PROTECTED] wrote: > I'm driving the Schockwellenreiter > <http://blog.schockwellenreiter.de/">, one of the most popular German > weblogs with COREblog since more than one year. But now I run in > heavy problems because my month-lists as well as my category-entries > become bigger and bigger and killing my Zope on my small server. You > can read more about that here > <http://blog.schockwellenreiter.de/7841> (in German).
Sorry...! Please try to customize templates on your blog,monthlist_html,categorylist_html or something. For example, in categorylist_html,fix around this line <dtml-in "rev_category_entry_items(category_id=cat_id)"> like this. <dtml-in "rev_category_entry_items(category_id=cat_id)" size=50,start=foo> Flowing how-to will help you. http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.7.5.html ---------------------------------------- Atsushi Shibata (Webcore Corp.) [EMAIL PROTECTED] http://www.webcore.co.jp/ ---------------------------------------- _______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
