You can find some API information in the bottom section of the V4 Wiki. You can also launch a "Plugin Maker" from an aMember installation using this link: http://yourdomain.com/amember/admin-plugin-maker 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.
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.
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.
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.