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

other media in postcard module?

I'm looking at using the postcard module for a project, and as I understand it it integrates with image module. is there an existing or possible way to use postcard with Quicktime and Flash files uploaded into drupal by other means? (I'm trying to decide whether I can use drupal for this or whether it requires designated postcard software)

New Module Development, User Profile + Amazon + My Wishlist script

I wanted to call out for developers that would like to help me integrate an Amazon wishlist script into Drupal. I have created a PHP script that, currently uses Amazon's API, CURL, and PHP files with hard-coded settings, to pull up my own Amazon wishlist. You can take a look at it on my personal website.

I invision this wishlist to be integrated to work with the User/Profile module and the current Amazon module, as an additional module. The users of Drupal sites, who chose to install this potential module, will be able to broadcast their wishlists, and potentially get items bought off of it. Which would rock for individual users. For example their user profile maybe at www.domain.com/user/joe/ and their corresponding wishlist at www.domain.com/user/joe/wishlist. Each individual will only need to maintain their Amazon wishlist, and it will be broadcasted onto their respective Drupal profiles if they chose to share thier Amazon IDs. For the site owners, who want to run this module, it can be a revenue source that can generate a lot of money depending on the size and traffic of their community. Items bought off can be linked with Amazon Associate accounts and commission driven to them.

I believe this potential module has some outstanding benefits for site owners and site users. Site users will be willing to contribute more as to expose their profiles to more and more potential wishlist buyers, which will build more cohesive communities. While site owners can get a couple extra bucks here and there.

How to modify taxonomy.module to return taxonomy/term lists in alpabetical order?

(And don't say, "use Views". I can't figure out how to get Views to respect "not published" articles or return taxonomy terms with term lists.)

I am not php literate, but can follow logic. I can't find the place in the taxonomy.module (for version 4.6) where the nodes associated with a taxonomy term are sorted by node id. I'd rather have them sorted alphabetically by node title.

Any hints?

Taxonomy - adding terms - term_node table not updated?

Hi,

Im new to drupal (discovered it about 4 weeks ago & took the plunge), and am currently using v4.7rc3.

Im trying to learn the system from a developers point of view, so I can create my own custom modules, and hopefully contribute back when I have a better understanding of the system.

Project module: blank page /project/issues/user

I use Drupal 4.7 rc3 and project module from CVS. I see only blank page at /project/issues/user and some others, /project page works fine, and on page /project/issues/search search doesn't work: there is no reaction when I press button "Search". What can I do to fix this problems?

What does theme_page?

When developing a custom module I met a very strange behavior.

The code looks like this

/* some code */

$output = very_complex_function();
print theme('page', $output);

I see not what I want! (diffucult to explain. The result makes sense, but $output variable contains another result from very_complex_function() !)

After changing the code to

Pages

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