Profile post length/ characters?

Morgain

Well-known member
How do I make the allowed length of a Profile post longer?

I'd also like to stop the replies to it appearing smaller font, and in a narrower area.
 
Don't profile posts span the whole width? I just checked and they do. Perhaps you meant the comments? If you want to expand the comments width adding something like the following into extra.css with the width size being to your preference. adding font-size: <pixelsize>; can be added also to your preference though I'm sure I've misread your post and what your wanting to achieve.

Code:
.messageSimple .messageResponse {
    max-width: 600px !important;
}
 
I know it's an old post but how I looked and nobody knew ...
Maybe someone will help this.


For change lenght to your status in your ProfilePost:

library - XenForo - DataWriter - DiscussionMessage - ProfilePost

1517882947386.webp

Limit of a ProfilePost Comments...

library - XenForo - DataWriter - ProfilePostComments

1517882913658.webp
 
Top Bottom