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