Housecleaning and New Blogger

Curb Cut Learning would like to welcome the new Coordinator of Distance Education at the Institute for Community Inclusion, Alvaro Tobar. Alvaro comes to us from Boston University and has some great distance education experience.

Along with the redesign, I also changed how comments are accepted on the site. We have been using the excellent MT-Blacklist Plugin which does a great job, but we have now added TypeKey authentication as well. You can still comment without signing up for TypeKey, but your comment will then be moderated (sorry). Sidenote- if anyone knows how to block all comments from the username ‘bob’ I would appreciate it- there is a guy who uses all kinds of different ip addresses and domains that sometimes gets through MT-Blacklist.

  1. Nick says:

    Chris,

    I’m not sure if you can receive this as Alvaro has taken over your duties. It should be easy to block “bob”. Put a constraint in the form that says “Select * from [tablename] where USERNAME = ‘bob’;”

    Then if true, “access is denied”.
    Else, continue.

    Hope this helps.

    Nick