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

organic groups did not work for me until i got a clue but didn't bother to post here

i installed organic groups module. the installation was fine. but when i enter a name i the title and click the submit button, nothing happens, that is, no group is created.

Hide attached image

I've used cck to create a new type to post videos that are hosted on another site (myheavy.com). I created a view that uses a thumbnail that I attached to the node to link to the node: http://beatardo.web.aplus.net/mtr/?q=pages/myheavy

Is there anyway to have that thumbnail not display on the actual node?

thanks,
sarah

inline text box that highlights a quote from the body text

I would like to create an inline text box that highlights a quote from the body text - an example is in BIG qotes with a grey backgroung - here http://news.bbc.co.uk/1/hi/uk/6306807.stm

categories by user and administering only comments on your own blog

Is it possible to allow users to create their own categories to apply to their own blogs?

Is it possible to allow users to administer ONLY the comments on their own blog? It seems like users can either administer ALL comments or none at all

Thanks!

Form Validation using Webforms module in Drupal 5

Drupal 5 is great, and I am currently developing a test site using various modules. I have having some trouble with the WebForms module. I can get the module to render a form the way I want, but I am unable to invoke the form validation.
I wrote the following function in the 'Additional Validation' textarea just to find out if the validation function is being called or not.

webform_client_form_validate($form_id, $form_values)
{
  print_r($form_values);
  form_set_error('', print_r($form_values));
  if ($form_values['Name'] == 'test') 
  {
    form_set_error('', t('You must select a different name for this group of settings.'));
  }
}

Can someone direct me to how I can get this working.

Using the Form Builder module's customize form option on the form created by the webforms module, I managed to get the form id. I am not sure of the form id displayed by form builder is the same as the form id set by the webforms module

$form = array (
'#id' => 'webform-client-form',
'#prefix' => '',
'#suffix' => '',
'#method' => 'post',
'#action' => '/contact/webform?q=node/7&formbuilder_form=webform_client_form',
'#value' => '',
);

$form['submitted']['1169923424']['1169923471'] = array (
'#title' => 'Name',
'#type' => 'textfield',
'#default_value' => 'rakeshcp',
'#required' => '1',
'#weight' => '0',

Is it possible to give partial permission?

I'm trying to use $group->path in a function in og_forum.module. $group->path works just fine for roles with "administer url aliases" (path.module) permission but is not available for roles without this permission.

How do I make $group->path available to all roles without giving all roles that permission? Modify permissions in path.module somehow?

Pages

Subscribe with RSS Subscribe to RSS - Post installation