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

redirect users after login

Hi there.
I like to force my user to fill a bio form after login the site only if they dont have any.
I tryed using the hook_user with the operation "login" to chack and redirect user :

pull down search topics, which module is that?

http://drupal.org/project/issues/taxonomy_browser
which module enableds this feature? pull down search menu

tks

error in main content area (I think it is a IE-CSS issue)

Ok. not sure if this belongs under post installation or Theme development So i will start here. It is a CSS issue. (i think)

Here is the site http://drupal.qccp.net
If you look at it in FF, it looks correct.
If youlook at it in IE, the breadcrumbs are gone, and the .mwl or .node (not sure which) is right after the menu on the left. Almost like it is a relative positioning error. I have spent the better part of 3 hours trying diffrent IE hacks. to no avail.

.htacces or php.settings???

Howdy All;

This has to be the most support friendly app. that I've had the good fortune to work with. All of you guys rock, so keep up the great work...

Briefly, I set up Drupal and for the most part things are running smoothly. However, when the page opens to the index page; I get a "Page Not Found" error.

http://www.911media.org/cms/

The drupal index.php file is in the directory cms/index.php.

Some other bits of the code:

# Customized error messages.
ErrorDocument 404 index.php

# Set the default handler.
DirectoryIndex index.php

Also, I was trhinking that the rewrite_base could have something to do with it:

RewriteBase /cms

# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]

# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]

# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /cms/index.php?q=$1 [L,QSA]

Oh, and here is what my $base_url = 'http://www.911media.org/cms' is set too...

Searching custom user profile fields

Drupal 4.6.5

Dear All,

I've created a fair number of custom user profile fields using the profile module, comprising mainly drop-down boxes and checkboxes. What is the best way to implement a user search facility, whereby the user navigates to a "search members" page, and is presented with controls for interrogating a combination of the custom fields? For example, a search could be made for all members who live in the United Kingdom, speak French and enjoy walking and those members who match the search criteria would then listed.

Event Module and 4.7x

There are threads all over the place that discuss the Event Module - functionality, how-to, etc - but they span versions. I'm specifically interested in the Event Module and 4.7x. As an example, the 4.7.0 version of the module has outdated docs for 4.7. In my install, I can't figure out how to create a new node type to support Events, and an Event node type does not show up (anywhere I can find it).

What's the state of the Module, and who do I send updated docs to if I want to write them?

Thanks!

Chris

Pages

Subscribe with RSS Subscribe to RSS - Post installation