Without having to pay for some membership to a site that has a video and instruction on how to make PHPBB and Amember work together, is there some instruction somewhere on how to do this. I understand PHP very well and in looking at PHPBB code what needs to change to make amember the login for PHPBB: <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <br clear="all" /> <form method="post" action="{S_LOGIN_ACTION}"> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td> </tr> <tr> <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> {S_LOGIN_REDIRECT} {S_FORM_TOKEN} </form> <!-- ENDIF --> Also of note, I am using Wordpress, PHPBB and Amember to build a new site. Regards, Tom Ashworth http://ashworthservices.
After looking at PHPBB for a while and not liking how the admin worked, I decided to go with MyBB and I am much happier. Still would be nice to have better documentation or discussions on how to implement the plugins and get rid of the login, registration and logout links on forums and replace them with amember.