A fellow dev and I are working on full-featured digital press kit manager for a project. Basically, this is hybrid gallery/download manager with an audit trail and integration into mass mailer or a similar MLM module. Similar projects have been done for other CMS/Frameworks.
We want to see if we can repurpose or tweak an existing Drupal modules and/or port elements from other CMS mods. I thought CivicSpace had something like this, but I cannot seem to find it now. So, we are asking the Drupal community for some guidance to keep our development on target for our June 09 release.
Though "Press Kit" is being used in a client site, we have the client's permission to release the final product back to the community under the open source license of our choice. So, consider this a sponsored project which will be released back to the community in mid-late June.
Here are the module specs. There are 2 parts Press Kit Manager (admin) and Press Kit Builder (public). Details below.
Press Kit Manager (Content Manager)
Link from nav for "Press Kit Manager"
Press Kit Manager has the following Tabs:
"View All" (List all uploaded Press Kit Content sorted by type) Each item has an "edit" or "delete" behind it.
"Add Item" This is an upload form with all of the relevant fields (see below). This form will double as the "Edit Screen"
Item Title (plain text)
Item Category (Dropdown from finite list maintained in code or db table)
I'm using the ldap_integration module with drupal 4.7 for my company's intranet site. In my LDAP server I have jpegPhoto attribute that has the users photo and I've no problem viewing it using phpldapadmin, a web interface to my LDAP server, but not so lucky when it comes to Drupal, I only get "???" when I map the LDAP attribute to drupal. Here's how i did it:
- In the drupal/modules/ldap_integration/conf.php file, there an existing attribute supposely to display user's homepage screenshot(?) called wWWHomePage and the attribute type is "image":
If anyone's interested: I've filed a patch which allows the inline module to also access files uploaded with attachment module.
Used in combination you're now able to inject documents, files and images to your contents (nodes) with the benefits of the attachment module (title, description, thread safety, disk space control).
i am a musician who has just built a web site using drupal. it rawks! i am non-technical but i managed to get tons of modules installed and modify the themes etc...
anyway,
i got the audio module and the getid3 thingy working...
but it doesn't seem to handle album artwork - when its embedded into the mp3...
i get errors in uploading the mp3 but after that everything works fine...
i noticed that it strips out the embedded album artwork so that when i enable downloading of mp3 the album artwork is lost...
When I upload mp3 files using the audio module in 4.7, I receive the following error.
warning: implode() [function.implode]: Bad arguments. in /home/.hammacher/myaccountname/mydomain.com/modules/contrib/audio/getid3/getid3/write.php on line 473.
I've tried this with various mp3 and have tried different themes, including the trusty troubleshooter Bluemarine. The files upload fine and everything plays, etc. as usual. No problem really, except the upload error.
Hello,
I'm working with Drupal about 6 months, so I'm not newbie ... however, I've small problem. I'd like use MAIN PICTURE for nodes - like in newspapper. Each Node (or short version of node on main page) have own small picture and this picture is NOT A PART of node body. Means ... picture will be show in left side and text will be start on right ...
Main picture would be loaded like special picture for each node.