<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> if ($type_name != 'blog') {<BR> return;<BR> }<BR> $extras = array();</DIV>
<DIV> $extras['add_comment'] = array(<BR> 'label' => t('Add comment'),<BR> 'description' => t('Content section') . ': ' . t('Link to the new comment form'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['plus1_widget'] = array(<BR> 'label' => t('Recommend'),<BR> 'description' => t('Content section') . ': ' . t('Link to recommend node'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['tweetmeme'] = array(<BR> 'label' => t('Retweet'),<BR> 'description' => t('Content section') . ': ' . t('TweetMeme button'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['service_links'] = array(<BR> 'label' => t('Save and Share'),<BR> 'description' => t('Content section') . ': ' . t('Service Links buttons'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['print_links'] = array(<BR> 'label' => t('Print Links'),<BR> 'description' => t('Content section') . ': ' . t('Print Links?'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['see-more'] = array(<BR> 'label' => t('See more'),<BR> 'description' => t('Content section') . ': ' . t('See more posts Links'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['categories'] = array(<BR> 'label' => t('Categories'),<BR> 'description' => t('Content section') . ': ' . t('Term links from Categories'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> $extras['related'] = array(<BR> 'label' => t('Related research'),<BR> 'description' => t('Content section') . ': ' . t('List of related research'),<BR> 'weight' => 0,<BR> );</DIV>
<DIV> return $extras;<BR>}<BR> </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 <khzmusik@hotmail.com><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>