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.
The first time I installed fexinode, I wondered if it would allow to add fields to existing content types (book pages for example).
Unfortunately, though it surprises me, it seems to lack this feature.
Am I missing something?
I wonder now if it is possible to exend flexinode, for binding "flexible" metadata to all nodes. It should be a sort of flexinode+nodeapi.
But I'm quite new to Drupal. Does someone has hints about this? Is there someone experiencing the same problems?
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).