Return to Association Engine Documentation
The following guide will help you with a minimum AE setup allowing users to create an account, login, and maintain account information.
Create a page for login/signup which contains the shortcode [associationengine_login].
Create a “dashboard” page for NetForum users to maintain account information using the shortcode [associationengine_account].
- Setup the xWeb username: The xWeb user account for the UAT database.
- Setup the xWeb password associated with the xWeb user account.
- Setup the SOAP WSDL URL to the definitions file/endpoint for the client’s xWeb instance. This value contains the path/folder to the test database for use on all dev sites. Typically https://netforum.XXX.org/nfXXXtest/xweb/secure/netforumxml.asmx?WSDL
- Setup the Socket timeout. This is the time after which PHP will give up communicating a login, password reset, or sign up and report a connection problem to the user.
From the Global Features submenu copy the default CSS and paste into the Front end CSS.
From the Registration UI menu, use the dropdown to select your Forgot Pass / Login / Signup page.
From the Accounts UI menu, use the dropdown to select your Dashboard Page and Screen Assignments.
From the Enterprise Driver Menu, click the “Download From Server” button to sync global data from NetForum to WordPress.
Go to your newly created login page and verify you can login to your NetForum account.