Closed (fixed)
Project:
SIOC
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2007 at 19:27 UTC
Updated:
5 Feb 2008 at 22:41 UTC
I am getting my distributed semantic everything sites in place, and would be interested to know of any plans for a Drupal 5 version ?
Comments
Comment #1
duckofdeath commentedHi,
I was about to ask the same question. I took a look at the source and it looks like (I have the 4.7.x-1.x-dev version) there has only 1 line to be changed in sioc.module to get it running:
if (module_exist('foaf')) {to
if (module_exists('foaf')) {Additionally you would have to sioc.info.
So far its running if you have all the node types it needs (forum, etc.) installed, otherwise you get naughty error messages (sioc module is trying to access functions from the forum module without checking if it is installed).
Cheers,
Reinhard
Comment #2
terraces commentedFixed !
Sorry for the delay.
I'll check what you mention re. forum module
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.