Server set up

Can someone recommend me what kind of server platform I should use to install drupal: LAMP, MAMP, etc. I know Drupal 7 requires mysql 5.0.15, so I will most likely install this version or higher. In addition to this, what other things would I need to install, and is there a guide I can follow (from setting up the server, to installing drupal)?

Thank you,

JL

Where do I install the Comscore analytic tag code?

Where do I install Comscore analytic tag code? They suggest in top of page in the header.

Thanks

Not extra field on field Multiple

Hi,

For multiple fields, an extra blank row is added.
I have a site where I don't want that, I prefer the user gets the extra row only when he clicks on the add field button.

I can do it hacking core

modules/field/field.form.inc line 157
- $max = $field_state['items_count'];
+ $max = ($field_state['items_count'] > 0) ? $field_state['items_count']-1 : $field_state['items_count'];

But of course I want to avoid touching the core.
Is there a way to do it (not hacking core)?

Blocks, user login hyperlinks not displaying correctly

hi

My user login block (links) won't display correctly. It's showing the text: 'Array' in place of the hyperlinks?

My .info file is well defined:

regions[sidebar_first]  = First Sidebar
regions[sidebar_second] = Second Sidebar
regions[header]         = Header
regions[highlighted]    = Highlighted
regions[content]        = Content

And 'page.tpl.php' is well defined:

I really, really, need help with updating!!!

I can not successfully update my Drupal 7.8 installation.

I keep getting this error msg:

You are hereHome » Administration » Modules
Error message Failed to get available update data for 5 projects.
Last checked: 0 sec ago (Check manually)
Updating modules and themes requires FTP access to your server. See the handbook for other update methods.

All of your projects are up to date.

Please, if any one knows how to fix this, I would really appreciate your help.

Thanks,

How do you create a user in PHP code?

I've got an application where I need to be able to create a user in PHP code. What's the best way to do this? Start from entity_create, start from a standard class, or use user_save with an anonymous user as the user object, or something else?

Also, is it possible to have the usual emails sent out when the user is created?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x