Hi guys & gals,
I'm trying to put together a plugin similar in function to wordpress' "minipost" plugin (http://www.piepalace.ca/blog/projects/miniposts).
The basic idea is to add a checkbox to the posting page that corresponds to a boolean column in the database (I believe in evo_items__item) indicating whether or not the post is "mini" or not.
Once this is done we'd change the post loop in our skin to specially render posts if they are marked as miniposts.
Is this going to be possible using only b2evolution's plugin API, or are we going to need to resort to hacks?
Oh yeah, we are running 2.4.5.
Any advice is greatly appreciated.
Thanks,
Alex
why not just create a new post type and you can apply special rendering to it that way? You should be able to do this in 2.4.x series