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.
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.
- MSAnsweredHello,
You can update the `max` validation for `title` in `app/Http/Livewire/Forum/Form.php`
Thank you - TAnsweredIssue resolved
- Login to Reply