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

User specific block content

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.

Tweaking Category Appearance as Block

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.,

helpful posting (joe's blog)
foolish remark (linda's blog)

etc.

How would I do this? Do I need to modify aggregator.module, or is there a less extreme way of modifying this?

Thanks,

A.

Proposed Module: Integration of Swfupload to allow large file uploads

I've recently come across this little Flash/JS application:

http://swfupload.mammon.se

From my own experience big uploads turned out much more reliable than through the current upload module.

A module that replaces the current JS uploader of the upload module with this Flash/JS uploader would certainly be helpful to many people.

confirm form values before submit?

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.

Form Page:

why the width of a textfield is not defined by size

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".

see:
http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference...
http://drupal.org/modules/node/node.css

arminbw

Pages

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