So I\'m using the queue_mail module on Drupal 6 and everytime I call the function queue_mail_send(), drupal complains that it can\'t find the function...
What would be the best way to construct a contact form in Drupal 6 for each node of a particular type? I have some CCK nodes of type \"profile\" which have email address as a field. I want to have a v
I am migrating over a reasonably large asp site to drupal. I have managed to migrate over most of the content now I am having a litt开发者_开发问答le trouble with migrating over the users.
I am facing the problem, that I have am including News in a Drupal 6 content page on the fly (think of it as some proprietary form of RSS), so my content page looks like this:
I am using drupal 6. I created a content type called \'Mobile\' using CCK and added content for it. I want to change the way the content is displayed to the user. How do i do thi开发者_StackOverflow社
In my custom form (in a custom module) drupal_ad开发者_StackOverflowd_js() only adds the JS when there is no error message.
I’m using the heartbeat module on my site to make an activity-stream and recently I discovered that it doesn’t display all the new comments.
I have an install of a Drupal 6 site, that is working great.I\'m in the midst of switching hosts to Company B, but still want to keep the domain registered from my old company, Company A.
Is there a hook or preprocess 开发者_如何学JAVAfunction that I can access to write my own theming function for a drupal menu (in this case, primary links)?
Hiii how can we track the status of email sent from drupal. I want to know all the email sent from my site is delivered to client mail or not. I delivered also want to know it is read or not.