Drupal 6 Books (Menu)

I'm playing with a drupal 6 installation because it looks to be really fast and working really well. Using it mainly for the book function and here's what I can't figure out:

It provides a great book menu automatically as a block, but I can't figure out a way to administer it like a traditional drupal menu. I simply want to ensure that when a book page is selected it's children do not show as expanded on that menu. I can reorganize the chapter order but there seems to be no way I can make the menu items not expand.

Changing Blog Post to Be Child of Book Page

Hello,

I have set up book pages at http://acquirewisodom. For instance, http://acquirewisdom.com/church-planting-articles is a book page under the book page "church-planting".

I have set up book pages to accept posts as children....

I have created a blog post at http://acquirewisdom.com/node/62

Aptana screen cast setup

Hi,

I'm 3 weeks into my Drupal initiation, and I've not seen anyone explaining how to set-up Aptana Studio for developing Drupal websites. I'm not only a Drupal newbie but I'm also new to PHP. So any tool that helps auto correct, or even suggest is a god send to me.

So, would anyone like me to capture this set-up and walk people through how to do it. If so, where do I then post the link to the screen cast? Can anyone send videos to the Drupal Dojo?

If I get any takers I'll get to it asap.

Update of how node links are put in variables ?

Does anyone with insight of the development plans of the core of Drupal 6 if there are any plan to upgrade before version 7 or later so that the $links variable will be available in more variables ?

Example, if I want to output only "Read more" directly after the $content text in the theme I can't do that now except using an extracting method from $links which is not good coding since it breaks multilanguage support and I am demanded in that theme code support all languages my site supports.

Syndicate RSS Question

I am trying to theme the $feed_icons element in the page.tpl.php. It should effect the syndicate block on the side bar. I would like to add a text title to the RSS feed. This site only has one RSS feed.

I attempted to use the hook theme_feed_icon, however, that yielded no results. I appreciate any help on this matter.

Server 500 Error

Hey, today I tried to install Drupal 6 on my server, but it won't work..Every file I access in the drupal directory results in a 500 Server error. When I delete the .htacces file it works.

I deleted lines from the htaccess file until this remained:


#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order allow,deny

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# Requires mod_expires to be enabled.

# Enable expirations.
ExpiresActive On

# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600

# Do not cache dynamically generated pages.
ExpiresByType text/html A1

# Various rewrite rules.

RewriteEngine on

# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x