Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Digger] multiple category selection: Edit Log

Here is the list of edits for this post
Re: [Digger] multiple category selection
unfortunately this doesn't work no longer because the add.cgi and modify.cgi have been changed completely in LinksSQL 2.1.0

here is for example the complete add.cgi-content :

Quote:


#!/usr/bin/perl

# ==================================================================

# Links SQL - enhanced directory management system

#

# Website : http://gossamer-threads.com/

# Support : http://gossamer-threads.com/scripts/support/

# CVS Info : 087,070,084,086,086

# Revision : $Id: add.cgi,v 1.48 2001/12/30 19:33:05 alex Exp $

#

# Copyright (c) 2001 Gossamer Threads Inc. All Rights Reserved.

# Redistribution in part or in whole strictly prohibited. Please

# see LICENSE file for full details.

# ==================================================================

use strict;

use lib '/htdocs/.........../admin';

use Links qw/$CFG/;

use Links::User::Add;

local $SIG{__DIE__} = \&Links::fatal;

Links::init('/htdocs/........../admin');

Links::init_user();

if (GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'check_request', \&Links::check_request)) {

GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'handle_add', \&Links::User::Add::handle);

}



what can i do ?

i really need the multiple category-option by adding & modifing new links!

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.

Last edited by:

ManuGermany: Mar 3, 2002, 4:21 AM

Edit Log: