Closed

Closed

Theme override "views"

Sorry for the English.

I have the views of type "page" with the conclusion, without any formatting.
There are fields for output: field_category_file field_os field_file_opisanie field_screenshot.

There is a ready template for output:

Petition to prevent a disaster - DO NOT let the redesigned homepage go live in it's present state.

I read all the complaints about this redesign and I have to say I agree with every one of them (http://drupal.org/node/908744). This looks like a homepage designed by developers. Daneil Wilcox, ltwinner and kaakuu and several others all pointed out the glaring mistakes in the design and it seems they have just been outright ignored. You only have to read there compaints and then view the homepage to see that they have definitely called it right. I notice that not one of the complaints has been argued with......people just say 'so much work has gone into this already'....'we cant change it now, you should have said something earlier'.....WHY DIDNT YOU LET PEOPLE KNOW THAT DRUPAL.ORG BEING REDESIGNED??!?...I am yet another user who knew nothing about this redesign...it seems a group of people basically kept it to themselves, MADE A COMPLETE MESS OF IT, and now refuse to listen to the community who have pointed out the many errors with it.

Problems creating Bartik sub-theme PLEASE HELP

I did the following steps to try and create a bartik sub-theme.

1. Created a folder in my sites themes folder called bartik-sub
2. Created a .info file called bartik-sub.info which looks like this:

name = Bartik Sub-Theme
description = A sub-theme of Bartik.
package = Core
version = 1.0
core = 7.x
engine = phptemplate

base theme = bartik

stylesheets[all][] = css/custom.css

3. Created a "custom.css" file and placed it within a folder called "css." which is in my themes folder.

For testing within my custom.css file I put
body {
color: #F00;
}

4. Cleared All Caches. configuration > performance > clear all caches
5. Enabled bartik-sub and set it as the default theme. Also made sure the original bartik is enabled.
---------------------------------------------------------------------------------------------------------------------------------------------
Instead of the body text turning red I get about 10 errors that look like this, here are the first 2 errors out of 10:
# Notice: Undefined index: featured in include() (line 168 of C:\Documents and Settings\lpinho\Desktop\Drupal\drupal-7.0-beta1\themes\bartik\templates\page.tpl.php).
# Notice: Undefined index: triptych_first in include() (line 220 of C:\Documents and Settings\lpinho\Desktop\Drupal\drupal-7.0-beta1\themes\bartik\templates\page.tpl.php).

Can I -- Install D7 in Subdomain and KEEP D6 in domain

Hey Everyone,

I currently have D6 installed for my domain. Can I install D7 in a sub domain so I can play with it and not effect my domain with D6 on it? I don't need data to transfer over I just want to play with D7.

Is this possible? Thanks.

Schema API & foreign keys

So here is my table definition:
<?php
$schema['xevents_type'] = array(
'fields' => array(
'tid' => array('type' => 'serial', 'size' => 'normal', 'not null' => TRUE),
'name' => array('type' => 'varchar', 'length' => 45, 'not null' => TRUE)
),
'primary key' => array('tid')
);

$schema['xevents_location'] = array(
'fields' => array(
'lid' => array('type' => 'serial', 'size' => 'normal', 'not null' => TRUE),
'name' => array('type' => 'varchar', 'length' => 45, 'not null' => TRUE),
'map_url' => array('type' => 'text', 'size' => 'normal','not null' => FALSE)
),
'primary key' => array('lid')
);

$schema['xevents_event'] = array(
'fields' => array(
'eid' => array('type' => 'serial', 'size' => 'normal', 'not null' => TRUE),
'name' => array('type' => 'varchar', 'length' => 45, 'not null' => TRUE),
'type' => array('type' => 'int', 'size' => 'normal', 'not null' => TRUE),
'description' => array('type' => 'varchar', 'length' => 255, 'not null' => FALSE),
'creator' => array('type' => 'int', 'size' => 'normal', 'not null' => TRUE),
'location' => array('type' => 'varchar', 'length' => 45, 'not null' => FALSE),

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x