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

how can I change link for not to use titles words

+1 vote
I installed Question2Answer in my server. I can not use title in Unicode character. When I use it, i got error and can not display to post. Because we use our own language to ask Q&A. That's my problems. How can I fix it?
Thank in advance.
Best
Mk
asked Mar 30, 2010 in Q2A Core by anonymous
edited Mar 30, 2010 by gidgreen
Can you please explain what you mean by "title"? Do you mean you cannot use unicode characters in the URLs of question pages? Can you show an example?
yes, you can check there. http://club...​ . I did some unicode char in title and show as error.
I took a look. While my answer below will work, I think there may also be a problem with your server being configured so that Q2A's setting of using UTF-8 for all page requests is not being respected.

1 Answer

0 votes
Modify qa_q_request() in qa-base.php so it simply contains:

return (int)$postid;
answered Mar 30, 2010 by gidgreen
it is not working in Version 1.2 beta 1. how should I fix it?

Warning: implode() [function.implode]: Invalid arguments passed in /hermes/b..../qa-include/qa-base.php  on line 380
Make sure you replace the whole qa_q_request() function with the above, so there should be no reference to the implode() function for which you're seeing an error.