I'm planning to use this module on a site which requires different level of membership for joining. I tried playing around with the module but it seems there are lot of references to PayPal and Subscription(subscribe).

Is there an easy way to change the reference from subscription to membership and subscribe to join?

Thanks,
=gk

Comments

that0n3guy’s picture

You could try using http://drupal.org/project/stringoverrides

I dont know if it would work... but its an idea.

gkapoor’s picture

I tried that module, its working for string that are passed through the t() function but it seems that string like 'subscribe' and 'To Unsubscribe" are not passed through the function and it doesn't change.

Thanks,

chia’s picture

Perhaps you can edit the module and there are only few locations where you will need to change in lm_paypal_subscriptions.module . You can search for the location in that module lm_paypal_subscribe($subid = NULL, $display = 15, $button_url = '', $nid = NULL,$account = NULL) function have it. Look at this function in the module to edit.

john franklin’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Category: support » feature

We'll make this a 2.x feature request to change the terms used for 'subscription' so as to also support similar concepts like 'membership'