- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,429
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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:
Thanks
Code:
{{ bb_code($post.message, 'post', $post) }}
Thanks