XF 1.5 Profile Post Comment's character limit

WebbyG

New member
Hello,

I am trying to increase the profile post comment's character limit, and I am not sure how. I changed the profile post's character limit already (in the php and JS files), but I can't find the limit for the comment's on profile posts. How can I change that? Thank you!
 
Hey @stacy.c! I found a way to do it. You can edit the limit for posts at
library > Xenforo > DataWriter >DiscussionMessage > ProfilePost.php and and then change "this.charLimit=140" in xenforo.js (js > xenforo > xenforo.js)

and you can edit comment's limit at Xenforo > DataWriter > ProfilePostComment.php

Both of them are hardcoded.
 
Top Bottom