<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>function mymodule_content_extra_fields($type_name) {<BR>&nbsp; if ($type_name != 'blog') {<BR>&nbsp;&nbsp;&nbsp; return;<BR>&nbsp; }<BR>&nbsp; $extras = array();</DIV>
<DIV>&nbsp; $extras['add_comment'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Add comment'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('Link to the new comment form'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['plus1_widget'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Recommend'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('Link to recommend node'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['tweetmeme'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Retweet'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('TweetMeme button'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['service_links'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Save and Share'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('Service Links buttons'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['print_links'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Print Links'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('Print Links?'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['see-more'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('See more'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('See more posts Links'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['categories'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Categories'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('Term links from Categories'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; $extras['related'] = array(<BR>&nbsp;&nbsp;&nbsp; 'label' =&gt; t('Related research'),<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; t('Content section') . ': ' . t('List of related research'),<BR>&nbsp;&nbsp;&nbsp; 'weight' =&gt; 0,<BR>&nbsp;&nbsp;&nbsp; );</DIV>
<DIV>&nbsp; return $extras;<BR>}<BR>&nbsp;</DIV>
<P><FONT color=#ff007f size=4 face="bookman old style, new york, times, serif"><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt"><BR>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Karl Giesing &lt;khzmusik@hotmail.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> development@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wed, January 26, 2011 11:39:51 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [development] Making custom fields available to CCK administration menus<BR></FONT><BR>
<STYLE><!--
.hmmessage P
{
margin:0px;padding:0px;}
body.hmmessage
{
font-size:10pt;font-family:Tahoma;}
--></STYLE>
Hi, this is Karl Giesing, aka Karlheinz. I'm the developer of the Discogs module:<BR>http://drupal.org/project/discogs<BR><BR>I have a user who uses CCK, and would like to administer the fields I created, using CCK's "Manage Fields" and "Display Fields" menus. I did NOT create the fields using CCK, and was wondering if this is possible.<BR><BR>Any ideas? I haven't found any documentation on how to do this.<BR><BR>-Karl.<BR></DIV></DIV></div></body></html>