Help in formatting style of elements

Hi,

Im new to Drupal and CSS and Im trying to make some adjustments to the CSS of the website: www.cocreationforum.com/net

Login information is
username: neiljp
Password: qsef1234

1) Under Groups (http://cocreationforum.com/net/group-list), the elements are too close to each other. How do I space them out and increase the size. I used the chrome developer tool to inspect the element but did not find anything.

Context and more

Heey all,

I've find out that I have to use the module Context to make any differences in my theme (I want an other header for a special page). I've set up a context but I don't know how to continue. I've changed the .css file (added a extra header 'function'), and added a IF part in the page.tpl.php file (for the $section_title), but nothing works. The only thing that happens, is that the header changes position (backward and a bit lower...).

How do I have to work with this?

Thanks in advance,

mr32

Views - need help with filtering a page properly to display only certain results.

I am trying to make a page that shows the products a salon sells from different manufacturers. The way this will work is like this:
The overall products page will list all of the Manufacturers that have products assigned to them. Once a manufacturer is clicked it will take you to a page that lists all of the products that the salon sells for that Manufacturer (grouped by category).

I am normally pretty good with views and I have each view page setup already. The main page which lists the manufacturers and the secondary page which lists all of the products (grouped by category). My problem is linking the manufacturer name on the main page to a filtered version on the secondary page only displaying the products that the salon sells from this manufacturer.

As of now I have it where when a manufacturer is clicked it just goes to the page and lists all products (grouped by Category) even if the products are from different manufacturers.

Would it be contextual filters that I have to use? I know this is a lot to read I am so sorry it has been a while since I've done something like this.

Below is how my 2 content types are setup (below them are the fields):
Manufacturer
-name (title field)
-logo
-url path to website
Product
-name (title field)
-manufacturer (node reference to Manufacturer content type)
-product image
-product category

SQL update help [SOLVED]

Hi Guys

can someone tell me how to correctly use the drupal update statement what i'am trying to do is add a value to the allready exsiting value so if i allready have 3 in the value field and my form i choose 4 it should add 4 to the 3 and in the table it would be 7

i have currently

>db_update('profile_value')->fields(array('value' => +$duration )) ->condition('uid' == $uid & 'fid' == '26') ->execute();<

upload imagens

•Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access public://default_images/Hydrangeas.jpg in file_save_upload() (line 1541 of /var/www/vhosts/ead-br.com/httpdocs/includes/file.inc).
•File upload error. Could not move uploaded file.
alguem com este problema? ja dei permissões php em safe mode
costa lobo

How to create module in drupal

hi..
I am new in drupal and i want to create a module for print simply "hello world".
can anyone help me ?

thanx in advanced

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x