I have installed properly the forum but it’s not showing me properly after installation here is my link https://bookzzz.co/forum/
- MSAnswered
Hello,
Please check the
base_url
inapp/config/config.php
and make sure it’shttps://
Thank you
- UNAnswered
Thank you it works
- UNAnswered
how can i increase comment words limit. i want to make it above 200k
- MSAnswered
Hello,
Which comment? If you are talking about the description on the listing page, then the view file is
themes/default/views/forums/index.php
Please be informed that we don’t offer support for modifications and modified versions. You are allowed to do it at your own risk as per license.
Thank you
- UNAnswered
no, I am talking about the reply which the user will make on the thread. as you can see in this example there is one reply.https://bookzzz.co/forum/general/buying-kratom
So, how can we increase the character limit for reply comment
thanks
- MSAnswered
Hello,
System don’t impose such limit but your database column would have. That field is saved in
body
column of theposts
table. You can modify that as you need. May be change it from text to longtext.ALTER TABLE `tec_posts` CHANGE `body` `body` longtext NOT NULL;
Thank you
- Login to Reply