XF 2.2 Read more link if the text exceeds a certain length using

JohnLogar

Active member
I want to use the x number of words limit to show the text with read more links. Are there any special params that need to pass in the bb_code method? Currently, I'm using the bb_code.

Code:
{{ bb_code($post.message, 'post', $post) }}

Thanks
 
Back
Top Bottom