Panels: Custom Block Content Not Appearing - Why?

I'm using Panels 960gs and Drupal 7 to build my front page. I'm using the 960/16 5-7-4 Right Sidebar layout. My goal is to put a superfish menu with my logo below in the "top" area. The Superfish menu appears, but the logo (a custom block that displays a png image) doesn't. My test URL: www.ithacaindy.org

HTML stripped out of code tags!

I'm trying to post some HTML inside code tags but it is getting stripped out. Anything else in code tags will display fine, not HTML. I've played around with both Full and Filtered HTML settings without luck. Any thoughts?

hook_schema

I have this code in .install

function annotate_schema() {
	$schema['timesheets'] = array(
	  'description' => 'time sheet table',
	  'fields' => array(
	    'id' => array(
	      'description' => 'uniquie id',
	      'type' => 'serial',
	      'not null' => TRUE,
	    ),
	    'empid' => array(
	      'description' => 'employee id',
	      'type' => 'int',
	      'not null' => TRUE,
	    ),
	    'workdate' => array(
	      'description' => 'Work Date',
	      'type' => 'date',
	      'not null' => TRUE,
	    ),
	    'hours' => array(
	      'description' => 'hours',
	      'type' => 'float',
	      'not null' => TRUE,
	    ),
	  ),
	  'primary key' => array('id'),
	);
	return $schema;
}

And I keep getting this error:


Notice: Undefined index: datetime:normal in DatabaseSchema_mysql->processField() (line 201 of C:\xampp\htdocs\drupaltest\includes\database\mysql\schema.inc).

Installed Drupal, many problems

Problem 1
With the Bartik theme, using any color scheme other than default = graphics and colors scheme disappear.
Custom or the alternate colors schemes will make that happen.

Problem 2
Installed a theme (blogbuzz II) Cannot see any graphics other than the one in the color scheme folder but the common images for the theme don't appear.

In the blogbuzz theme folder:
blogbuzz > images > chocolate

Images in the "images" folder don't appear images in the "chocolate" appear.

Sports player names database

Hi All,

Home as Root

Simple question, but cannot find the answer...I have a Home page, with a custom alias of /home. I want however to have no alias and no node/# for the home page. Thus, when going to domain.com, it resolves to domain.com and in the menu, the Home page resolves as well to domain.com, not domain.com/node/# nor domain.com/home. If I have an alias set to /home, analytic will register hits on both domain.com and domain.com/home even though they are the same page. Help? Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x