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

q2a 1.5 beta 1: related question widget bug

+2 votes

 

Hi!

I noticed a bug in the beta version!

Listed related questions on q. pages while logged out are questioned by anonymous. (they are not!)

qa/include/qa-widget-related-qs.php - line 97:

$usershtml=qa_userids_handles_html(qa_userids_handles_html($questions));

If i delete the outer function, its seems it got fixed.

$usershtml=qa_userids_handles_html($questions); 

 

asked Dec 25, 2011 in Q2A Core by Bendeguz Winkler
Thanks - will look into this for 1.5 beta 2.

1 Answer

0 votes
Thanks - you're also right about the fix - was just a typo in the code.
answered Jan 3 by gidgreen