How to create private pages in Drupal?
naveedse - June 27, 2009 - 15:04
Hi again,
one more question is in my mind is how can i create private pages (pages not appearing in menus or search results but accessible via direct url). e.g.
i want a url: http://www.mysite.com/products/a-nice-product-on-demand/ be accessible to person who use that url only.
thank you again :-)
Navi

By default pages don't appear
By default pages don't appear in menus. To make a page accessible only to one user (or role) try this: http://drupal.org/project/nodeaccess
--
CiviHosting - Drupal Hosting at its Best
Be careful about the indexing
Be careful about the indexing stuff. There are some modules to exclude entire content types from indexing, but I don't think there's a good way to exclude particular nodes from indexing.