Hello!
How i can add fields to threads when any user create new thread?
For example, i need that user choice one location through by a list of options.
Hello!
How i can add fields to threads when any user create new thread?
For example, i need that user choice one location through by a list of options.
Hey,
This is not possible in Misago. You would have to fork the project and implement this feature yourself.
Is there a reason you can't use subcategories to let users do pick the location? Eg:
I plan to adapt the forum to a place where users can share sporting events with friends and through the forum can find people interested in participating.
For example, when they create a new thread they would have to fill fields like: price, maximum number of people, location, etc.
In this case the category would be the sport they intend to practice, for example, football, futsal, volleyball, etc.
best way, make a plugin that hook on the page
Hello, and thank you for your reply!
I have to create this directory (misago_docker/misago/theme/templates/misago/thread/thread.html) to replace the .html file, right?
maybe, but since you want store the sport type, so have to do more not only the html
In my case, the sport type is a category
I just need add fields like price, max people, location
You'll need to fork Misago and do following:
I will try, but i do not know how to do some things. I'm going to spend some time trying to figure out how to do what you suggested