Everything groups, user interaction, moderation, rating, profile management, etc.

Is there a module that allows members to earn points?

Hi,

I would like to allow registered members to earn points for activities such as submiting links to my site, refering other members etc..
Is there such a drupal component?

Thanks.

I need help installing flash video

I need help installing flash video on my site, be able to upload any format and encode them in flash.
I am on a dedicated server apache.
Jero

Default front page problem

After a user registers, the usual message appears...

"Thank you for applying for an account. Your account is currently pending approval by the site administrator.
In the meantime, your password and further instructions have been sent to your e-mail address."

but it's incorporate in my default front page.

How can I solve this? Is this a theme problem?

Here is the website: http://s253290890.onlinehome.us/gpharma

i've a problem with the fieldset in the form alter

i made a function which i call at the hook_form_alter() for << many times>> .... my problem is i want to make one fieldset that hold my textarea(s) which generate at the function when i did that i have two results first the fieldset rebated itself... the function in this case like that:

function notification_form($num, $parm, $tit, $des = NULL){

$form['disable notifications'] = array(
'#title' => t('Disable notifications'),
'#type' => 'fieldset',
);
$form['disable notifications']['mail_checkbox_alter'] = array(
'#type' => 'checkbox',
'#title' => t('Disable notifications'),
'#default_value' => 0,
);
$form['disable notifications']['message'.$num] = array(
'#title' => t($tit),
'#type' => 'textarea',
'#default_value' => $parm,
'#description' => t($des),
);

return $form;
}

the second result is just the first text area be at the fieldset and the others out from it the function in that case be like:

function notification_form($num, $parm, $tit, $des = NULL){

if($num == 1){
$form['disable notifications'] = array(
'#title' => t('Disable notifications'),
'#type' => 'fieldset',
);
$form['disable notifications']['mail_checkbox_alter'] = array(
'#type' => 'checkbox',
'#title' => t('Disable notifications'),

How to groupe genders and with in that by age ? is that possible?

Hey guys

i am building a website that is like a dating site but its not really.
and this what i have done .

i have created a in the profiles many fields like
first name
last name
address and so on

i have added a date of birth module
and have that in the profile
i also added a fields called gender with a drop down list man and woman

ok so my question is

is there a way with all that information that the user in putting in
can i use organic groups to organize the users based on that information like

..

...

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Social software and communities