Training
Ubercart and analytics and drupal
http://www.commerceguys.com/files/googleanalyticasubercart.pdf
How To Enter Data Into Google Maps
You'll Need To View In Full Screen!
Notes:
Important to leave Http:// when inserting link.
Save often.
Order same on Google maps as OpenHousesPEI
Drupal
Modules:
FCK Editor - copy from existing site.
Input format. Activate PHP filter module. Then set it.
Users - Change to only site admins can create users.
Remove subject display from comments. Must edit theme field:
I was finally able to get this to work a while back. I checked my notes. All I did was to remove the following from comment.tpl.php and style.css
In my comment.tpl.php file
In my comment.tpl.php file (if you don't have one create one), I put this:
<span class="comment-subject"><?php print $title ?></span>I just put a span tag of comment-subject around the comment's title. Find your <?php print $title ?> tag and put my code around it.
Then I went into my theme's .css file, and created this span tag there as well:
.comment-subject {
display: none;
}Technically you can name "comment-subject" to anything you want but I chose that to help me remember what it is for. :P It should probably be an ID instead of a class tag but since a comment title shows up for each comment(s) I wasn't sure.
Mapping Drupal Gmap
http://groups.drupal.org/node/19614
http://drupal.org/node/267568 - paste code into theme thingy.










