I wanting to insert a banner on the top of a story, like where the title is..
Lets say I have 2 topic lists
Topic List 1
Banner 1
Banner 2 *
Banner 3
Topic List 2
Topic1
Topic2 *
Topic3
Topic4 *
Topic5
So lets say I select the one with the *'s
I want to hard code this to use the one in topic one as the banner, so I will code <img src="http://www.pathtothebanner.com/<? php print $WHAT FOR JUST THE TOP TERM ?>"
I writing a module to allow Drupal to interact with an ASP I use for advocacy campaigns (where individuals send emails to elected officials). The ASP authenticates users via an HTTP POST and returns a cookie, allowing users to browse to any advocacy page and have the fields prepopulated (name, address, etc).
I was trying to add a payment order payment method to the e-commerce API but I can't find documentation explaining how to display information to a store administrator. Is there perhapse a hook that can be used? I'm interested in adding the information to the table at admin/store/search and store/transaction/edit/#.
I'm needing a module (or preferably a patch to the image module) that augments the automatic thumnail creation to allow for multiple classes of thumbnails (based on node type). I haven't posted here much and I'm not quite sure what the protocol for patch submission is... As long as I'm not reinventing the wheel I plan to make this patch and submit it back here.