Hi,

I am developing personal website using drupal 7.

1)I finished installation but I wanted to change the theme. I changed the theme and I clicked save and I got the following error :

Notice: Undefined index: css in _color_page_alter() (line 96 of C:\Documents and Settings\Jean Baptiste\workspace\OSS\modules\color\color.module).
Warning: Invalid argument supplied for foreach() in _color_page_alter() (line 96 of C:\Documents and Settings\Jean Baptiste\workspace\OSS\modules\color\color.module).

Can anyone tell me how to overcome this warning?

2) I want to add user links and I want to customize them, changing font-size, border to look much like the links you can see on top of this page,...... which file do I have to edit?

Comments

WorldFallz’s picture

Drupal 7 has not been released yet and is no where near stable-- errors and warnings are highly likely. You should switch to d6.

baptiste2k8’s picture

Thank you for reply, can you help me to get SVN for Drupal 6?

For drupal 7, I got this details for getting its latest SVN,

# For Anonymous Access to the Drupal CVS insert the following information:

* Host: cvs.drupal.org
* Repository Path: /cvs/drupal
* User: anonymous
* Password: anonymous
* Connection type: pserver
* Also make sure "Save Password" is checked.

# As a developer for contrib you must type:

* Repository Path: /cvs/drupal-contrib
* User: your username as filled out in the CVS access form
* Password: your password

How can I get the same for Drupal 6?

Thank you

WorldFallz’s picture

I'm not that familiar with svn, but based on your post it sure looks like you mean cvs: Checking out from the main repository.