Drupal is up and running but how do I ...?

Problem with field select and accents using forms api

Hi im using the forms API and works Ok but when i try to display accents it dont works properly

$provincia_opt = array('alava' => t('álava')....

$myform['representante']['Provincia'] = array(
  '#type' => 'select',
  '#title' => t('Provincia'),
  '#default_value' => "Madrid",
  '#options' => $provincia_opt,);

In select I get álava instead of álava !!!

Any suggestion?

flexinode/list/x?=WHAT??

Drupal is great, but finding pieces of needed info is really frustrating sometimes.

I need to have a paged list of teasers all of type 'flexinode-x'. When I use flexinode/list/x it gives me the list, only sorted by creation-time. I need it to be title alphabetical instead. Can this be done without using views module? One would imagine it is basic functionality. No need for php snippets or separate modules. But is it? And if, what do I add at the end of url?

Icons for links using locale

Hi,

Because I don't know too much about php I've been using (drupal 4.6) locale for adding icons to several links like "read more", translating it for "Only local images are allowed. leer más", for example.

View recent (or random) polls in sidebar's block

I haven't managed to find this feature yet, but it's really handy. I'd like to display a recent (or a random) poll in the sidebar, but still can't figure out a way. Is there any module that can do this?
Thanks.

Menu's and breadcrumbs

As this is my first post to the forum, I like to thank all who have contributed to Drupal to become what it is today. A very fine CMS. Perhaps I can contribute my part some day.

Is there a good method to show poll results without requiring to vote?

I am looking to show multiple polls in a page, using panel which works fine so far.
However, I want to let my member see results of these multiple polls, all in one page (another page, not neccessarily same page as the original polls are on).
Any sugestion?

Thanks
Nilam

Pages

Subscribe with RSS Subscribe to RSS - Post installation