Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [nir] clean description: Edit Log

Here is the list of edits for this post
Re: [nir] clean description
Try this global:

Code:
sub {
use HTML::Parse;
use HTML::FormatText;
my $plain_text = HTML::FormatText->new->format(parse_html($_[0]));
return $plain_text;
}

This will require you to have the modules HTML::Parse and HTML::FormatText installed (if they are not, your host should be able to do it easily for you)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Apr 20, 2009, 8:33 AM

Edit Log: