Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
379 views
in Q2A Core by

Ex:

<a href="http://www.question2answer.org/qa/user/lamp" title="lamp member">lamp</a>

How can i do this ?

Q2A version: 1.5.3

1 Answer

0 votes
by
selected by
 
Best answer

go qa-app-users.php

go line 445 / (version 1.5.2 go line: 433) 



replace: 

'" CLASS="qa-user-link'.($microformats ? ' url nickname' : '').'" title="'.qa_html($handle).' member">'.qa_html($handle).'</A>') : '';

...