Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

user2.php - filtered user info beside normal

0 votes
Hi!

I'd like to create a filtered user info page, where you can only see, what is the user did recently (beside with the normal page)

So it would be great to have normal user infos with "/index.php?qa=user&qa_1=test_user" and filtered user info with "index.php?qa=user2&qa_1=test_user" (or something like that)

From the qa-page-user.php i cut out the information i don't need, but i'm not a php expert as you can see, and i can't ,,call in" the qa-page-user2.php.

How can i manage that?

Thanks in advance!

Best regards,
Thom
Q2A version: 1.4.3
asked Jan 19 in Q2A Core by anonymous

1 Answer

0 votes

You can do this in a plugin using a page module. Your module's process_request(...) function can start with the contents of qa-page-user.php and you can then go and modify it from there.

answered Jan 19 by gidgreen