Any plugin writers out there?

Discussion in 'Customization & add-ons' started by JohnM, Jul 24, 2005.

  1. JohnM

    JohnM New Member

    Joined:
    Jul 22, 2005
    Messages:
    22
    Anyone capable (and willing for $) to write me a plugin for Ultimate affiliate (the one from groundbreak)? i.e. I don't want to use UA's signup.cgi form but rather use Amember as a front-end for signups login/logouts & profile updates.

    I can write this myself (and will probably end up doing it) but im pressed on time on a zillion other things.

    Here are the prototype plugin hooks I require:

    setup_plugin_hook('subscription_added', 'ua_added');
    setup_plugin_hook('subscription_updated', 'ua_updated');
    setup_plugin_hook('subscription_deleted', 'ua_deleted');
    setup_plugin_hook('subscription_removed', 'ua_removed');
    setup_plugin_hook('subscription_check_uniq_login', 'ua_check_uniq_login');
    setup_plugin_hook('subscription_rebuild', 'ua_rebuild');
    setup_plugin_hook('check_logged_in', 'ua_check_logged_in');
    setup_plugin_hook('after_logout', 'ua_after_logout');
    setup_plugin_hook('after_login', 'ua_after_login');

    Thanks,

    John
  2. marcel

    marcel New Member

    Joined:
    Aug 18, 2005
    Messages:
    7
    I'm also interested in sharing code...

Share This Page