Default category on New Question by slug

5.35K viewsGeneral
1

I’m using Categories extension, and I think that when you Ask a new question being inside some category, the ask question form should have by default that category selected.

It could be just something as easy as have a slug like: /questions/category_name/ask that make happens that.

I’m not very into php, but I will try to do it. Advices accepted.

Thanks for the great work, just awesome.

0

Is this already solved and commited on Github? If no, are you plan to solve this and when? If you are not can you give me some detailed advice how can I do this? Thank you.

0

Instead of adding new slug it will be better to use query string. like:

?category=my-category

It can be easily implemented, I have added this to our roadmap, keep tracking GitHub commit for updates.

Cheers.

Would this query be passable in the page instead of in the URL?