Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
783 views
in Q2A Core by
I have QA configured for external users authentication (company Active Directory).

I want to show additional info on user profile page, such as job title and department.

I can get this info from AD but i dont now how to add this to profile.

Question is: how to add external info to box in user profile page (f.e. http://www.question2answer.org/qa/user/luke)

1 Answer

0 votes
by

Use a custom theme or layer to modify the output for user pages, retrieving the appropriate content for $this->content['raw']['userid']

...