rbfkak (@rbfkak)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • rbfkak
    Participant

    @rbfkak

    Hi Robin W,

    Is there a way to include make these fields available to the get_available_tags function in bbpress-notify-nospam/bbpress-notify-nospam.php. Basically I’m trying to display these fields in the email notification area. Listed is the code for the get_available_tags function… Any input would be greatly appreciated. Many thanks.

    public function get_available_tags( $tags='' )
    	{
    		$tags 		= '[blogname], [topic-title], [topic-content], [topic-excerpt], [topic-url], [topic-replyurl], [topic-author]';
    		$extra_tags = apply_filters( 'bbpnns_extra_topic_tags',  null );
    		
    		if ( $extra_tags )
    			$tags .= ', '. $extra_tags;
    		
    		return $tags;		
    	}

    rbfkak
    Participant

    @rbfkak

    I just wanted to shed some light regarding this issue…

    1. Contact Robin. He will set you strait.


    @robin-w

    https://bbpress.org/forums/profile/robin-w/

    2. Discovered that our local host had set a limit on the volume of email sends. We were at 200 emails per hour. Or web host company increased it to 600 emails per hour. Email notifications started to flow. However this was a temporary solution. He recommended to look at a replay server solution such as https://sendgrid.com/. We signed up for a pro plan and we are now back at 100%. All users are receiving the email notifications.

    Let me know if you have any further questions.

Viewing 2 replies - 1 through 2 (of 2 total)