automatic notify off automatic notify off
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

automatic notify off

Started by torkio, September 18, 2007, 07:40:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

torkio

hi stramm et all ...

sorry my english is very bad

is it possible to set for default "notify mail" comments to OFF forever?
To do in manner that it is the user to activate it with the click on "get notify"? 

thank you
Antonio

Stramm

You'll have to use a tool like phpmydmin for that.
Open the coppermine db and click on the users table (tablöe list on the left side)... now click the edit button next to enable_admin_email (the pencil) and set default to '0' (from a '1')
Do the same for auto_subscribe_post and auto_subscribe_comment

Before messing around with the db a backup is recommended. That wont change already existing user settings but has just an effect for users that register after the edit

torkio


Stramm

for that you'd need to run some queries

torkio


Stramm

not really... something like
UPDATE CPG_users SET enable_admin_email= '0'

backup your stuff, change CPG to the prefix you're actually using (like cpg1413) and paste that query into phpmyadmins sql box

do the same for the two other fields

But it's not recommended at all. It's not good to change user settings after they signed up. At least I'd lose trust into your site and you as admin when I'd recognize changes in my profile.

torkio

thanks Stramm

now I think about it before to do the change

best regards
Antonio