BlogRoll Module
I have tried installing the Blogroll module and can't get it to work. This is my first time installing without just having to upload and I must be doing something wrong. I guess I am not sure how to create the table. And are the quote marks ' included in the script I run in mysql?
Here are the instructions.
To install, simply add the database, activate the module and activate the block
using these steps.
1) The table is named "blogroll". If you use a prefix for your tables edit
blogroll.mysql and change the name in the line: CREATE TABLE blogroll (
2) From the command line, type 'mysql -u username -p drupal < blogroll.mysql'
where drupal is your drupal database and username is your mysql username.
3) Copy blogroll.module to your drupal installation's module directory
4) Activate the module from administer >> modules
5) Go to administer >> blocks and when using Apache enable the block with a path of:
<^blogroll\/edit|^blog\/[0-9]+$>
For IIS you might have to remove the ^ characters which is regular
expression for matching at the beginning of a string.
These regular expressions should match only the URLs where seeing the block
makese sense: personal user blogs and the ^blogroll/edit pages. These are
the only real places where personal blogrolls make sense. Other pages do
not have a personal blog context, they are for community use.
A community blogroll can be seen at ^blogroll. Using only <^blog> will
allow the block to be seen as a community blogroll. This is a list of blogs
that users have added to their blogrolls. The list is sorted by the count
of the occurance of URLs and by name.
6) Login as a user and navigate to your own blog to get a point and click
interface.
7) Another feature is the polling of a user's blogroll from an external
location. This works for personal blogrolls and the community blogroll.
Leisa

Module versions
The problem is simply that BlogRoll hasn't been updated since Drupal 4.5 and is incompatible with Drupal 5.
See http://drupal.org/project/blogroll and, more importantly, http://drupal.org/node/117391 and the instruction paragraph at http://drupal.org/project/Modules.
--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.
BlogRoll
Thanks! I thought I checked that. Oops.
Leisa