Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] getting “info notice” popup upon user activa., redirect to profile


  • Glenn
    Participant

    @rglennnall

    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)

  • Glenn
    Participant

    @rglennnall

    *** I’m using Gravity Forms if that tells anyone anything.

    Thanks for any help offered!


    Glenn
    Participant

    @rglennnall

    [SOLVED] – turns out it was a Notification I had sent to “All” which seems to include future registrants.

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.
Skip to toolbar