АА
Asked
Two mistakes
1. I cannot create topics in my language.
2. Can't upload image.
Here is a link to the video: https://youtu.be/XCq-nlw6qEs
1. I cannot create topics in my language.
2. Can't upload image.
Here is a link to the video: https://youtu.be/XCq-nlw6qEs
- MSAnsweredHello,
1. You can manually modify the slug as auto generated might not be good for your language. If you want auto generated slug to work, you will need to update `app/config/foreign_chars.php` to add missing characters for your language.
2. Default upload size is 500kb with max 800x800 resolution. If you need to change to bigger values then you can modify the `upload` method of `app/controllers/Forums.php` and change `max_size`, `max_width` & `max_height` as you like.
Thank you - Login to Reply