This is just a quickie braindump post so I have some notes on a bit of tweaking I just did on the school’s installation of Scuttle, an open-source social bookmarking tool similar to del.icio.us.

The problem we were running into was a lack of administrative control to get rid of undesirable (spam) links in the bookmark collection. Looking through the code, I saw that Scuttle does have a stub admin function included, but it isn’t currently implemented.  In a disgustingly quick and dirty hack, I rewrote the code for the admin function so that anyone whose user ID number in the MySQL database is automagically the administrator (and that happen’s to be me in this installation). Nicely enough, once I did that I had edit and delete power over other user’s links - the author of Scuttle has obviously been planning to include some administration tools, and started building a bit of code to do the job.

Samples of code available upon request - if you leave a comment asking for it, I’ll post it up.

2 Responses to “Kludging Scuttle”

  1. Vahid says:

    Dear Rob,
    Hi

    I am looking for a forum that explains why the Scuttle has no admin and I found this page. I have installed the Scuttle on my website but I have the same problem. I can not delete the spam posts.

    Is it possible send me the code to be able to delete the users posts?

    Thanks in advance.

    Best regards,
    Vahid

  2. Rob Wall says:

    I’ve had a couple of other requests for the scuttle-admin hack, so I’ll post a copy of it on the blog soon.

Leave a Reply