Sorry if this is in documentation, I couldn't find it.
I have created an action "send e-mail to author when new comment is saved" And it's working fine. I can imagine a heavy user of my site might get fed up of receiving "You posted a new comment!" mail every time they add something to the site.
so, can users on an individual basis, opt out of these mails? I don't see anything in my account/edit.
I have just created a Content type for my site called: "Your blogs" and I only want this Content type to be shown when users log on so they can write their own blogs, but at the moment when log in as a normal user all I see is:
* My account
* Log out
Is there anyway I can add Your Blogs between that?
I'm looking for some way to change (in DB) users profile fields from a module just knowing the field name (e.g. 'profile_realname'). Is there any profile function that makes easy to do this? Or do I have to make a complex DB query to extract 'fid' and then update 'profile_values'?
profile_save_profile() looks good, but I would like to not to worry about 'category' of the field.
So I have a custom theme, I create a custom folder inside themes and had another folder called "tester" and I created page.tpl.php, tester.info, style.css
Now my questions are:
1) does the node.tpl.php and block.tpl have to have any coding in it? I left them blank...
2) what specific changes do I need to be aware of when it comes to custom theming for Drupal 6?
Hi, I want to know how to call a custom page in the drupal site. I have created a module for word cloud and I want to use it in my site. how do I do it.
Hi, I want to know how to call a custom page in the drupal site. I have created a module for word cloud and I want to use it in my site. how do I do it.