I am using 4.7-beta3 and I want to add some data to $user as its database intensive but changes very slowly so I don't want to recalculate it every time the block renders.
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).