Frequently asked questions about the Links directory script.
Edit the @categories array in the script.
Categories are defined in the script configuration. Find the @categories array and add your categories:
@categories = (
'Computers',
'Entertainment',
'Sports',
'News',
'Shopping',
'Education'
);
Yes, enable moderation mode.
The Links script includes a moderation feature. To enable it:
$moderate variable in the script1: $moderate = 1;Edit the links data file directly.
Links are stored in a pipe-delimited text file. To edit or delete:
Title|URL|Category|Description|Email|Date
Modify the sort subroutine in the script.
By default, links are sorted alphabetically by title. To change this:
Default - sorts by title A-Z
Sort by date, newest at top
Group by category, then title
@sorted or sort function in the script to customize sorting.
Questions about the Guestbook script
Questions about the bulletin board
Browse all script FAQs