Hi,
This is a great addition to Drupal! Great efforts. Thank you. I hope to get it working soon.

Anyway, the button is not showing up in the "New invitation page".

My setup ;

Drupal 5.2
Invite 5.x-1.11
Token 5.x-1.8
cURL support enabled
cURL Information libcurl/7.16.0 OpenSSL/0.9.8e zlib/1.2.3
Regarding the access control, I enabled "import IC contacts" for all. Similarly for "invite module"

Comments

soosa’s picture

Do you see the rest of the form visible? the text field where you need to place your username, the field where you must select your provider, and the password field?, are they visible for you? if not then there is something with your permissions settings or so "please double check anyway!" else then this is something that i need to look after!
but i am pretty sure that its working, i have tested it on more than a machine with and without fresh drupal installation.
please keep me updated and let me know your feed backs :)

Ma'moon

soosa’s picture

please take a look at issue http://drupal.org/node/178236 , if that what you meant then this bug has been fixed!

Thank you
Ma'moon

najibx’s picture

Hello there ...

I updated to the latest release, yet no luck.

dcl_importer 5.x-1.x-dev 2007-Sep-25
invite 5.x-1.11 2007-Sep-13
token 5.x-1.8 August 14, 2007

I am logged on as SuperAdmin/not logon. Double check on the 'import ic contacts" permission for every role.

I also tried changing theme garland/bluemarine.

BTW, I am using local development server on WinXP. I check that my CuRL is working. Simply use this to test, name it as curl.php, then I can view php.net website via http://localhost/curl.php :

<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://php.net/");
$test = curl_exec($ch);
echo $test;
curl_close($ch); 
?>
najibx’s picture

Title: 'Get My Contacts' button not shown. » SOLVED

Ahhh .....

The README.txt said ....then just click on the 'Get My Contacts' button, wait for a moment and ...

all these while I was looking for that button on the invite page! It's actually a link menu :

Invite your friends and colleagues
* Get Gmail, Yahoo, Lycos, & MSN Messenger Contacts

which direct to (URL friendly) "/invite/ic".

I suggestion to update the README.txt to avoid confusion.

Anyway how can I put a link graphic and some help text just below the "To" textarea, beside hacking in the "invite.module" and manually put it there?

nevets’s picture

Title: SOLVED » Get My Contacts' button not shown - Solved

Changed the title back so it still reflects the issue

soosa’s picture

Status: Active » Closed (fixed)
soosa’s picture

Status: Closed (fixed) » Active
soosa’s picture

Status: Active » Closed (fixed)
wallbay1’s picture

what the hell is curl
and how do i compile it ....my site is hosted with netfirms
also I don't thin dcl works the only thing i see are permission, but when i click on invite it just the regular invite that appear, no button where i can import contact