solved How To Strip HTML from page view

alt=
Ekwe
@ekwe
10 years ago
212 posts
Put in this code, but not working

- {$profile_bio|jrCore_format_string:$profile_quota_id:false:"html"|truncate:300:"...":false}
updated by @ekwe: 10/03/14 06:59:58PM
brian
@brian
10 years ago
10,148 posts
Ekwe:
Put in this code, but not working

- {$profile_bio|jrCore_format_string:$profile_quota_id:false:"html"|truncate:300:"...":false}

Yeah - that's not going to work since you're not stripping anything at all. Use this:

{$profile_bio|jrCore_format_string:$profile_quota_id|jrCore_strip_html|truncate:300:"...":false}

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
Ekwe
@ekwe
10 years ago
212 posts
Thankies! You rock
brian
@brian
10 years ago
10,148 posts
Ekwe:
Thankies! You rock

No problem - glad that worked for you ;)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags