Hi,
Untested, but in /admin/Links/Tools.pm, find:
Code:
while (my ($id, $title) = $sth2->fetchrow_array) {
my $cats = $db->get_categories($id);
my ($cid, $cname) = each %$cats;
my $etitle = $IN->html_escape($title);
$dupes .= qq~
<tr><td valign=top>
<font face="Tahoma,Arial,Helvetica" size="2">
<input type="checkbox" name="delete" value="$id">
<input type="hidden" name="$id-ID" value="$id">
$id - <a href="$eurl">$etitle</a> - $cname -
[ <a href="admin.cgi?do=modify_form&db=Links&modify=1&1-ID=$id">Modify</a> ]
</font>
</td></tr>
~;
}
...and change to:
Code:
while (my ($id, $title) = $sth2->fetchrow_array) {
my $cats = $db->get_categories($id);
my ($cid, $cname) = each %$cats;
my $detailed_url = "$CFG->{build_detail_url}/" . $DB->table('Links')->detailed_url( $id ) . $CFG->{build_extension}; my $etitle = $IN->html_escape($title);
$dupes .= qq~
<tr><td valign=top>
<font face="Tahoma,Arial,Helvetica" size="2">
<input type="checkbox" name="delete" value="$id">
<input type="hidden" name="$id-ID" value="$id">
$id - <a href="
$detailed_url">$etitle</a> - $cname -
[ <a href="admin.cgi?do=modify_form&db=Links&modify=1&1-ID=$id">Modify</a> ]
</font>
</td></tr>
~;
}
See if that works :)
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