Hi I can't find any module which can block publishing a comment or forum topic if it contains certain word. I have spammer who constantly adds the same link, and I'd like to block publisking this word at all.
Hel will be appreciated
thx
Is there a drupal way for taking user settings per module ? for example i want to save
count of items per page or something other spezific settings per user. These settings should accessible by the users.
I am using ldap_integration modules collection to do integration between drupal and server Active Directory. When I run the synchronization manually I everything is going fine. But when it runs with any other action it fails and log "Failed to connect to ldap in _ldapauth_user_lookup()" and the user fired this action is "anonymous".
As of the module documentation there is a comment on the connect function says:
// If there is no bindn and bindpw - the connect will be an anonymous connect.
I am trying to create a module that analyzes user content and score it using third party API. Here is the basic logic: Module passes article title and content to the API and API returns the result which is displays on the edit node page. So far this works fine.
Now I am trying to get this done via AHAH. When user clicks a button it should display the API result right away. Problem is how can I pass title and content to API via AHAH ? Before I could do this by calling another php function and passes title and article content as functions parameter.
Could you please suggest how to control access to static files that are located on the one server (without Drupal installation) using the Drupal authentication mechanisms. Drupal is located on the other web-server and, moreover, it is bound with LDAP server.