Any Docs on Adding Custom Plugins for v4?

Discussion in 'aMember Pro v.4' started by trafficbrowser, Nov 20, 2011.

  1. trafficbrowser

    trafficbrowser Member

    Joined:
    Oct 30, 2011
    Messages:
    46
    Just wondering if there was any docs on adding custom plugins for the new v4 ?
  2. gswaim

    gswaim CGI-Central Partner

    Joined:
    Jul 2, 2003
    Messages:
    641

    I am not a coder; therefore, I have not used the plugin maker or know what it really does.

    Just trying to point you to some resources.
  3. trafficbrowser

    trafficbrowser Member

    Joined:
    Oct 30, 2011
    Messages:
    46
    Hi, gSwaim

    This is the Integration Plugin Maker. I am talking about plugin for aMember. I am making some custom scripts and instead of making another mysql connection, I just want to reuse amember to do the work..

    I got alot of it figured out, but the devil is in the details. The only thing I have to go off of is the source code from helpdesk and the affilate. mods.

    For example

    /amember/application/custompluginfolder
    /amember/application/custompluginfolder/BootStrap.php //main plugin core
    /amember/application/custompluginfolder/module.xml //makes your plugin show in plugin page.

    I am needing docs for what these functions

    onAdminMenu //loads the menu for admin
    onUserMenu // loads the menu for users

    It's a bit of a steep learning curve with no docs. :)
  4. gswaim

    gswaim CGI-Central Partner

    Joined:
    Jul 2, 2003
    Messages:
    641
    Did you check the info in the bottom section of the V4 Wiki I think it describes all the aMember APIs? Maybe that would help. I suspect Alex will probably comment soon.
  5. trafficbrowser

    trafficbrowser Member

    Joined:
    Oct 30, 2011
    Messages:
    46
    I called my self looking, there are alot of of the wiki that's not documented yet. There are alot of links but they don't go anywhere.. I will keep poking around for now. I would love to get my admin side of the house installed using the aMember framework instead of having to make my own login for my admin for my custom scripts.
  6. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Feel free to contact us via helpdesk for API details. We will try to help.

Share This Page