can't seem to find request relationship link with user relationship module

I went into user profile page but can't seem to find this link, does anyone know where it is?

Much thanks

Use user_check_password() in own php script

Hi all,

To reduce the load on my website, I want to use the function user_check_password in my own script, to validate an external login. Is that possible, or do I always need to load the full drupal system?

Best regards,

Geert

does anyone know about managed_field????????

i have written a module and using managed_file to upload images and here is my code

$form['fs1st'] = array(
'#type' => 'fieldset',
'#title' => t('First Slide'),
);
$form['fs1st']['slideshow_image_1'] = array(
'#type' => 'managed_file',
'#title' => t('Choose 1st image'),
'#description' => t('Only JPEG, JPG and GIF are allowed'),
'#default_value' => variable_get('slideshow_image_1',''),
'#upload_location' => 'public://docs',
);

and in my form_submit() i am doing this

How to Customize and Override the user_login_block in Drupal 7 into a Zen Sub-theme ?

How to Customize and Override the user_login_block in Drupal 7 into a Zen Sub-theme please ?

I'm a newbie into Zen dev and all the sources I found are either for Drupal 6 either not for Zen sub theme.
As I begin I want to understand well what I do and why I do it.

Is someone could help me ? please !

Updating Modules on Windows

Tried on both Core 7.7 and 7.9.

Every time I try to use the update module I get something like the following error:

(views_slideshow_slider)

Error installing / updating
File Transfer failed, reason: Cannot remove file /WebSites/BockSites/sites/all/modules/views_slideshow_slider\LICENSE.txt.

or

(date)

Error installing / updating
File Transfer failed, reason: Cannot remove file /WebSites/BockSites/sites/all/modules/date\CHANGELOG.txt.

D7 Insert Blocks

hello everyone,
I installed the insert_blocks module correctly as well as created a new text format specifically for insert_blocks. I haven't been able to call out any blocks that I have created. Is there conflicting modules or something I am missing? Heres an example of what I'm trying to accomplish:

admin/structure/block/manage/block/32/configure

[block:block=32]

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x