By ñull on
It is so ugly to show a slideshow of comments when many of them are just 1 or two words. When they don't bother giving it a good title either, then it is not enough to give the reader sufficient context.
So you need a views filter that removes short comments. You can filter on "Is empty" or "Is not empty" but "has more then x characters" is missing. I tried the php filter in Views PHP, but that is broken. Is there another solution, except writing a module that gives me this?