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

Irritating newby problem

Hi there.

Checkboxes

Hello, I don't find how can I know what sellections have made the user using checkboxes.I have this checkboxes:

$form['topics'] = array('#type' =>'checkboxes','#title' => t('Tópics'),'#options' => $nametopics);

and $nametopics is an array of strings like football,cinema,etc..

If I print the variable topics with this:
foreach ($edit as $name => $value) {
variable_set($name, $value);
}
$output=variable_get('topics','');

THe result is : Array

Can you help me?

Thanks

Prevent drupal to escape urls

Hi there.
Imp working on a complex registration form. When the user is submitting the registration form, I add in the 'insert' hook the line:

$_REQUEST['destination'] = 'reg/part2&uid='.$edit['uid'];

(User is not logged in this part since administrator approval is required).
The problem is the link in the browser is:
http://localhost/mtsite/?q=reg/part2%26uid%3D46
and I can not use the uid info.

Disable Avatar Per Term ? Possible ?

I've just realised that the story module could be dropped for us in favour of using one forum to report frontpage news. This works perfectly and bring the discussion central to all the rest but one issue i'm having is members avatars.

I only have avatars enabled for Blogs and forums both in starting nodes and comments and hope to keep it that way. However i would like to disable the avatar on any node that gets posted to the frontpage. Is this possible ?

Drupal 4.7 fails login

I've been using Drupal for months (4.6 and now 4.7).
In the last week, only on one of my computers using IE 6 (Windows XP SP2) I cannot login. It shows the login block without errors but if i put right name and password does not login.
Using another computer with the same browser and OS I can login. Using FF on the same computer it works. I suppose It's a IE configuration problem...
How can I solve this?
Cookies enabled, accept cookies, user.module patched etc etc. I've read all the posts about this issue but ... :)
thanks

Can't load profile picture images in User admin

Hello

I can't upload a picture to the user profile
Keep getting error
The selected file files/tmp_o3KQy7 could not be uploaded, because the destination is not properly configured.
Failed to upload the picture image; the http://paratlane.net/files/pictures/ directory doesn't exist.

http://paratlane.net/files/pictures exists you can check here

Pages

Subscribe with RSS Subscribe to RSS - Post installation