I tried to make an AJAX style call to a procedure in a module directory using xmlrpc.php as an example. include_once './includes/bootstrap.inc'; fails because it includes from ./ and has to be in the root directory. How do you produce a produce a procedure that runs from a module subdirectory?
I'm working on a social networking site for specialized interests. I've got most of it up and running thanks to Drupal forms, but I am confused on how to make a few things work.
Hi, i need to auhtenticate a Drupal site against a SSO server, mi question is the following: when someone ask for a page on mi site, and is logged on the SSO server, i need to force the login on the drupal, example:
X ask for this page www.misite.com/?q=node/4 (he is not logged in and this page is not accesible for anonymous users)
i will verify if he is auhtenticated on the SSO server, if so i will need to force the log in
Are there any good references for creating custom content types via modules in Drupal 5. I have had success with the tutorials via version 4.7 however I dont seem to get my custom content type to appear which I visit Create Content.
Any helpers, pointers to articles or posts much appreciated.