Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm new to Drupal and I'm having a question about the feedback module..
I want to add more information at the feedback page generated by the feedback module, For example adding information like ICQ, MSN, Skype and so on.. Over the main email form, How do I do?
I am beginner in Drupal, I'd like to call some custom PHP functions from content. Where is the best place for them? I thought make a module ('custom.module'), enable it in modules section, write some functions there and call them from content. But I don't know, if this is a standard way?
On my site, every user has a subdirectory within the 'files' directory ('files' is what I have it configured to, set in admin->settings). I want uploads to go to this folder. I need to edit file.inc (or possibly upload.module - I'm not sure.) to make this happen. Where is the code that determines the final resting place of the uploaded file?
I say "final resting place" because I believe the file is uploaded to a temp directory and then moved.
I've installed the ldap_integration module (ldap_integration-4.6.0.tar.gz) in Drupal 4.6.3. Authentication works fine. I've configured the LDAP with an admin account for LDAP (Using that account, I am able to do regular LDAP activities with LDAP browsing tools)
In the administer->settings->ldap integration under Attributes displayed on user pages I've selected Email and categories attributes
hi,
here's another weird message regarding how to hack the block stuff. i received some CSS tips in another posting on how to turn the titles off (which was embarassingly simple) but now I need to figure out how to insert custom graphics for the block title.
is it possible to have images displayed on a created page? ive tried using basic HTML and it seems to display the image for a millisecond, then just leaves a space where it should be. am i missing some option or setup feature?