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

signup form and flexinode template

I have successfully set up an event type 'course' and got signups working with this. I have set up a custom signup form and this all works fine. However, I wanted to add some additional text to the top and bottom of the page and between the course details and the signup form so I set up a flexinode template to do this: node-flexinode-3.tpl.php. All fine so far EXCEPT that with the flexinode template I don't get the signup form, without it I can't see where to add the text.

Timestamp appended to url

On a site with very few contrib modules (event, image, img_assist, pathauto, urlfilter, views, activeselect and category), a timestamp is being appended to the url on login and logout. Like this:

www.example.com/?time=1158243003

For the life of me, I can't figure out where this is coming from. I am using clean urls and have no other issues.

How do I change the title "Events" in the mini calendar?

I have a mini-calendar in the left sidebar and the title of the block is "Events". I would like to change the title and I can not figure out how. I suspect it is somewhere quite obvious but I can't find it. I have searched the settings and the forum and have had no luck.
Thanks for your help.

Userreview Question - modify view to hide nodes with status=0

I have a query with regards to the userreview module. Reviews which have status=0 are shown at the bottom of the relevant node, when they should be hidden.

The list of reviews is generated using a view. My guess is that the view needs to be changed so as to only show content with status=1. Here is the view code from userreview.module


<?php
/**
* Implementation of hook_views_default_views.
* Defines the views view, which will
* render the lsit of userreview nodes under the reviewed node.
*/
function userreview_views_default_views() {
$view = new stdClass();
$view->name = 'userreview';
$view->description = 'list the userreview nodes by node';
$view->access = array (
0 => '1',
1 => '2',
);
$view->page = TRUE;
$view->page_title = '';
$view->page_header = '';
$view->page_header_format = '1';
$view->page_type = 'list';
$view->url = 'userreview/of';
$view->use_pager = TRUE;
$view->nodes_per_page = '10';
$view->block = TRUE;
$view->block_title = '';
$view->block_header = '';
$view->block_header_format = '1';
$view->block_type = 'teaser';
$view->nodes_per_block = '10';
$view->block_more = '1';
$view->block_use_page_header = FALSE;
$view->sort = array (
array (
'tablename' => 'node',
'field' => 'changed',
'sortorder' => 'DESC',
'options' => '',
),
);
$view->argument = array (

A-Z

I am using Drupal 4.6 I was wondering whether there is an easy way to do an A-Z of my site?

chameleon theme - how to centralise on screen?

Hi

I have started using Drupal fairly recently using the chameleon Theme.

My question is how do I centralise this theme (ie. so that all pages are central on screen, not justified to the left) and also the logo image as well please?

An example of my site is here at http://starti.co.uk/v2/

Many thanks

Adrian

Pages

Subscribe with RSS Subscribe to RSS - Post installation