| Project: | VirtualNorthstar.org Web Site |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | tony |
| Status: | active |
Jump to:
Description
Add some of the common elements that would be found on dedicated blog platforms, such as:
Archives
Personal Bio
Recent/ Highlighted entries summarized in sidebar
Very visible links to syndication feeds
Affects:
node-blog.tpl.php
Complications
This is turning out to be significantly more complicated and involved than I had anticipated. The bad news is that means it will take a bit longer to close this ticket. The good news is that we will likely end up contributing some code back to the community when everything is done if I figure out how to write it.
Nice work
This looks GREAT! I really like the idea of contributing back to the community. Nice work Tony.
Partly done
Okay, I now have it displaying the following on individuals' blog pages:
Still left to do:
The first two are in progress, with the current possible behavior being that we can show a calendar or an archive page for all users' posts. I am currently getting some help from someone for adding a user variable to the archive module to enable that filtering. So far we can do it, but only when already specifying the day you want to know about, where instead user filtering should take precedence over date filtering.
The bio field should be easy - I'm just pondering whether it should be two separate entries, or somehow able to automatically truncate it. This will eventually end up working with modifications to the staffbio module.
Syndication links should be easy - I'll start looking into the syndication-related issues for various parts of the site next.
#1
Rather than affecting node-blog, this should be implemented as a block within the sidebar_right region. Set the visibility of the block to only be when node type is 'blog'. User pictures will also go in this block.