Gossamer Forum
Quote Reply
Re: myLinks Plug-in? In reply to
In Reply To:
As far as the hacking of the admin scripts, you have an excellent point that I had not though of, and will work to include.
Shouldn't be hard at all...I have this working in Links v.1.13 with no problems....

I use the following codes in the sub delete_records routine in the admin.cgi script:

Code:

if ($db->{'db_table'} eq 'Links') {
$db->do ("DELETE FROM Bookmarks WHERE LinkID = $id");
}


(Bookmarks is the table I use to store MYLINKS.)

Of course, these codes would have to be upgraded to work with the NG version (LINKS SQL v.2.0.3).

I have seen that in the latter versions of LINKS SQL v.2.0 that there are some referential integrity notices like "foreign key" warnings...I am unsure whether this has been integrating into deleting records in tables.

Anyway...the above codes may give you a head start.

Regards,

Eliot Lee
Subject Author Views Date
Thread myLinks Plug-in? sangiro 12906 Feb 6, 2001, 12:43 PM
Thread Re: myLinks Plug-in?
Paul 12783 Feb 6, 2001, 12:53 PM
Thread Re: myLinks Plug-in?
sangiro 12602 Feb 6, 2001, 1:17 PM
Thread Re: myLinks Plug-in?
Paul 12636 Feb 6, 2001, 1:20 PM
Thread Re: myLinks Plug-in?
theguy 12509 Mar 1, 2001, 5:03 AM
Thread Re: myLinks Plug-in?
Paul 12521 Mar 1, 2001, 5:07 AM
Thread Re: myLinks Plug-in?
theguy 12465 Mar 1, 2001, 6:19 AM
Post Re: myLinks Plug-in?
Paul 12453 Mar 1, 2001, 6:23 AM
Thread Re: myLinks Plug-in?
AlexJ 12455 Mar 1, 2001, 10:06 PM
Thread Re: myLinks Plug-in?
Stealth 12407 Mar 1, 2001, 10:28 PM
Thread Re: myLinks Plug-in?
AlexJ 12489 Mar 2, 2001, 6:43 AM
Thread Re: myLinks Plug-in?
Stealth 12447 Mar 2, 2001, 11:49 AM
Thread Re: myLinks Plug-in?
AlexJ 12404 Mar 2, 2001, 5:09 PM
Thread Re: myLinks Plug-in?
Alex 12486 Mar 2, 2001, 5:24 PM
Thread Re: myLinks Plug-in?
AlexJ 12393 Mar 2, 2001, 7:07 PM
Thread Re: myLinks Plug-in?
theguy 12459 Mar 3, 2001, 3:12 AM
Thread Re: myLinks Plug-in?
AlexJ 12382 Mar 3, 2001, 7:37 AM
Thread Re: myLinks Plug-in?
padders 12435 Mar 3, 2001, 11:13 AM
Thread Re: myLinks Plug-in?
Stealth 12419 Mar 3, 2001, 6:35 PM
Thread Re: myLinks Plug-in?
padders 12341 Mar 3, 2001, 6:54 PM
Post Re: myLinks Plug-in?
Stealth 12278 Mar 3, 2001, 6:59 PM
Post Re: myLinks Plug-in?
Stealth 12312 Mar 3, 2001, 6:32 PM
Thread Re: myLinks Plug-in?
theguy 12266 Mar 14, 2001, 5:30 AM
Thread Re: myLinks Plug-in?
AlexJ 12262 Mar 14, 2001, 8:23 PM
Thread Re: myLinks Plug-in?
shopno 12179 Apr 9, 2001, 11:13 AM
Thread Re: myLinks Plug-in?
AlexJ 8638 Apr 9, 2001, 5:16 PM
Thread Re: myLinks Plug-in?
psald 8191 May 6, 2001, 8:45 AM
Thread Re: myLinks Plug-in?
boomboom 8082 Jun 19, 2001, 4:07 AM
Thread Re: myLinks Plug-in?
AlexJ 7995 Jun 20, 2001, 6:13 AM
Thread Re: myLinks Plug-in?
boomboom 8060 Jun 20, 2001, 6:28 AM
Thread Re: myLinks Plug-in?
AlexJ 8101 Jun 20, 2001, 9:56 AM
Thread Re: myLinks Plug-in?
boomboom 7975 Jun 20, 2001, 10:18 AM
Thread Re: myLinks Plug-in?
boomboom 7909 Jun 25, 2001, 9:04 AM
Thread Re: myLinks Plug-in?
Stealth 7852 Jun 25, 2001, 11:28 AM
Post Re: myLinks Plug-in?
boomboom 7685 Jul 20, 2001, 7:51 AM
Thread Re: myLinks Plug-in?
theguy 8503 Apr 14, 2001, 3:15 PM
Thread Re: myLinks Plug-in?
Stealth 8417 Apr 14, 2001, 4:22 PM
Post Re: myLinks Plug-in?
theguy 8381 Apr 14, 2001, 6:12 PM
Thread Re: myLinks Plug-in?
BryanL 8265 Apr 20, 2001, 5:45 AM
Post Re: myLinks Plug-in?
Stealth 8266 Apr 20, 2001, 8:07 AM
Thread Re: myLinks Plug-in?
jsu 8190 May 5, 2001, 12:17 AM
Post Re: myLinks Plug-in?
Paul 8218 May 5, 2001, 2:45 PM