please port to drupal 6!!!
zilla - March 7, 2008 - 05:52
| Project: | Side Content |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
i love this module. when i built my first real drupal site a long while back, i went off the deep end with this putting custom content into half of the nodes on my site - it's awesome...
any plans for d6?

#1
Seconded. I'm currently building a Drupal 5 site and I'd like to know whether a D6 version of SideContent will be created before using its functionality!
#2
I join. It would be great to have this module available fro Drupal 6.
#3
Yes, I plan to port this to Drupal 6.
However, none of the projects I use this on will be upgraded to 6 until Views has been updated and gone through a month or two of testing, so it may take a while.
#4
An early port version.
#5
Were you able to validate the above patch for yourself? Here's a newer version of the 5.x -> 6.x patch that fixes the issue of displaying the same cached content for different nodes when the user is not authenticated, thus violating the "The content will only be seen when viewing the page (node) that it's been added to." feature.
The latest change involves adding $blocks[0]['cache'] = BLOCK_CACHE_PER_PAGE attribute. May also need to run "update blocks set cache=4 where module='sidecontent';" for sidecontent blocks that had already been defined.