Module recommendation to solve EULA-at-login requirement

I'm looking any recommendations for modules that would help me satisfy the following requirements:

Active menu item highlighting

I have a main navigation menu where an item gets highlighted once you click it, if you click on that item you get a page with a sub menu.
My problem now is that when you select something from the submenu you lose the highlighting of the main menu item, and i would to keep that highlighted too.

Is there a way to do this?

My url looks like this www.mysite.com/menu-item/submenu-item

tnx

Graphics Designer to Reskin Adventure Charity Websites

Go Help, the UK adventure charity that runs the Mongolia Charity Rally and Roof of the World Rally, is seeking a Drupal-educated graphics designer to reskin its existing websites:

www.charityrallies.org
mongolia.charityrallies.org
roofoftheworld.charityrallies.org
www.gohelp.org.uk

The site uses a Drupal 5 base, and each site requires a reskin with the following spec.:

- new site designs must capture the imagination of potential participants in the charity's main fundraising events, by conveying the charity's main message and themes (in short...driven by adventure, focused on charity).

- site designs will feed into branding of events and charity.

- designer must have a strong knowledge of Drupal and the ability to implement the suggested skins as themes within the existing framework of the existing sites.

- an existing portfolio of designs that are event related and convey a sense of excitement would be appreciated.

- site design must make the extensive content generated by site users accessible.

- the budget for the reskin is limited, negotiable, and a successful engagement will lead to follow-on work as new sites are created.

Need help building CCK fieldset/widgets D5

What is the bare minimum hooks / cases to setup a custom cck field and widget? What I'm trying to do here is just a simple select list with 2 options. No validations required.

The database is created, the form field shows, however, the values doesn't get saved to db when i submit.
Any help?

<?php
function zroy_reference_widget_info() {
$option_types = array('zroy_reference');
return array(
'zroy_options_select' => array(
'label' => t('Select list'),
'field types' => $option_types,
),
);
}

function zroy_reference_widget($op, &$node, $field, &$node_field) {
switch ($op) {
case 'form':
$form = array();
$form[$field['field_name']] = array('#tree' => TRUE);

$form[$field['field_name']]['keys'] = array('#type' => 'select',
'#title' => t($field['widget']['label']),
'#multiple' => TRUE,
'#options' => array('1' => 'a', '2' => 'b'),
);
return $form;
break;
}
}
function zroy_reference_widget_settings($op, $widget) {
switch($op) {
case 'form':
$form = array();
return $form;
}
}

function zroy_reference_field_info() {
return array(

Is there something like an exposed filter for nodereference in cck?

I had setup the nodereference with views filtering the contents.

However, I need to have the filters exposed in cck so user can filter the list dynamically.

This there an existing module for that??

Need To Finalize Project. $50

My coder abandoned it because he didn't know how to do top day, week, month, etc in different categories.
Basically need to have the site look like this:
http://drupal.org/files/images/Screenshot-mystique.preview.png

I'm pretty sure all the module work is completed, site just needs the finishing touches done.

http://postmyrant.com/

Experience is needed as well as someone that can work fast.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 5.x