I got a request for the Web_Links Module I use on my site.
I can't remember where I found it and the credits and changelog aren't very helpful.
Code
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2001 by the Post-Nuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// Based on:
// PHP-NUKE Web Portal System - http://phpnuke.org/
// Thatware - http://thatware.org/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Filename: modules/Web_Links/index.php
// Original Author of file: Francisco Burzi
// Purpose of file: Web links directory module.
// ----------------------------------------------------------------------
// The unlimited subcategories hack is based on a posting of
// Christoph Fischer to the dev-list.
// ----------------------------------------------------------------------
// The idea and a lot of the code for pnlinks_install.php is based on
// the myphpnuke installer for MyWebLinks and was modified for PN by
// Sascha Endlicher aka Karateka (postnuke@secid.de)
// ----------------------------------------------------------------------
// Changelog
//
// 07-06-2001:niceguyeddie - Added category sub-graphics. Credits to
// Michael Cortez <mcortez@fullcoll.edu>
// 07-06-2001:niceguyeddie - Added new header
// 07-07-2001:Wandrer - changed mysql_num_rows to count(*) clause
// 07-07-2001:niceguyeddie - sfb 439379 carriage return in weblinks
// 07-07-2001:niceguyeddie - sfb 439399 missing CSS in viewlink function
// 07-09-2001:Greg - changed from a core feature to module
// 08-22-2001:JM - sfb 451070 452566 added global
// - viewlinkcomments(),viewlinkeditorial() date fix
// - web_links_show_star
// - A\D to A/D
// 08-24-2001:JM - sfb 452097 Add() $name to $nnmae
// 11-39-2001:ahumphr - split index.php into a dynamic loader and
// 12 module files, to reduce memory needs and
// increase code cohesion.
// -----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2001 by the Post-Nuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// Based on:
// PHP-NUKE Web Portal System - http://phpnuke.org/
// Thatware - http://thatware.org/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Filename: modules/Web_Links/index.php
// Original Author of file: Francisco Burzi
// Purpose of file: Web links directory module.
// ----------------------------------------------------------------------
// The unlimited subcategories hack is based on a posting of
// Christoph Fischer to the dev-list.
// ----------------------------------------------------------------------
// The idea and a lot of the code for pnlinks_install.php is based on
// the myphpnuke installer for MyWebLinks and was modified for PN by
// Sascha Endlicher aka Karateka (postnuke@secid.de)
// ----------------------------------------------------------------------
// Changelog
//
// 07-06-2001:niceguyeddie - Added category sub-graphics. Credits to
// Michael Cortez <mcortez@fullcoll.edu>
// 07-06-2001:niceguyeddie - Added new header
// 07-07-2001:Wandrer - changed mysql_num_rows to count(*) clause
// 07-07-2001:niceguyeddie - sfb 439379 carriage return in weblinks
// 07-07-2001:niceguyeddie - sfb 439399 missing CSS in viewlink function
// 07-09-2001:Greg - changed from a core feature to module
// 08-22-2001:JM - sfb 451070 452566 added global
// - viewlinkcomments(),viewlinkeditorial() date fix
// - web_links_show_star
// - A\D to A/D
// 08-24-2001:JM - sfb 452097 Add() $name to $nnmae
// 11-39-2001:ahumphr - split index.php into a dynamic loader and
// 12 module files, to reduce memory needs and
// increase code cohesion.
// -----------------------------------------------------------------------
It is the web links module with the ability to add buttons next to the link listing.
--
Zikula Themes
