I have an e-learning site driven by amember. I would like to add a field which displays the user's lesson history and evaluation results. My idea is to add the data manually to a mysql database from which the information would by queried and displayed. So my question is: is there a practical way to add this script to member pages? If somebody has a simple solution, please post. Otherwise, I may be willing to pay an experienced programmer to handle the task. Thanks
Hi, What e-learning system are you using? Session variables are available to obtain the username of the logged in user so a query of the e-learning database to retrieve user status is very doable.
It's not an e-learning "system", so there's no plug-in or code integrated with amember. What I want to do is add a results field to the amember database so that I can add teacher comments and scores that will automatically populate a "results" field when the user logs in and checks his/her results. This is probably beyond the scope of this forum, but I'd appreciate any advice.
i've used this to make a new field in the user database. What i still cant' figure out is how to include that field in emails. does anybody have an answer? please?