T
Asked
When we trying to create a new thread, Thread Title Character length limited to just 60 character in length and its not sufficient sometime when we create a thread So, want to increase the allowed character length, please suggest where to make the change?
I verified in database table ‘thread’, it having 250 character but still its allowing to save the Title with more than 60 character length title. Please suggest the place where we want to make change.
- MSAnswered
Hello,
You can update the
max
validation fortitle
inapp/Http/Livewire/Forum/Form.php
Thank you
- TAnswered
Issue resolved
- Login to Reply