I am using CCK with events to make a schedule of up coming events. Using Event Views, I can make a view to list them all. But for some reason whatever that module does to make Event play with Views only allows you to set a filter with the date bits equal to something. There's no way that I can see to make a view that lists all events that haven't happened yet.
I want a biography for each user, but a bit more sophisticated than with the biography module. I want predefined fields such as name, age, short-cv, etc... Each user is supposed to fill in and edit his own bio whenever he wants. All bios show up in a bio section. What is the easiest way to approach this? Do I have to involve myself with the form api (sigh!)?
I have the system set that new user registration requires activation by an admin.
1. User submits request for account.
2. They get a message from the system saying they've applied.
3. I go to the User and Edit it and select Active and then save the profile. There is no option that I can see to send the user the Welcome E-mail.
4. User receives no welcome e-mail saying they are active.
i have drupal 4.7 and i have problem submitting content. i have made some categories using taxonomy module, some for blog entries, and some for forum topics, but when i submit a node, selected category terms are lost. as much i could see, there shoud be a connection between node and term trough term_node table entry, but no such entry is made unless i edit created node and select this terms again.
after editing a node, and selecting terms again, this terms are stored ok.
I would like to know how to get my videos (using video.module) to display inline with the body of the node
Something similar to what was done with http://www.civicactions.com/taxonomy/term/75
I do not want the "play" tab there, I just want the video, the body and then the "add comment" field.
Hi,
I want to display random tips/Announcements on some pages of my site. However I do not want to use the Helptip module as it creates a new node for the tips which I dont like (As it can create problems with the looks of the tip/announcement). I want to display the random tip with a border around it, something similar in look to gmail tips which are displayed when you try to move, delete mails etc.