Does anyone know of a way to allow users to select the content of an individual block? I'll explain what I mean:
On my site http://fantasyf1game.net, users create teams which participate in leagues. I want to have a block that each user can configure differently so that it shows the league table for a league that he/she has entered.
For example: If I have 26 leagues (A-Z), the user 'john' might want to display league A in his block, but the user 'paul' might want to display the league X.
Hi. I want to do something simple--display a category of aggregated content in the sidebar as a block, but instead of just showing the title of the item, i'd also like to show where it came from, i.e.,
I'm writing a form using the Forms API in 4.7. I'd like the user to be able to confirm the values in the form before submission, but after the values have been validated. Is there any way to do this easily with the 4.7 Forms API? (Upgrading to Drupal 5 is non-trivial at the moment =) )
I've looked at the method at http://drupal.org/node/43682, but that moves the $_POST values directly to a confirmation form without first validating them.
The forms API features a property called "size" which defines the width of a textfield.
Unfortunately "node.css" overwrites this by defining "width: 95%" for the class "form-text".