Posted By

shrop on 07/07/08


Tagged

drupal


Versions (?)


Advertising

Submit Site


Who likes this?

3 people have marked this snippet as a favorite

basicmagic
riz
DanS42


Drupal Block Visibility: Show On Blog and Forums


Published in: PHP 



Website Promotion
DIRECTORY
is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


URL: http://www.packtpub.com/drupal-5-themes/book

From Drupal 5 Themes book.

Expand | Embed | Plain Text
  1. <?php
  2. if (arg(0) == 'blog') {
  3. return TRUE;
  4. }
  5. if (arg(0) == 'node' && ctype_digit(arg(1))) {
  6. $node = node_load(arg(1));
  7. if ($node->type == 'forum') {
  8. return TRUE;
  9. }
  10. }
  11. return FALSE;
  12. ?>

Report this snippet 

You need to login to post a comment.

Download royalty free graphics