+ Reply to Thread
Results 1 to 3 of 3

Thread: Change existing User Options for everyone

  1. #1
    New Member Teknoscape is on a distinguished road
    Join Date
    May 2002
    Posts
    29

    Change existing User Options for everyone

    Hi,

    I have recently moved from IB to vB, and there are some user options that I would like to change for everyone (in particular the email notification one).

    Is there a way to do this?

    Regards,
    Petar

  2. #2
    vBulletin Team Jake Bunce has a spectacular aura about Jake Bunce has a spectacular aura about Jake Bunce's Avatar
    Join Date
    Dec 2000
    Location
    Land of the In-N-Out Burger
    Age
    28
    Posts
    46,521
    run this query on your database:

    UPDATE user SET emailnotification=0;

    1 will turn on e-mail notification by default, 0 will turn it off by default. this will update all users. always backup your database before querying it. you can run this query through a telnet connection to your server or through phpmyadmin (ask your host about these methods if you aren't sure).

    also note, the e-mail notification option will still be present on the new posting pages. if you want to completely disable e-mail notification go to Admin CP -> Templates -> Modify -> [expand list]...

    remove the following code from editpost, New Posting Templates -> newreply and newthread:

    <br><input type="checkbox" name="email" value="yes" $emailchecked> <b>Email Notification:</b> emails sent to you whenever someone replies. Only registered users are eligible.

  3. #3
    New Member Teknoscape is on a distinguished road
    Join Date
    May 2002
    Posts
    29
    Thank you.. that was great.

+ Reply to Thread

Similar Threads

  1. Change existing user ID
    By Askoldww in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 4
    Last Post: Tue 30th Mar '04, 9:30pm
  2. User CP options automatically change themselves!
    By mishkan in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 2
    Last Post: Wed 3rd Jul '02, 11:40am
  3. Change default user options
    By Nitesh in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 1
    Last Post: Thu 30th May '02, 4:19pm
  4. User Can't Change Options
    By jucs in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 8
    Last Post: Fri 25th May '01, 10:37pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts