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

Resizable textarea bug in IE7?

Is anyone else having an issue with the resizable textareas in IE7? I have a three-column layout, and the middle column resizable textareas jump into the right column. The text area itself jumps, but the resizable bar with the controls stays where it is supposed to be. Turning off the resizable textarea functionality fixes it, but I would like to keep the functionality without making my layout break in IE7.

block view as RSS feed = broken site.

Hi, I was playing with view settings for a side block and changed it to RSS. Now every page in the site, including the admin and block settings page is that RSS feed.
sanith.thomasart.net
If anyone else had this problem, I couldn't find them.
Any hints on how to fix this?
Thanks,
James

Output taxonomy name and assign to variable..

Hi there. I'm a bit of a php newbie, and so am looking for a simple way to output the current node's taxonomy and assign it to a variable that I can then use a simple php print statement with later in the page... anyone with a simple snippet for this?

thanks in advance

Can't properly set the size of any textfield in hook_form()

Hi all,

I'm extending hook_form and no matter what I do, I can't seem to set the size of a textfield!

Here is a sample from the code:

$form = array();

$form['create_sale'] = array(
'#type' => 'fieldset',
'#title' => t('Create a new Sale'),
'#weight' => -5,
'#collapsible' => FALSE,
'#collapsed' => FALSE);

How to get rid of "Input format" form that appears on every editable page?

You know, that plain text / html / php / textile form that appears at the bottom of every editable page region -- it's so annoying. Not to mention, I do not want to give PHP posting ability to just any registered user...

I've scoured the boards for this one -- as well as the various modules. I've even uninstalled the textile module. All to no avail. Where in the code is this annoying form generated?

It should be said that I am front-end savvy but not a programmer.

How to get rid of "Input format" form that appears on every editable page?

You know, that plain text / html / php / textile form that appears at the bottom of every editable page region -- it's so annoying. Not to mention, I do not want to give PHP posting ability to just any registered user...

I've scoured the boards for this one -- as well as the various modules. I've even uninstalled the textile module. All to no avail. Where in the code is this annoying form generated?

It should be said that I am front-end savvy but not a programmer.

Pages

Subscribe with RSS Subscribe to RSS - Post installation