Quote:
Originally Posted by glorify
Any way to limit the characters?
|
I'd like to know this too. I've modified my module to run on my site but I'd like to limit the characters outputted by this bit. Anyone help?
PHP Code:
if(title.length == 0) {
clip = 'Unknown';
} else {
clip = '<a href="' + post_url + '" title="' + preview +'" class="style1">' + title + '</a>';
}