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

refreshing page

I have a module with a drupal form that pulls records from both MySQL and Progress SQL when I hit the submit button the page does not seem to refresh. What is the best way in drupal to refresh a page? Any input is appreciated.

thnx!

Q: How do I display the views module?

Sorry if this is a stupid question but I have just installed the views module and it looks really awesome. The only problem is I don't know how to display the data I want to. I have looked through the handbooks and am kind of confused on what to do. Am I supposed to have a link like "views/taxonomy/term/33" and then rewrite this as what I want it to be or what? I am lost. Any help would be great. I mainly want the views to display my taxonomy term a certain way.

Thanks!

AJAX Teaser Module

I just started playing with 4.7 and I am very impressed by all the AJAX.

What do you guys think about putting AJAX in the teasers? The teaser could include a "quick read" widget. So when you click "quick read", it loads the node body right within the teaser without reloading the page.

Change RSS text to Image in site_map.module

Hi All,

I would like to change the text RSS into an image in site_map.module. Re: http://drupal.org/node/57044

Thanks!

amok

Best way to implement select list + file upload

I have a tricky problem and i would really appreciate some help. I need to be able to upload multiple files. The upload module works fine for this. However, i also need to have a select list of headings or categories ( not necessarily taxonomies though) so each upload is associated with one of the selected headings. Currently i am using a flexinode for this node type, and i would really hate to have to junk all the working stuff to implement this one feature. Any suggestions?

LDAP Integration Module using database authentication

I am trying to setup the LDAP Authentication Module on Drupal 4.6. Drupal continues to look at that user table not LDAP to authenticate users - even when I tell it not to. When I login as someone that is only in LDAP, I get an error:

LDAP Bind failure for user uid=ldaponly,ou=SiteUsers,dc=mydomain

(One thing I note is that the dn for the user is actually uid=ldaponly,ou=SiteUsers,dc=mydomain,dc=com

Thanks in advance for your help.

Here are my settings.

LDAP Server Settings:
Organization name: CompanyName
LDAP server: localhost
LDAP port: 389
Store passwords in encrypted from: yes
(I am using OpenLDAP and I know that it is running on this port)

Login Procedure:
LDAP directory only: checked
Standard LDAP system
LDAP login pattern: /(\S+)/i
LDAP login replacement: uid=$1,ou=SiteUsers,dc=mydomain,dc=com
(There is a user with a dn: uid=ldaponly,ou=SiteUsers,dc=mydomain,dc=com)

Groups and roles:
Groups exist as LDAP entries
cn=admin,ou=Roles,dc=mydomain,dc=com
cn=contributor,ou=Roles,dc=mydomain,dc=com
cn=staff,ou=Roles,dc=mydomain,dc=com
cn=clients,ou=Roles,dc=mydomain,dc=com
cn=prospects,ou=Roles,dc=mydomain,dc=com
(I am using groupOfUniqueNames objects for my roles)
Attribute holding group members:
uniqueMember
Group members are stored as full DNs: checked

LDAP Attributes:
Changes in account fields will be mapped to LDAP attributes and back: checked

Pages

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