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

Links in DB

(Page 2 of 2)
> >
Quote Reply
Re: [MJ_] Links in DB In reply to
Hi,

That shouldn't be too hard (you could just edit the .pm file, one one line :))

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!
Quote Reply
Re: [MJ_] Links in DB In reply to
Hi,

Ok, here is the new plugin : http://www.ultranerds.com/...on/SponsorText_L272/

If you wanna use a specific style for the links, then just edit (in /admin/Plugins/SponsorText.pm);

Code:
$desc =~ s|\b$_|<a href="$hit->{LinkURL}" target="$hit->{Target}">$_</a>|sg;

..to:

Code:
$desc =~ s|\b$_|<a href="$hit->{LinkURL}" class="style_name" target="$hit->{Target}">$_</a>|sg;

I'm gonna make an official thread now.

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!
> >