When installing, Signatures for forums starts with empty signatures for all users. But often signatures are already in use. To prevent users creating new signatures, it would be nice to copy the current signatures over on install. That would also be symmetrical with de-installing Signatures for forums as that already neatly copies its table back over to the users table.

I've added this to signature_forum.install right after the table create:

db_query("INSERT INTO {users_signature} (uid, signature) SELECT uid, signature FROM {users} ");

Comments

liam mcdermott’s picture

Title: Easier migrating to Signatures for forums » Functionality to copy existing signatures erroneouly removed
Version: 5.x-2.4 » 5.x-2.x-dev
Category: feature » bug
Status: Active » Fixed

Oops, this was removed by accident. Mea culpa.

liam mcdermott’s picture

Title: Functionality to copy existing signatures erroneouly removed » Functionality to copy existing signatures erroneously removed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.