Closed (outdated)
Project:
Wordfilter
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 02:39 UTC
Updated:
28 Nov 2016 at 10:47 UTC
Jump to comment: Most recent
Comments
Comment #1
jaydub commentedThe way filters work in Drupal normally is that the contents of a node are put through the filters associated with the filter format configured for that node and the results are stored in Drupal's filter cache so that subsequent views of the node don't require running the node's contents through the filters again.
This filter cache doesn't provide for different filtered text per user role. The filter system itself doesn't provide for user role context. So out of the box you can't do what it is you are looking for.
However depending on how advanced your Drupal knowledge is there are ways to get what you want using hook_nodeapi and calling the wordfilter filtering functions directly. If you are a developer familiar with writing modules I can step you through you this -might- work. If you are not I can't really help I'm afraid.
Comment #2
mxh commentedDrupal 6 support ended on February 24th 2016. https://www.drupal.org/drupal-6-eol