Personal tools

BlogTimes how-to

How to add MTBlogTimes like plugin to COREBlog.

BlogTimes is well-known MovableType Plugin, which record time of your posts and draw a bar-code like chart.

To install COREBlogBlogTimesPlugin, follow instructions bellow.

Download and install Plugin Product.

First, install PIL.

Then download COREBlogBlogTimesPlugin.

This is Zope product, which works with COREBlog.

Extract archive to Product directory, and restart Zope.

Add Plugin object

Go to COREBlog's contents tab. Then add COREBlogBlogTimesPlugin. ID must be default.

Add hook method

In Contents tab, you can see Folder named methods. Add Python Script in this folder, ID is addEntryHook. Following are additinal information for hook method.

  • Parameter List : d
  • Contents : container.blog_times.update()

Add some code to DTML

In contents tab -> folder modules -> index_html, add code to show plugin image.

 <dtml-var blog_times>

That's all.

Have fun :-).

You are here: Home Hot-Tos BlogTimes how-to
About COREBlog
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
Bugs/Feature Requests
If you have bug reports or feature requests, please add new ticket to trac for COREBlog2. Be sure to write your name and email address so I can contact to you :-).
COREBlog (for Zope users)
The current version of COREBlog (for Zope) is 1.2.5 (relaased 2006/04/03)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
 

Powered by Plone, the Open Source Content Management System