Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
870 views
in Q2A Core by
Hi,

im trying to change the design of "qa-page-user.php", but i cant seem to find where the tables been generated ffrom.


please can you tell me how can i edit it..

1 Answer

0 votes
by
It's generated by the top_users() function in qa-theme-base.php, which in turn calls ranking(). You can use an advanced theme to override this:

http://www.question2answer.org/advanced.php#theme-advanced
...