On Jul 24, 2010, at 9:18 PM, Anisa wrote:

The admin/build/block settings are theme specific, but individual block configuration settings are not (for example, admin/build/block/configure/user/1)  (actually, I don't really understand why my userid is part of the URL...)

The pattern for the url is /admin/build/block/configure/MODULENAME/DELTA, so you're looking at user.module's block with delta 1, not your uid.

-D