whats the best solution to detect if a user is logged in? But external, not in the drupalsystem, but on the same domain.
I've seen that there's a session table in the drupal db with the session id.
I thought to ask the session_id() in php, but this gives me a other session id.
This i tried:
It would be very nice that someone told us what is the progress of any kind of release of Views and CCK for Drupal 6 (which is released now).
On CCK I can read that they won't do any development until Views has been released in version 2 under Drupal 6, and by looking at their release dates it looks like it has been very silent from that project the last half year.
All I would be happy with is an estimated release date of Views and CCK so I know when to start using Drupal 6, without CCK I have very little use of it.
I'm creating an module that allows members of the site to enter information in a form that is generated from a file. The file itself is in wiki-style format and is processed to output the form tags like
The reason I chose this way over the recommended Form API is that I have more control over the output and the layout of the form elements. I can add descriptions above elements without any problem.
The problem I'm now facing is if there's a way to have drupal process this form.