first thanks to you for programming and supporting blogofile. In wich way its possible to change the category-index-handling. I wish to show in the categorie-index-files only an excerpt and not the full text of an blog-post. I would be pleased, if one of you could give me a hint/tip, to change this.
I have not yet tried this, but AFAIK (I've been using blogofile (0.8-dev) for about a month) it's not possible without changing the internals. My approach would be to create a new template (by default, it'd only inherit from chronological.mako), and change the categories.py file to pass the newly created template name to the materialize_template call.
Please let me know whether the above makes sense, and if you try it out, let us know whether it worked!
> I have not yet tried this, but AFAIK (I've been using blogofile (0.8-dev) > for about a month) it's not possible without changing the internals. My > approach would be to create a new template (by default, it'd only inherit > from chronological.mako), and change the categories.py file to pass the > newly created template name to the materialize_template call.
> Please let me know whether the above makes sense, and if you try it out, > let us know whether it worked!
> To post to this group, send email to blogofile-discuss@googlegroups.com. > To unsubscribe from this group, send email to > blogofile-discuss+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/blogofile-discuss?hl=en.
> That is just including a different post template depending on the URL being
> rendered, in this case the category pages.
> On Wed, Jul 20, 2011 at 4:08 PM, Peter Zsoldos <peter.zsol...@gmail.com>wrote:
> > Tobias,
> > I have not yet tried this, but AFAIK (I've been using blogofile (0.8-dev)
> > for about a month) it's not possible without changing the internals. My
> > approach would be to create a new template (by default, it'd only inherit
> > from chronological.mako), and change the categories.py file to pass the
> > newly created template name to the materialize_template call.
> > Please let me know whether the above makes sense, and if you try it out,
> > let us know whether it worked!
> > To post to this group, send email to blogofile-discuss@googlegroups.com.
> > To unsubscribe from this group, send email to
> > blogofile-discuss+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/blogofile-discuss?hl=en.