[Resolved] getting “info notice” popup upon user activa., redirect to profile
-
i’m getting a popup upon first visit to new users profile that i’ve traced to bp-messages-template, namely this code:
if ( is_array( $closed_notices ) ) { if ( !in_array( $notice->id, $closed_notices ) && $notice->id ) { ?> <div id="message" class="info notice" rel="n-<?php echo esc_attr( $notice->id ); ?>"> <p> <strong><?php echo stripslashes( wp_filter_kses( $notice->subject ) ) ?></strong><br /> <?php echo stripslashes( wp_filter_kses( $notice->message) ) ?> <a href="#" id="close-notice"><?php _e( 'Close', 'buddypress' ) ?></a> </p> </div> <?php } }
wherein, SOMEWHERE, i’ve written the word “test” for the subject and message – problem is, i have no idea where to find this to either create a more appropriate message or preferably cancel this popup altogether.
can someone point me to where I will find the proper way to control this thing?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Resolved] getting “info notice” popup upon user activa., redirect to profile’ is closed to new replies.