Skip to content

Instantly share code, notes, and snippets.

@sameronline
sameronline / gist:1409011
Created November 30, 2011 13:10
TP Topics: Featured Topics + Agest And Stages
<?php
'topic_feature_topics_horizontal' => array(
'title' => 'Topic: Featured Topics - Horizontal',
'type' => 'views', //views/block
'id' => array("topic_region_term","block_4"), //viewid:displayid
'attach' => array('field_region_terms','nid','title'),
'default' => array(
'title' => 'Featured @pterm Topics'
)
),
@sameronline
sameronline / README.html
Created October 25, 2011 15:34
Sign out to Home Page - Rule
1. copy the row content of rule.php file to that page..
2. paste it at: /admin/rules/ie/import
that's it!...
@sameronline
sameronline / gist:1304444
Created October 21, 2011 17:37
Ages & Stages block
Edit @templates/block/block-boxes-ages_stages_nav.tpl.php
<div class="ages-stages">
<h2 class="ir"><?php print $block->title ?><span></span></h2>
<div>
<?php print $block->content ?>
</div>
</div>
@admin/build/block/configure/boxes/ages_stages_nav
put your html code.. there