<HTML>
<HEAD>
<TITLE>Re: [consulting] Print Specific Message on admin/settings/admin</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>No problem adding another region, but how would people view the block when they install my theme? Can I put code into template.php to print a block for that page only? That would be a great solution.<BR>
<BR>
Holly Ferree<BR>
<BR>
<BR>
On 12/8/09 11:20 AM, &quot;Sam Cohen&quot; &lt;sam@samcohen.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Why not just use a block?  You might have to add a region if you don't have one at the top of the page, but that's very simple.<BR>
<BR>
Sam<BR>
<BR>
<BR>
On Tue, Dec 8, 2009 at 11:18 AM, Steven Jones &lt;steven@aella.co.uk&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi Holly,<BR>
<BR>
You'll actually need to create a module that implements hook_help<BR>
(probably easier than it sounds).<BR>
<BR>
If you read this page:<BR>
<a href="http://drupal.org/node/206753">http://drupal.org/node/206753</a><BR>
and it's first two sub pages:<BR>
<a href="http://drupal.org/node/206754">http://drupal.org/node/206754</a><BR>
<a href="http://drupal.org/node/206756">http://drupal.org/node/206756</a><BR>
<BR>
then you'll have implemented your hook_help, and it'll be ready to<BR>
customise to your hearts desire!<BR>
<BR>
Regards<BR>
Steven Jones<BR>
<BR>
Phone : 02476 417 749<BR>
Mobile : 07702 131 576<BR>
Twitter : darthsteven<BR>
<BR>
<BR>
<BR>
2009/12/8 Holly Ferree &lt;hferree@gmail.com&gt;:<BR>
&gt; I actually tried using it (so it either doesn't work or I'm doing something<BR>
&gt; wrong...(I'd bet the later)).<BR>
&gt; -------------------------<BR>
&gt;<BR>
&gt; I tried in hook_help() in the template.php:<BR>
&gt;<BR>
&gt; &lt;?php<BR>
&gt;<BR>
&gt; function hook_help($path, $arg) {<BR>
&gt;  switch ($path) {<BR>
&gt;<BR>
&gt;    // Help info for the administration theme page<BR>
&gt;<BR>
&gt;    case 'admin/settings/admin':<BR>
&gt;      return '&lt;p&gt;' . t('This theme is integrated with the color module! To<BR>
&gt; customize this theme go to the &lt;a<BR>
&gt; href=&quot;/admin/build/themes/settings/accolade&quot;&gt;settings page&lt;/a&gt;. ') . '&lt;/p&gt;';<BR>
&gt;  }<BR>
&gt; };<BR>
&gt;<BR>
&gt; ?&gt;<BR>
&gt;<BR>
&gt; Thanks for your help,<BR>
&gt;<BR>
&gt; Holly Ferree, Graphic Designer, BFA<BR>
&gt; 813.786.0852<BR>
&gt; hferree@gmail.com<BR>
&gt; <a href="http://www.designbyholly.com/">http://www.designbyholly.com/</a><BR>
&gt;<BR>
&gt;<BR>
&gt; On 12/8/09 5:45 AM, &quot;Steven Jones&quot; &lt;steven@aella.co.uk&gt; wrote:<BR>
&gt;<BR>
&gt;&gt; Or you can use hook_help:<BR>
&gt;&gt; <a href="http://api.drupal.org/api/function/hook_help">http://api.drupal.org/api/function/hook_help</a><BR>
&gt;&gt;<BR>
&gt;&gt; Regards<BR>
&gt;&gt; Steven Jones<BR>
&gt;&gt;<BR>
&gt;&gt; Phone : 02476 417 749<BR>
&gt;&gt; Mobile : 07702 131 576<BR>
&gt;&gt; Twitter : darthsteven<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; 2009/12/8 Chris Miller &lt;chris@trailheadinteractive.com&gt;:<BR>
&gt;&gt;&gt; You can check $_GET['q'], or use the arg() function to check parts of the<BR>
&gt;&gt;&gt; current path.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;   Chris.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; On Mon, Dec 7, 2009 at 2:07 PM, Holly Ferree &lt;hferree@gmail.com&gt; wrote:<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; How do I print a specific message if the page is admin/settings/admin<BR>
&gt;&gt;&gt;&gt; (administration theme page)?<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; I just want a little note at the top of the page to say that the color<BR>
&gt;&gt;&gt;&gt; module can be used with the theme.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; Thanks,<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; Holly Ferree, Graphic Designer, BFA<BR>
&gt;&gt;&gt;&gt; hferree@gmail.com<BR>
&gt;&gt;&gt;&gt; <a href="http://www.designbyholly.com/">http://www.designbyholly.com/</a><BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; _______________________________________________<BR>
&gt;&gt;&gt;&gt; consulting mailing list<BR>
&gt;&gt;&gt;&gt; consulting@drupal.org<BR>
&gt;&gt;&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; --<BR>
&gt;&gt;&gt;  Chris Miller<BR>
&gt;&gt;&gt;  Trailhead Interactive<BR>
&gt;&gt;&gt;  <a href="http://www.trailheadinteractive.com">http://www.trailheadinteractive.com</a><BR>
&gt;&gt;&gt;  406-750-0107<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; _______________________________________________<BR>
&gt;&gt;&gt; consulting mailing list<BR>
&gt;&gt;&gt; consulting@drupal.org<BR>
&gt;&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; consulting mailing list<BR>
&gt;&gt; consulting@drupal.org<BR>
&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; consulting mailing list<BR>
&gt; consulting@drupal.org<BR>
&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
&gt;<BR>
_______________________________________________<BR>
consulting mailing list<BR>
consulting@drupal.org<BR>
<a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
consulting mailing list<BR>
consulting@drupal.org<BR>
<a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Holly Ferree, Graphic Designer, BFA<BR>
813.786.0852<BR>
hferree@gmail.com<BR>
<a href="http://www.designbyholly.com/">http://www.designbyholly.com/</a><BR>
</SPAN></FONT>
</BODY>
</HTML>