АА
Asked
Two mistakes
- I cannot create topics in my language.
- Can’t upload image. Here is a link to the video: https://youtu.be/XCq-nlw6qEs
- MSAnswered
Hello,
-
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. -
Default upload size is 500kb with max 800x800 resolution. If you need to change to bigger values then you can modify the
upload
method ofapp/controllers/Forums.php
and changemax_size
,max_width
&max_height
as you like.
Thank you
-
- Login to Reply