• Hi.

    Sorry if it’s the wrong place but I don’t know where I can ask for support with this problem…
    I’ve downloaded and installed the free “Online Users” and use it in a multisite environment and I don’t know if it’s linked to that environment but when I try to change my privacy setting to hide my online status it seems to be not saved :(… Is it a known bug?

    TIA.

    Amicably,

    Pierre.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Pierre_02

    (@pierre_02)

    After some “investigations” it seems that to be saved the data have to be “secured”
    I find that in “core\um-actions-account.php”:

    if( isset( $secure_fields  ) ){
    	foreach ( $secure_fields as $tab_key => $fields ) {
    		if( isset( $fields ) ){
    			foreach ($fields as $key => $value) {
    				$arr_fields[ ] = $key;
    			}
    		}
    	}
    }

    and after some trace I saw that “_hide_online_status” haven’t been setted as a “$secure_fields”.
    So, I have a simple question, what is the hook I have to use to set a field as “secure”?
    I’m gone use it to correct the free “Online Users” extension and in one of my function :).
    TIA for your support.

    Amicably,

    Pierre.

    I am having the same issue. Can not set online status to private. Have you found a resolution?

    Thread Starter Pierre_02

    (@pierre_02)

    Nope :)…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Privacy settings not kept with “Online Users” and WP MU’ is closed to new replies.