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.
hello
i am new to drupal and i have problem that i have to disable the setting like Submitted by anil on Wed, 2006-08-02 22:17. Only displays the page content please help.....
I have been searching for hours trying to find a link to the audio_import and audio_attach modules, the closest I have come to is http://drupal.org/node/40889
However, when I click on the module links, I get a page that opens with the php code. I tried downloading the files, but they download as text files, then I tried changing the file extensions and uploading them into the module folder on my Drupal installation, but they don't show up in the module admin page.
I knew that the menu callback can use arg(?) to pass argument to the handler function. But if my parameter is a url, the menu mechanism will split it into many args. How can I get it as single one. For example, I want to call "/module/http://host/path", how can I get the "http://host/path" as a single argument for the menu callback handler.
I do not want to replace all the slashes / with some special character, and then replace back again.
Hi - I'm trying to develop a system where users manage projects online. I'm using Organic Groups and CCK for content-types. What I'm trying to cobble together is a single form where the user will enter the content information for the project and the OG group simultaneously. It seems that this is a view issue, but I can't seem to suss out how to do it.
I also considered creating one content-type 'project/group' with all of the information, but I would still need to hook that back into Organic Groups for ACL purposes.
A while back I wrote a custom profile module that implemented user and user_view hooks to display custom information on user profile pages, including LDAP info, photos, and recent posts. However, now I'd like to extend that to show every post, blog, comment, or content of any type a user has ever submitted. Preferrably in a separate tab.