1
mrrockitt
Re: Changing the default notification method
  • 2009/7/30 15:32

  • mrrockitt

  • Just popping in

  • Posts: 2

  • Since: 2009/6/9 1


Hi Guys,

just to clear this up for any beginners out there like me :)

The best way to do this so that your Users get email notification in XOOPS instead of just private message for any entries they make in a Helpdesk, Forum, etc, is to change a few lines in the XOOPS MySQL.

I simply went into my favourite MySQL GUI program (MySQLyog), found the prefix_users table, (prefix will be whatever number XOOPS used to generate a random name for all of your SQL tables) and looked for the column called 'notify_method'.

You can use the method mentioned above to run a query to update all existing users
(UPDATE prefix_users SET notify_method=2 where notify_method=1;)

To set the default notification method for new Users I then altered the notify_method field of the prefix_users table to show a 2 instead of a 1.
Now all my existing and new Users have email as their default.

Hope that helps if you need it still :)

Russ



2
mrrockitt
Re: xHelp by eMail
  • 2009/7/9 11:44

  • mrrockitt

  • Just popping in

  • Posts: 2

  • Since: 2009/6/9 1


Hi,

my first post on Xoops, a wonderful program!

This post saved me a lot of searching so thank you!

One further thing though Guys. How about having both private messaging and Email Notification on the same User?
So that you got both a message in XOOPS when logged in and also an email message?
Harder to miss message if in both places you see.

Thanks for any help
Russ




TopTop



Login

Who's Online

242 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 242


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits