Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
Want to revise the form of templates and I want RSS feeds or maps for search engine
How can I change my listed site link in Q2A Directory?
How to change link of "My Updates" (qa-page.php)?
Where can I add an admin link?
How to link answer count to question page?
How to delete "send feedback" link from footer?
How to add a link : Ask another question only on the question site where users are directed after entering a question ?
404 error when trying to access the link
Is there a way to print the link of the page that you're in?
Link to a question
All categories
Q2A Core
(3,252)
Plugins
(356)
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
link
unicode
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.
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Show 3 previous comments
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.
Please
log in
or
register
to add a comment.