Drupal is up and running but how do I ...?

Block visibility issue

Greeting fellow drupallers,

I'm trying to get a block to show up on a variety of pages: a front page/blog, on the individual blog posts, and also on the multi-page Views queries for the blog. This is what I have so far:

Lobby module problems

Hello, for a social/political website I have tried running drupal 4.6 with civicrm 1.6 and the latest HEAd of the lobby.module. I have installed all on my host using mysql 4.1 and php 4.

I know and have tested that both drupal and civicrm are working correctly, but I can't seem to get the lobby module to work correctly.

The problem I am facing is that the lobby module doesn't seem to work with creating a direct target. I get the error:

imagecache settings-> Internal Server Error

When attempting to change the resize values, just after I create a preset, I get an "Internal server error".
(If I knew how it was formated I'd put them in phpMyAdmin.)

I tried starting with a new database and only cck, image field, and imagecache(release and dev).
changed .htaccess as prescribed.

Has anyone had this problem and made it work?
http://drupal.org/node/107121

Am I missing something?
Thanks in advance!

Trimmed Length not working for video nodes

Has anyone else experienced this problem? My trimmed teaser length is set to 400 characters, which works fine for Story nodes. However, it does not work for Video nodes. Instead the full video intro/body text is disaplyed on the fornt page.

Any thoughts?

Thanks
Glen

Error on logout 403

Everytime i logout i get a 403 You are not authorized to view this page.

http://192.168.2.11/index.php?destination=logout

i have searched for days to find the answer with no luck. I have even upgraded to 5.x still with no luck. Also when a user registers even though they get an email with login details i get :-

http://192.168.2.11/index.php?q=user/register
403 You are not authorized to view this page.

PHPTemplate was instructed to override the field theme function, but no valid template file was found.

Hi folks,

I have CCK installed and am receiving this error:
PHPTemplate was instructed to override the field theme function, but no valid template file was found.

I have the following in the template.php file:

	function phptemplate_field(&$node, &$field, &$items, $teaser, $page) {
		$variables = array(
			'node' => $node,
			'field' => $field,
			'field_type' => $field['type'],
			'field_name' => $field['field_name'],
			'label' => $field['widget']['label'],
			'items' => $items,
			'teaser' => $teaser,
			'page' => $page,
		);
		return _phptemplate_callback('field', $variables, 'field-'. $field['field_name']);
	}

Where no white spaces exist after the closing of the ?> tag.

The node file that relies on the template file is called:
node-content_furniture_item.tpl

which the cck content type is:
content_furniture_item

The content shows as it should using this code:
foreach ((array)$field_description as $item) { print $item['view'] }

So the error in itself is not causing a display issue but just bugs me that I can't fix the error from taking place. For the above example code, there is only one description field but there is a foreach, would that cause such a thing? And, there are other content snippets like:
foreach ((array)$field_price as $item) { print $item['view'] }

Pages

Subscribe with RSS Subscribe to RSS - Post installation