How To Remove Signatures For A Usergroup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    How To Remove Signatures For A Usergroup

    Tested on 3.0.0

    With the introduction of secondary groups in vB3, querying your database based on group memberships isn't as easy as it used to be. A custom script is required to determine group membership status.

    To remove current signatures for all members of a group you can upload the attached file to your forum directory and run it from your browser. You need to change this line at the top to the usergroupid of the usergroup for which you want to remove signatures.

    PHP Code:
    // USERGROUPID OF USERGROUP WHOSE MEMBERS' SIGNATURES WILL BE DELETED
    $groupid 2
    This file will remove current signatures for all members of $groupid, that includes both primary and secondary memberships.

    BACKUP FIRST!
    Attached Files
    Last edited by Jake Bunce; Thu 15 Apr '04, 12:56pm.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...