any plan for 6.x version??

Thanks

Comments

andypost’s picture

Is there someone who start this process?

chasz’s picture

+1

internetdevels’s picture

+1

webcomm’s picture

+1

chriz001’s picture

+1

drupalina’s picture

+1

Babalu’s picture

subscribing

john.arroyo’s picture

definitely interested, +1

darrellhq’s picture

It surprises me at the lack of interest for modules to be upgraded to version 6

drupalina’s picture

I'm getting the suspicion that this module is totally abandoned. Check out the issue queue. I myself have posted 2 issue queue and there was no reply so far.

I don't know what's the procedure when a module gets abandoned. Should a new coder take it over?

andypost’s picture

@drupalina check this http://drupal.org/node/251466

darrellhq’s picture

That would be a good idea if someone is interested in taking up the job. Adding this to one of the drupal 6x modules such as UR or Friendlist would be a powerful combination.

hannad’s picture

StatusFileSize
new22.14 KB

I have taken the 5.x dev snapshot and converted it to 6.x with with the deadwood module. I updated the hook_init() function but it errors out when you goto "invite/import". The converted version is attached

'm fairly new to programming for Drupal so this is not 'working' yet. However, it does activate when you add it via the modules admin screen.

Can someone help?

Dave

andypost’s picture

Module http://drupal.org/project/invite already gets 6-dev so need testing in integration

hannad’s picture

Yeah, I am running invite 6dev. Going to the main url
http://www.konnectim.com/invite
I don't see any integration at all. I think the hooks are not quite right. Can someone help me troubleshoot?

eggthing’s picture

subscribing

Antinoo’s picture

+1

Anonymous’s picture

Highly subscribing...

ivan25’s picture

@hannad

Hi, I am interested in getting this to work.

Were you able to get the admin page to show. I tried your version but nothing comes up.

Maybe we can try to sort this thing together.

Best.

Ivan

demeon’s picture

+1 For 6.x version ;-)

Manamarak’s picture

+1

feconroses’s picture

+1!

It would be great!

asak’s picture

+1 - BUT this is not GPL ;/

tayzlor’s picture

subscribing

nirad’s picture

subscribing

hadsie’s picture

StatusFileSize
new21.68 KB

I've gone through and got this more or less working on D6. The main problem in it was the the module_load_include calls weren't being used properly.

Anyway, I couldn't get the gmail code to work properly (I think google may have moved things around or something), but this code doesn't appear to be under the GPL anyway and should probably use the Google Contacts API instead of the username/password method.

I didn't test any of the other services.

avpaderno’s picture

Title: 6.x version ?? » Drupal 6 port

+1 for the port.

I have the feeling this module is not maintained anymore. I will start the procedure, if nobody started it.

Edit: there was already a support request about the developing state of the module. The maintainer replied just to say that he does not have time to develop it (in other words, he abandonated the module).
I passed the report to the correct queue; if anybody would take the ownership of the module, please add a comment in that report (#336668: DCL_Importer seems abandoned).

neokrish’s picture

StatusFileSize
new168.85 KB

Hi everyone,
I am also one among you waiting for this module to be imported to D6. Since, I needed a module of this kind very urgently, I tried to do it myself with a lot of variation. Basically, I have used OpenInviter (openinviter.com), free, opensource library to import contacts and pass on them to invite module. I am attaching the module for the community to review and see if this is of any value to drupal community. I know there are a lot of things that it lacks in terms of commenting, code style etc... but what I have done is just a little baby step towards a module that we all seek for. I will take up your suggestions and implement them in the module.

seeking the community support.

Thanks,
neokrish

neokrish’s picture

StatusFileSize
new168.9 KB

Hi everyone,
I used the coder module and have cleaned up a bit... but sure enough there is lot more to do. As I said earlier, it's just a single step ahead from getting struck with the current status of this module.

[edit] after submitting this, i noticed that the module gave errors in getting the contact details. It was because, I emptied the config.php file in OpenInvite dir of the zip file I attached. so here is a small patch for it.


	$openinviter_settings=array(
		"username"=>"username", // you dont need any username
		"private_key"=>"key", // as well as any key. just leave them as such
		"cookie_path"=>'/tmp',
		"transport"=>"curl", //Replace "curl" with "wget" if you would like to use wget instead
		"local_debug"=>"on_error", //Available options: on_error => log only requests containing errors; always => log all requests; false => don`t log anything
		"remote_debug"=>FALSE //When set to TRUE OpenInviter sends debug information to our servers. Set it to FALSE to disable this feature
	);
	

Please enter the above code in config.php and everything should work as desired. I tested with gmail and it worked fine. It should in theory work the same way with other providers. Let me know if you find any errors.

thanks,
neokrish

add1sun’s picture

Priority: Critical » Normal

Since there is a D6 version in CVS now and tarball rolling, this issue is fixed. Future problems with the D6 code should be opened as new issues.

add1sun’s picture

Status: Active » Fixed

heh, marking fixed this time

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.