Drupal is up and running but how do I ...?

Deny access from a page - neatly!

I've created a page with a bit of PHP at the top. All I want that PHP to do is check a condition and deny access to the page if it's not allowed. I used code like this (ensuring the page has 'PHP content allowed'):

<?php
if( ! ..condition.. )
  drupal_access_denied();
else
  ...all OK, I continue...

The thing is, this results in a page that's themed twice - I get the access denied page, but it's inside another page! It has two menus, two title banners, etc!

Limit Drupal to only part of the domain....

I'm not too sure how to ask this question, so please bear with me....

I have installed a shopping cart in the directory /store for my site. However when I try to go to that page, Drupal says Page Cannot Be Found. The thing is, I don't want Drupal to use that directory at all. When I go to my store, I want to completely come out of Drupal and into my store.

Is this possible to do? and if so, how do I do it?

I'm afraid I will need some step by step... I'm not a complete ninny, but some things are still a little over my head.

How to get back to previous posts in the fourms (or ways of being notified if certain nodes are added to)

I posted several messages to this forum about 10 days ago. What is the easiest way to get back to these messages to see the replies.

Does Drupal have a function (or a contributred module) that allows me to see all the nodes that I have created or the nodes that I am particularly interested in. Can these notifications be emailed or subscribed to using RSS.

PeterE

Casetracker Problems !

Driving me crazy..

My Primary Motive : Setting up Case Tracker such that I create Projects (ex .. Proposals, Reports, Schedules..etc ) and people who I've configured access to ( Group X say ) post away their proposals..etc

Current Problem : Projects I've set up aren't visible to them !

Observations :

5.1 question: how to add text to standard login box?

Folks,

I just need to add a couple of lines of text to my present login box (check http://www.youngwizards.com and you'll see it down in the left-hand column). Can anyone suggest where I should be looking to do this? The theme is a tweaked version of grey_box.

Thanks!

Best -- Diane

Admin/block doesn't save updates

My Admin/block has stopped saving somes updates. It will not save things such as the order of blocks, or allow me to disable them. Any ideas please?

Pages

Subscribe with RSS Subscribe to RSS - Post installation