WYSIWYG for Drupal 6

Hello! I have problem with installing of old versions of different WYSIWYG for Drupal 6. Maybe anybody know any WYSIWYG for Drupal 6.

Thank you very much!

Detect external if user is logged in in drupal?

Hi,

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:

<?

session_start();

echo session_id();

?>

Can someone help me out? Many thanx!

greetings,
tom

Sites powered by Drupal 6

Hi, I updated my site to Drupal 6. Check here:

http://thanhsiang.org/faqing/

Status of Views/CCK for Drupal 6 ?

Hi,

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.

processing self-made forms

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.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x