<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"><base href="x-msg://3/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm not familiar with the node clone module, honestly, but would a combination of hook_form_alter (to disable the field) and hook_node_presave (to act as a 'catch-all' to either override the title or insert your own custom title) work?<div><br></div><div>I don't know if node_clone.module injects some way to determine if the new node is a clone or such, unfortunately.&nbsp;</div><div><br></div><div>Regards,</div><div>Todd</div><div><br><div><div>On Aug 20, 2012, at 6:11 PM, "Hummel, Tracey S - (thummel)" &lt;<a href="mailto:thummel@email.arizona.edu">thummel@email.arizona.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div fpstyle="1" ocsi="0" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="direction: ltr; font-family: Tahoma; font-size: 10pt; ">In Drupal 7, I'm using the Node Clone module to create copies of nodes that get assigned to different users. &nbsp;I'd like the user who gets ownership of the cloned node to be able to edit anything except the Title.&nbsp;<div><br></div><div>Is there any way to make the title field not editable by the owner of the node?<div><br></div><div>I tried creating a new CCK Title field and then used Auto Node Title to populate the default title field with this new CCK field. &nbsp;I then used Field Permissions to only allow specific roles to update that CCK field.&nbsp;</div><div><br></div><div>It works great except when the node is cloned, any special characters in the CCK Title field get character encoded.&nbsp;</div><div><br></div><div>Original node title:&nbsp;</div><div>Conjunctions "et", "mais" and "ou"&nbsp;</div><div><span style="font-size: 12px; line-height: 20px; background-color: rgb(255, 255, 255); "><br></span></div><div><span style="font-size: 12px; line-height: 20px; background-color: rgb(255, 255, 255); ">Cloned node title:&nbsp;</span></div><div><span style="font-size: 12px; line-height: 20px; ">Conjunctions &amp;quot;et&amp;quot;, &amp;quot;mais&amp;quot; and &amp;quot;ou&amp;quot;&nbsp;</span></div><div><span style="font-size: 12px; line-height: 20px; "><br></span></div><div><span style="font-size: 12px; line-height: 20px; ">Any ideas?<br><br>Thank you,<br>Tracey</span></div><div><br><div style="font-family: Tahoma; font-size: 13px; "><div style="font-family: Tahoma; font-size: 13px; "><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">--------------------</span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">Tracey Hummel<br><span style="font-size: 10pt; "><em>Web Application Developer</em></span></span></font></div><div style="font-family: Tahoma; font-size: 13px; "><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">University of Arizona<br>Social &amp; Behavioral Sciences Technical Services</span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">University Services Building,<span class="Apple-converted-space">&nbsp;</span></span></font><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">888 N. Euclid, Room 302</span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">PO Box 210158, Tucson AZ&nbsp; 85721-0158</span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; ">520-626-3223</span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; "><a href="mailto:tracey@arizona.edu">tracey@arizona.edu</a></span></font><br><font size="2" style="font-family: Arial; "><span style="font-size: 10pt; "><a href="http://tshummel.com" target="_blank">http://tshummel.com</a></span></font></div></div></div></div></div>--<span class="Apple-converted-space">&nbsp;</span><br>[ Drupal support list |<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.drupal.org/">http://lists.drupal.org/</a><span class="Apple-converted-space">&nbsp;</span>]</div></blockquote></div><br></div></body></html>