This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Making two fields become the title

In my node module, I am trying to make the fields fname and lname become the node title.

To do this, I left out the $form['title'] field from the form_hook implementation.

Inside the nodeapi hook, I have this:

PhP Includes

I dont know the best place to but this in but i would like to be able to use a php include in the center(content) location in drupal how would I be able to do that?

php include code

include(file_location)

LDAPAuth Giving "Line 107

Drupal 5.x running w/ XAMPP on Server 2003
Active Directory 2000

After installing LDAPauth and following http://drupal.org/node/118092 , I am getting the following error when going back and logging in with an Active Directory (2000) account:

Fatal error: Call to undefined function ldap_connect() in C:\xampp\htdocs\sites\all\modules\ldap_integration\ldap_integration\LDAPInterface.php on line 107

I checked that line:

Need some help from the Drupal community to develop mailsave!

I am working on version 2 of the mailsave module. One of the key aims will be to make it possible to send images, audio and video from your mobile phone to your Drupal site via a multimedia messaging service (MMS).

If you want to join in please could you send a one page picture MMS from your mobile phone to mailsave@stuartandnicola.com. Keep reading to find out why...

When you create an MMS message you can usually send it to an email address rather than another mobile number. What happens when you do this is that you get an email message that has been created by your service provider and has often had extra text and images added to it. Note that using MMS is different to email. Configuring a mobile phone for email can be tricky, but most phones come with MMS ready to go. The trick is that we rely on the service provider to turn our MMS in to an email for us.

Nice Menu not expanding in IE6

Hey guys...this should be an easy fix but I haven't found a way to do it.

If you go to http://pearl.supplychain.com in Internet Explorer 6 you will notice none of the menus drop down or "expand"..

Here is the JS file I'm using:

http://www.chazcast.com/nice_menus.js

Also, if you run the site under IE6 you will notice in the bottom left hand corner you get a syntax error on line 6.

Any help is appreciated.

Thanks

Table doesnt exist in query

Hello to all. I use MySQL version 4.1.14 for my database. I think since I added I guess maybe its the view modules I have been getting some funky little errors for example when I create a container I get this message @ the end

user warning: Table 'dinnerdatedeliveryfilez.node_field' doesn't exist query: /* ------------- SQL FORMATTER by Milk ------------- */ SELECT node_field.field_name, node_field_instance.type_name AS parent_type, global_settings FROM node_field INNER JOIN node_field_instance ON node_field.field_name = node_field_instance.field_name WHERE TYPE = 'subform' /* ------------- SQL FORMATTER by Milk ------------- */ in /hermes/web05/b894/pow.jaydigga/htdocs/dinner_date_delivery_site/includes/database.mysql.inc on line 120.

now the container does get made and I can work with it. I just need to know about those behind the scene errors and how I can fix themI not really sure if one of my modules is not compat w/ mysql version. This error will also come up if I am on the modules screen and I hit save after I did something.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions