Gossamer Forum
Home : Products : Gossamer Links : Discussions :

MyLinks SQL Available

(Page 3 of 3)
> >
Quote Reply
Re: [PaulW] MyLinks SQL Available In reply to
This is what it said
MyLinks_SQL
Author: Paul Wilson
Last Updated: 2001-12-07
Description:
MyLinks_SQL allows your website visitors to track and save their favorite links. The administrator can control the limit of links to be saved as well as the number of links to show per page before spanning starts.

what did you mean by "I'm afraid"?
Quote Reply
Re: [Code07] MyLinks SQL Available In reply to
Mmm sorry about that, it says it in Install.pm, it should show somewhere when installing the plugin but it doesn't seem to be doing it (I thought the Installer system automatically displayed it). In Install.pm it says:

'prog_ver' => 'Links SQL 2.0.5+',


Quote Reply
Re: [PaulW] MyLinks SQL Available In reply to
Hi,

No unfortunately that information is not yet used, and you'll need to add in your code:

if ($Links::VERSION lt '2.0.5') {
return "You must have Links SQL 2.0.5 or greater installed!";
}

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] MyLinks SQL Available In reply to
Thanks. I'll update that now.
Quote Reply
Re: [Alex] MyLinks SQL Available In reply to
Hi,

I tried putting this into Install.pm but the "Install" button still appears so you can still install the plugin.

Did I put the code in the wrong place?
> >