<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0pt;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>And the vocabperms module does the same
thing for taxonomies&#8230;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Doug Green</span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span style='font-size:
7.5pt;font-family:Arial;color:navy'>904-583-3342</span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span style='font-size:
7.5pt;font-family:Arial;color:navy'><a href="http://www.douggreenconsulting.com"
title="http://www.douggreenconsulting.com/">www.douggreenconsulting.com</a></span></font></p>

<p class=MsoNormal><font size=3 color=navy face="Times New Roman"><span
style='font-size:12.0pt;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><em><i><font size=1 color=navy face=Arial><span
style='font-size:7.5pt;font-family:Arial;color:navy'>Bringing Ideas to Life
with Software Artistry and Invention...</span></font></i></em></p>

<p class=MsoNormal><em><i><font size=1 color=navy face=Arial><span
style='font-size:7.5pt;font-family:Arial;color:navy'>Providing open source
software political solutions</span></DEFANGED_SPAN></font></i></em></p>

</div>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=3 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
development-bounces@drupal.org [mailto:development-bounces@drupal.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Ken Rickard<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, July 17, 2007 7:05
PM<br>
<b><span style='font-weight:bold'>To:</span></b> development@drupal.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [development] req:
role-specific content in pages</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>The CCK-Field-Permissions
module lets you set this at the field-creation level, no embed code needed.<br>
<br>
It also lets you specify View/Edit/Delete permissions for each field of a node.<br>
<br>
<a href="http://drupal.org/project/cck_field_perms">http://drupal.org/project/cck_field_perms</a><br>
<br>
- Ken Rickard<br>
agentrickard</span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 7/17/07, <b><span style='font-weight:bold'>David
McNab</span></b> &lt;<a href="mailto:rebirth@orcon.net.nz">rebirth@orcon.net.nz
</a>&gt; wrote:</span></font></span></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Hi Drupal devs,<br>
<br>
In case there's anyone with a bit of spare time coming up, and open to <br>
ideas, I've had a thought for what could be (for some) a very useful<br>
module.<br>
<br>
The idea is to have parts of a node marked-up to be visible only to<br>
certain roles.<br>
<br>
This could be achieved with certain SGML-like markups in the node body. <br>
<br>
For a silly example:<br>
<br>
&nbsp;&nbsp;&lt;h3&gt;Sale! All boots 35% off!&lt;/h3&gt;<br>
<br>
&nbsp;&nbsp;&lt;restrict role=&quot;retailer&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;We've picked up a big consignment of factory
seconds from China.<br>
&nbsp;&nbsp;&nbsp;&nbsp;Faults are very minor, but we can't exactly charge full
price for<br>
&nbsp;&nbsp;&nbsp;&nbsp;them. Otherwise, they're nice lines, and you should
turn them over<br>
&nbsp;&nbsp;&nbsp;&nbsp;no problem. When you order stocks, please quote
discount code<br>
&nbsp;&nbsp;&nbsp;&nbsp;#CNS4414&lt;/p&gt;<br>
&nbsp;&nbsp;&lt;/restrict&gt;<br>
<br>
&nbsp;&nbsp;&lt;restrict role=&quot;admin&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;FFS Ian! Get off your butt and fix up those
order screens!&lt;/p&gt;<br>
&nbsp;&nbsp;&lt;/restrict&gt;<br>
<br>
&nbsp;&nbsp;&lt;restrict role=&quot;manager&quot;&gt; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Sleep easy, Caitlin, we'll get 'em off your
hands. You could<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; even come out a bit ahead.&lt;/p&gt;<br>
&nbsp;&nbsp;&lt;/restrict&gt;<br>
<br>
&nbsp;&nbsp;Grab them while they last from your nearest retail outlet, or <br>
&nbsp;&nbsp;&lt;a href=&quot;order&quot;&gt;order them online here&lt;/a&gt;.<br>
<br>
Thoughts?<br>
<br>
Cheers<br>
David<br>
<br>
PS - My PHP is way rusty (switched to Python 5 years ago), and I'm just<br>
starting to learn the Drupal API. Otherwise I'd have a go at it myself. <br>
<br>
<br>
</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

</div>

</body>

</html>