I have a calendar module each user can create his schedules, meetings. Now I want to send emails to the user before one hour (or one day before) of their s开发者_运维知识库chedule meetings.
I want to know the insert query when the content is created or any node is created. What is a simple example for that?
i have to generate the pdf file with bunch of nodes, i can generate pdf files with print pdf modules but i want to generate the
I am writing a Drupal module where users send down content (formatted as HTML).The content will almost always include <img> tags.Those tags will reference the user\'s server.But, I don\'t want t
I\'m new to Drupal6 and spent long t开发者_开发问答ime searching how to implement the following feature without success: I use Drupal as front-end/doc board for a web-app. I want to mirror all user ac
I\'ve been curious what is the best practice to add custom settings to the admin/content/types (drupal 6.x)
i want to create a OpenId login system like stackoverflow :) in drupal..By default, drupal doesn\'t offer this..is there any plugin that does this job?
I\'m working on a module and am trying to add some javascript to the next page a user sees after logging in or out.Calling drupal_add_js() on hook_user (op == login) doesn\'t seem to work; I\'m assumi
I am looking f开发者_开发百科or a better understanding what truely can be done with Drupal modules. Specifically, module combinations that do something practical, specific to a need, and very cool.
I have spent the last few days playing around with Drupal for the first time, and I really like it. Especially after building dynamic sites from scratch.