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

Log out not working

I have problem in using the Log out. I am using drupal 4.5.5 .
When clicking on the log out menu, no activity is done. The still there and even if we click the log out menu we can access other menus. The page is no closing. Anyone please help me...........

View edit options missing if I access page through vocabulary instead of menu

I have some pages in menus and I am moving them to vocabulary entries. When they display from a menu selection, they have view edit outline track across the top. When I access the same page from a vocabulary entry the view edit outline track options are missing. Why?

vobacbularies list block

HI there
I like creat a block that display a list of all vocarbularies names for a certion node. I couldn't find the 'vocabulary name' in the Array returned by the "taxonomy_get_vocabularies('node')" function.

Thanx

Needed: fine grained access control

I am currently building a non-profit site using Drupal. The organisation is a network that links non-profits, individuals and companies. All the three are known as 'members' in the organisation's offline parlance and there are about 200 right now and growing in each category.

On their web site, they wish to make most sections and services available to all their 'members'. In defining roles for the site, it was easy enough to come up with a role called 'Members' for giving access to all the basic services.

.htaccess mod_rewrite help

hi all,

in the past i've used the following .htaccess entries to redirect subdomains to different subdirectories:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^[dev\.]*dev.example.org [NC]
RewriteCond %{REQUEST_URI} !^/dev/.*
RewriteRule ^(.*) /dev/$1 [L]

i've usually used the above entries with a pretty vanilla .htaccess file.

how can i integrate the above mod_rewrite condition into the attached .htaccess file so that i don't break Drupal's .htaccess entries?

thanks,
david
.
.
.
.htaccess file
---
---
---
#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.
"(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More exist in
sites/default/settings.php, but
# the following cannot be changed at runtime. The first
IfModule is
# for Apache 1.3, the second for Apache 2.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0


php_value magic_quotes_gpc 0

latest stories block

Hi there
I'm looking for a updated PHP snippet (drupal 4.6.x) for a block to display latest nodes on certain type (and link them)

Thanxs

Pages

Subscribe with RSS Subscribe to RSS - Post installation