This forum is for assistance with theme development.

Split the content from $content in node.tpl.php

Hi,

Actually i have created a new content type with image using CCK. That content type contain some fields which are shows line by line in that corresponding page. But in the node.tpl.php the full content stores in $content . So i need to split the fields inorder to redesign that. Can any help for that ?

Thanks
Regards
S.Sundhar

Couple Newbie Q's

Hello-

My company is testing out a couple CMS's and trying to figure out which works best for us. We have Drupal up and running and have been building out a site with it, however, we have a couple questions that we haven't been able to find answers to.

I apologize if these have been repeated elsewhere or if this is the wrong forum to ask them.

1. When creating content pages, it seems that all possible custom content fields are available. Is it possible to limit it so that the options when creating a page contain only to the type of page they are creating? For instance if I have one template with 4-5 unique fields, and another template with 4-5 different unique fields... When creating a page, will they all have to be available? I worry about the client using this and knowing what to fill out and what to leave.

I'm hoping this is just a newbie question that can be resolved.

2. When editing a page, there is a drop down "Parent Item:", that lets the user put the page where it needs to be. In this listing, all the admin pages in edition to the live pages, are available. Is it possible to not display the admin pages? This will only confuse the client.

3. When editing content, it lists all the editable pages out - flat. Is there a way to keep it in a hierarchy?

My theme got disconnected?

Hello,
I am a newbie. Wanted to give my test site a new theme yesterday. Uploaded "Abec" and set it as a default theme. Got an error message that the template.php line 66 was wrong. Went into code

if (module_exists('color')) {
_color_page_alter($vars);

The full section in the code is:

// Hook into color.module
if (module_exists('color')) {
_color_page_alter($vars);
}
return $vars;
}
return array();
}

is sections module is feasible for the drupal-5.1

i want to change the theme of every individual page if i can use the sections module is it compitable with drupal 5.1

Nonzero theme question

Hi,
I am currently working on my first Drupal site ever and I would like to use the Nonzero theme. If you look at this scheme, you notice the "Site name" appears as "site name" - all in lowercase... I tried to look it up in the code but I don't know what is to be changed...:-( is it anything here? -I don't know php...

New Theme: Brushed Steel

Finally put together a coherent theme from separate concepts we've been playing individually. The Brushed Steel (project page, screenshot) provides the following:

Pages

Subscribe with RSS Subscribe to RSS - Theme development