I have searched the forums and cannot find much on this. I may be overlooking a feature already available through one or more modules but I don't think so. Here is what I want to do:
I just downloaded ldap_integration module for Drupal 4.7, but it shows me this fatal error:
Fatal error: Call to undefined function ldap_connect() in D:\Program Files\wamp\www\drupal\modules\ldap_integration\ldap_integration\LDAPInterface.php on line 134.
I dont have any idea about this issue. Can anyone help me with this ASAP? It would be really useful to me..
It seems by default that the content-type for all pages is defaulted to text/html and UTF-8.
While the character set isn't an issue, I would like to override the actual content-type.
I know that this is initiated through in the common.inc file, with the following function
I'd like to authenticate users against our typekey server. From what I understand, not very much have to be changed, but how do I make the changes in a way that makes it as easy as possible to upgrade Drupal? I have read the module development documentation, but it only explains how to make new modules.
hello everyone... I'm very new to drupal... and loving it. :)
I just learned about the CCK module and have installed it.
What I'm wondering is if I can enter any php code into a custom text field to dynamically pull in data from the database.
For example, could I use CCK somehow to create a form users fill out to post a review of products (this is hypothetical) and the product listing drop-down-menu is one of the custom fields via cck... but the options are populated by pulling in that data from the database of products i have on that site?
I would like to replace the Drupal searh box with a form that posts to our intranet search server, not the drupal server. To do that, I was thinking of rewriting search.module. My question is, do I need to keep the module name, search.module, and/or the function names inside the module as they are now?
I.e. if I give it a new name, say mysearch.module, then I would have to change the name of some function such as search_help() accordingly to follow the function naming convension. If I do that,