Installing Drush

Hello,

I'm trying to install Drush on my Mac OS X.
Using the default apache and PHP I'm having some troubles installing this.

I've placed the drush folder in my "Sites" folder, when I go to the folder in Terminal with: ~/Sites/drush/drush

I get this:


PHP: syntax error, unexpected '&' in /private/etc/php.ini on line 110
Execute a drush command. Run `drush help [command]` to view command-specific help. Run `drush topic` to read even more documentation.

Global options (see `drush topic` for the full list):
-r
, --root=
Drupal root directory to use (default: current directory)
-l http://example.com, URI of the drupal site to use (only needed in multisite environments)
--uri=http://example.com
-v, --verbose Display extra information about the command.
-d, --debug Display even more information, including internal messages.
-y, --yes Assume 'yes' as answer to all prompts
-n, --no Assume 'no' as answer to all prompts

Remove navagation and login

Only certain sections of my site require log in, so I do not want this appearing on the main page. I also do not want the default navigation block. I want to provide my own navigation from the landing page. How do I accomplish this in Drupal 7?

Remove "read more" and display entire content

My landing page is a static page. I do not want the "read more" option on my landing page. And I want to display the entire content. How can I remove "read more" in Drupal 7. I saw that this subject got attention back in Drupal 4, but the administration of Drupal 7 does not follow Drupal 4 methods.

remove site RSS button

I would like to remove the site RSS option. Not the ability to receive syndicated content, but the button on the landing page that offers the user the ability to get an RSS feed from my Drupal 7 site.

Allowing users to push revision requests on content types

On one of my websites, we have a "game database" that is searchable by visitors. I've accomplished this by creating a new content type called a "Game Profile", and each item in the database is a content node of type Game Profile.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x