I need your help.
Currently i am working on drupal 7. I have date field for that i have installed date module but i want to add 15 years back and 15 years forward in years of date. In date module there is facility of changing Years back and forward but it does not work in drupal 7.
Can anyone tell me how to do this?
I'm quite new to Drupal development, but I've been developing web for years.
I'm trying to understand how to use the field template (field.tpl.php). It's working as I want when I've placed it in the theme folder. However, how do I get it to work as a base template by putting it in the module folder?
Some members on my site should not be able to set certain user fields, depending on the value of another, boolean, user field. To make this happen I have the following code in a custom module:
Im using Drupal 7.4
I want to force users to self categorize content as they submit it. Then I want to have a "My Categories" link/tab in their profile, that has links to the categories that they have submitted content.
Can anyone help me with the steps? I have views CCK and taxonomy modules installed.