I have created a small module and i wrote everything in my module file.
But i want to write more and it is becoming very untidy. So i put most of my code in a second file and included this file into the .info file like this
files[] = filename
But now it can not find the functions any more. I have deleted it all and reinstalled it but it still is not picking them up. ( error Call to undefined function )
Hello.
I apologize for my English.
I develop a site that uses the module views. I have created several types of materials, added image fields in it, created the material and added pictures. then created the main and sample pages, add a style (css) and the site was ready.
here's how the site should look like:
1. http://fotki.yandex.ru/users/dboushkov/view/331511/?page=0
Hello. My simple question (as a newbie) is that on the documentation [1] it seems there is an auto-subscription feature in a checkbox, this feature is not found anywhere on the 7.x release of notification module.
How can I automatically let all of my users receive email notification when a new content of type "very important notice" is posted? There are a lot of users, using administration doing this one by one is a huge time.
First off, I'm sorry if this is not the correct area to ask this question. I am new to drupal and have no idea where to go with this error. I have received other errors related to the following modules; CTools, Views, Date, Calendar. I have been successful in correcting those errors by searching diligently through Google, however I'm stumped on this one. This shows up on all pages now.
* Notice: Trying to get property of non-object in entity_extract_ids() (line 7368 of /opt/lampp/htdocs/includes/common.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
* Notice: Undefined index: field_name in field_language() (line 275 of /opt/lampp/htdocs/modules/field/field.multilingual.inc).
Hi, I'm very new to Drupal and hit a little roadblock I could use some help with.
I picked up Pro Drupal 7 Development, and I've been working my way through the chapter 2 module example. In this section, they create a module that allows the user to add personal annotations to certain node types.
I can see and update all the module settings just fine, but no form is displayed with nodes when it should be. I've uninstalled/reinstalled the mod and flushed all caches. Originally I used the D6 code for the module with necessary D7 updates, and had the exact same issue.
Hi guys,
I am using the form_example of the Form API quickstart guide....
what i want to do is having 6 selects alligned: 3 in the first line, and 3 in the second line.
usually if i would write a pure html i would use a 6x6 table...
but how do i do it with drupal form generation?