Navigation Font Color in Zen?

I've been trying for a couple days now to style a drupal site I'm working on, and it's going fairly well. However, I simply cannot find where in Zen's stylesheets to style the navigation links, as I cannot get them to change. I have managed to get the active link to change, but I cannot get the other url's to style.

Thanks for any pointers!

Access fields directly in views-view-fields.tpl.php

Hi,

this drives me crazy:
How do I access the values of fields in views-view-fields.tpl.php in D7?

So instead of print $field->content I would like to print the values of title, body etc directly....

I tried now for hours....

Joerg

Web service problem

I create a module that implements a services for a user to up a content:


function ws_content_services_resources(){
	return array("e-plus_ws"=>
		     array(		
				
				'create_cambio_content' => array(
					'file' => array('type' => 'module', 'module' => 'ws_content', 'name' => 'ws_content'),
					'callback' => 'get_content_by_ws',
					'args' => array(
					  array(
						'name' => 'myarray',
						'optional' => FALSE,
						'source' => 'data',
						'description' => 'The node data to create',
						'type' => 'array',
					  ),
					),
					'access callback' => true,
					'help' => 'Web service para subir contenido a cambio content type',
					#'access arguments' => array('view'),
					#'access arguments append' => TRUE,
      ),
				
				
				
						
			),
		);
	}

function get_content_by_ws($myarray){
	module_load_include('inc', 'upcontent', 'upcontent');
	upcontent($myarray);
	return "enviado";
	}

*the function upcontent works well

so, I created a endpoint for this module and when i access http://localhost/ws/currency the message "XML-RPC server accepts POST requests only." is showed.

so to tests this module i created another module named tests and the .inc file content is:

<?php
function test_xmlrpc(){
$array=get_array();
$result = xmlrpc('http://localhost/ws/currency', array(

User registration form

User registration form contains these fields: set timezone, set email text format, set email language. How can I disable these items? I want to predefine these values. Is it possible in administration?

thanks
Tomas

Search for home / schedule an appointment to see home

Hi All,

I've been a happy Drupal user for about 2 years now and first time posting on here. I have an idea to build a local website to market homes for sale by their owners and was wondering if there are any modules out there that would be capable of doing what I want. I want to be able to search for houses via typing in city, zipcode, etc. When someone finds a property, I want them to be able to request a showing (this information can be either sent to the person who has the house, or to me and we will forward the message).

How to create theme is choice for create node?

How to create themes is choice for create node?

I want create themes for node , By have choice themes in page create node.

ex. I create node is type "test" .And node test have "title , body, and want cck choice themes"

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x