Welcome Guest, Not a member yet? Register   Sign In
character_limiter without showing image
#1

[eluser]Mutsop[/eluser]
Hi,

Is it possible using the character_limiter to also not show the image?
#2

[eluser]mi6crazyheart[/eluser]
As long as i believe character_limiter has not build for filtering images from text. But, if u've a text piece & there is an image inside of that text piece then, there it has chances of both to show or not show the image depending upon the position of that image in that text piece.

It because, "character_limiter" maintains the integrity of words so the character count may be slightly more or less then what you specify.
#3

[eluser]Mutsop[/eluser]
k well,

I guess I need to find a work around Big Grin

thx
#4

[eluser]CroNiX[/eluser]
use regex and strip image tags from the text, or strip_tags() to remove all php/html markup, then use the character_limiter on that clean text.




Theme © iAndrew 2016 - Forum software by © MyBB