Closed (fixed)
Project:
Side Content
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2008 at 05:52 UTC
Updated:
19 Apr 2009 at 01:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Osfer commentedSeconded. 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!
Comment #2
bures commentedI join. It would be great to have this module available fro Drupal 6.
Comment #3
robert castelo commentedYes, 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.
Comment #4
adzio commentedAn early port version.
Comment #5
adzio commentedWere 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.
Comment #6
adzio commentedAdding to patch queue.
Comment #7
zany commentedRobert,
perhaps you could offer adzio to co-maintain this to get his port (which works nicely) tested and released? Assuming adzio would like to put more work into this. Plenty of people use sidecontent on D6, so you could find someone else otherwise.
Comment #8
dr jason guo commentedI've done a quick patch using adzio's patch, please thttp://www.xymphony.net/files/sidecontent.tar.gz
Comment #9
zany commentedJason,
nice cleanup! On a quick glance two questions come to mind:
- Are the new D6 schemas not working for postgresql? Is it okay to just revert to plain CREATE/DROP?
- Did you intentionally remove BLOCK_CACHE_PER_PAGE? Caching is quite the problem with sidecontent.
Can you please contact Robert regarding co-maintaining this?
For reference:
Comment #10
fm commentedsubscribing
Comment #11
robert castelo commentedDrupal 6 version now available.
If you find any bugs please create a new issue.