I'm planning on developing a drupal plugin for IDEAL payment handling (Netherlands only). If someone is interested, already working on it, or want to help, please contact me.
Hi
I'm newbie in php and i'm looking for the code that link between index and content page.When we click on the navigation menu, it goes to the appropriate content page depends on the type that we click (i.e node, flexinode, page, story etc...). But i could not trace how they were linked from the index page. (e.g when we click "http://localhost/aaa/index.php?type=flexinode-4", it should be display the content written in flexinode-4.)
my project site has users with their full names (first last) as their usernames. I've been using autocomplete for the search function but it only retrieves entries that are written in the same manner, ie. first last. it won't work if i start typing the last name first. does anybody know how i can edit the default user_autocomplete so that it will work whether i type in the first or the last name when matching entries against the user database...