How to automatically capitalize URLs like this ? =>
ok, here is quick core hack:
in 'qa-base.php' find 'qa_q_request' function. at the end of it replace
return (int)$questionid.'/'.$title; with
return (int)$questionid.'/'.strtoupper($title);
OK, I made a quick guide to create a plugin for this(nothing fancy), you can check it here:
http://qa-themes.com/forums/topic/capitalizing-urls-of-questions
I don't think that many people will like to use it since lower case URL's look cleaner, but if I'm wrong and there is more request I can add it to repository.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.