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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
> >