wedding extends

Hi all,

i just installed drupal and i was wondering if i can create a wedding planner website using drupal? if it is possible kindly assist me in the kind of extends required. Help will be highly appreciated.

PS: am looking to create a website such as www.momentville.com or www.theknot.com

getting an error with colorbox.

I get an error when I try to use colorbox logged in as admin. The error says that a variable isn't defined, the variable changes with each mouse click. (don't you love the fact that when a program isn't coded right, the developer makes you think YOU did something wrong.) Anyway, the code that I am supposed to decipher is below. Colorbox works fine when I am not logged on and viewing as an anonymous viewer.
On an off note, when is drupal going to work error free? Maybe in 8?

The error I get is this:"r is undefined" and "z is undefined"

Is it possible to add rel="nofollow" to login block links?

Hi

I was wondering if it was possible to add rel="nofollow" attributes to the links in the user login block. Links such as create new account and request new password i mean.

Any help with this would be greatly appreciated.

Thanks
Simon

Help with FAPI textfield padding

I am not a programmer and am working with the form api. The form I have built has input items grouped together. There is a lot of space under the input items that I would like to get rid of and I have not been able to do it.

The form area code looks like this:

$form['amortable'] = array(
'#type' => 'submit',
'#prefix' => '

',
'#suffix' => '

',
'#value' => 'To Amortization Table',
);

$form['amount'] = array(
'#type' => 'textfield',
'#prefix' =>'

',
'#default_value' => 1000000,
'#size' => 12,
'#maxlength' => 10,
);

$form['amount_increment'] = array(
'#type' => 'textfield',
'#prefix' =>'

',
'#default_value' => 50000,
'#size' => 12,
'#maxlength' => 10,
);

$form['rate'] = array(
'#type' => 'textfield',
'#prefix' =>'

',
'#default_value' => .045,
'#size' => 12,
'#maxlength' => 5,
);

$form['rate_increment'] = array(
'#type' => 'textfield',
'#prefix' =>'

Loan Amount ',
'#suffix' =>'
Loan Increment ',
'#suffix' =>'
Interest Rate ',
'#suffix' =>'
Interest Increment ',

Release notes *still* need instructions on upgrading (webchick et al?)

I came across an old comment from 2009 asking for upgrade instructions in the release notes . This is still not happening (eg http://drupal.org/node/1204634).

Please, if you want to make Drupal earier for us newbies, then you need to make the simple stuff easier. Right now it's an absolute pain to find out anything basic about actually using Drupal in practice.

What is the best drupal 7 editor compatible with wysiwyg 7x 2.1 ?

What is the best drupal 7 editor compatible with wysiwyg 7x 2.1 ?
I have try the CKEditor 3.6.1.7072 but is not working properly. Thank you so much!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x