Closed (fixed)
Project:
Activity Stream
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 01:33 UTC
Updated:
15 Sep 2012 at 02:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
mariusooms commentedWouldn't you also need to uncomment check_markup?
Comment #2
akalsey commentedNode_save already adds in FILTER_FORMAT_DEFAULT if $node->format is not set. This patch isn't needed.
What is needed, however, is a way for the site admin to select an input filter that's used on all Activity Stream nodes that are automatically created by cron.
Comment #3
nick_vhIncluded a patch that defines a settings form to select the input filter for the activity stream objects.
It's an initial patch that allows a start for this. I don't know enough about activity stream to know if it's the right heading or not but I needed it for a project so here we go :-)
Comment #4
morbus iffThis is fixed in 7.x-3.x: the node body field will use the text processing setting and format defined in Fields UI.