This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. copy the row content of rule.php file to that page.. | |
2. paste it at: /admin/rules/ie/import | |
that's it!... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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' | |
) | |
), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p align="center"> | |
<object height="385" width="640"><param | |
name="movie" | |
value="http://www.youtube.com/v/XXXXXXXXXXX?fs=1&hl=en_US"><param | |
name="allowFullScreen" value="true"><param | |
name="allowscriptaccess" value="always"> | |
<embed src="http://www.youtube.com/v/XXXXXXXXXXX?fs=1&hl=en_US" | |
type="application/x-shockwave-flash" allowscriptaccess="always" | |
allowfullscreen="true" height="385" width="640"></object></span></strong></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function hook_field_formatter_info() { | |
return array( | |
'youtube_video' => array( | |
'label' => t('Youtube Video'), | |
'field types' => array('text'), | |
) | |
); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
users.`name`, | |
users.uid, | |
content_type_user_profile.field_user_firstname_value, | |
content_type_user_profile.field_user_lastname_value, | |
content_type_user_profile.field_user_displayname_value, | |
content_type_user_profile.field_user_postalcode_value, | |
content_type_user_profile.field_user_tks_optin_value, | |
content_type_user_profile.field_user_agreeterms_value, | |
content_type_user_profile_newsletter.field_user_newsletter_tpages_value, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#"><img src="_media/images/home/11.jpg" width="650" height="307" alt=""></a> | |
<div> | |
<h2><a href="#">How <em>she</em> does it?</a></h2> | |
<p><a href="#">Venenatis eleifend erat in fermen- tum. Etiam ornare urna non dolor egestas</a></p> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// add support/detection for DEPRECATED in case of 5.3 PHP || Settings fix | |
if(defined('E_DEPRECATED')){ | |
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED); | |
}else{ | |
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<channel> | |
<title>Pregnancy</title> | |
<description>Get information on your pregnancy, baby, breastfeeding, baby food, newborn baby sleep, health, and the stages of growth and development.</description> | |
<link>http://tp.local</link> | |
<item> | |
<title>How to choose a baby name</title> | |
<description>Naming your baby is one of the hardest things you will ever do. Here are some do&#039;s and don&#039;ts</description> | |
<link>http://tp.local/pregnancy/baby-names/how-choose-baby-name</link> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush fcr tp_feature_mobile box header_ad -y | |
drush fcr tp_feature_mobile box site_logo -y | |
drush fcr tp_feature_homepage box city_map -y | |
drush fcr tp_feature_homepage box connect_with_todays_parent -y | |
drush fcr tp_feature_homepage box facebook_activity -y | |
drush fcr tp_feature_homepage box search -y | |
drush fcr tp_feature_homepage box twitter -y |
OlderNewer