node-book.tpl.php is not registering with my theme?

I have tried everything from emptying the cache (via Devel) to a full reinstall of Drupal and I think I might just be missing something. In the documentation for Theme Development it says that simply naming a file, for example, node-book.tpl.php is all Drupal needs to favor that template over the standard one. Yet, no matter what I have tried in my custom theme, it does not work.

I have page.tpl.php and page-front.tpl.php working fine but when I try to add the override for book nodes, it just does me no good. I am going bananas with this.

In the Theme Developer Module it clearly says that one of the candidate files for the section I am attempting to style is node-book.tpl.php

I don't know where else to turn at this point. Below is the code for my page.tpl.php which holds the node if this is of any help. In the node-book.tpl.php, I am literally outputting only a string to see if I can get it to work.

Thank you to anyone who can figure out what the flap is going on here.





print $head_title
print $head;
print $styles;
print $scripts;

Red Hat Enterprise V4 64BIT - ok for drupal?

I am hoping this is a stupid question. I want to upgrade to Red Hat Enterprise V4 64BIT so I can put more ram on my server. Is there any reason why my existing sites would not work on this environment.

Module permissions not appearing - help please

My module all works apart from it does not appear in the permissions screen and is therefore only available to the super-user. I suspect an error or corruption in the database as I have tried everything.

Can anyone give me some guidance?
Where should I look?
Is there anything wrong with the code below?


/***************************************************************************/
/** MENU - required **/
/***************************************************************************/

function turnpoint_menu() {

$items = array();

$items['turnpoint_record'] = array(
'title' => '',
'page callback' => 'turnpoint_record',
'page arguments' => array('turnpoint_record', $form_state),
'type' => MENU_CALLBACK,
'access arguments' => array('access turnpoint')
);

$items['task_planner'] = array(
'title' => 'Task Planner',
'page callback' => 'task_planner',
'page arguments' => array('task_planner', $form_state),
'type' => MENU_CALLBACK,
'access arguments' => array('access turnpoint')
);

return $items;
}

/***************************************************************************/

$zebra in nodes

attension experienced themers,

I want to add $zebra in nodes, I dont know how and where this veriable is to be added.

Any kind of assistance would apreciated

smc

Turkish content problem

I have installed Drupal 6.1 by means of Fantastico. I installed Turkish menu option (localization) w/o a problem. However whenever I post a content (page,blog or story), instead of Turkish characters, question mark (?) appears.
Thanking you in advance for your help. By the way I am not a professional user/developer.
Regards,

Front page scripts

Hello, everyone!

Is there any ability to attach javascript files to specific pages only (e.g. front page) using info file? Could not find anything about it. :(

Thank you.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x