Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #551456
    #551527

    Hey James!

    What happens when the default theme is activated? Have you tried deactivating all plugins?

    Best regards,
    Elliott

    #551591

    Having the same problem. Made a child theme ( see the how-to here) and then added this code

    //sends the user to $url - in this case '/forums/'  
    function rw_logout ($redirect_to) {
    	$url='/forums/' ;
    	$redirect_to = '<a href="' . wp_logout_url( $url ) . '" class="button logout-link">' . esc_html__( 'Log Out', 'bbpress' ) . '</a>' ;
    	return $redirect_to ;
    	}
    	
    	add_filter ('bbp_get_logout_link', 'rw_logout') ;

    as proposed here but it didn’t work.

    #552680

    Disabling and re-enabling the plugins seems to have fixed the problem itself…NOW I can’t post comments to the site, just me, no one else is having this problem, when I disable all the plugins, I can comment again.

    I swear, I must have opened Pandora’s box at some point, it’s one thing after another lately.

    #553470

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #553480

    I figured it out…Akismet is marking my comments as spam…Just me…Noboby Else…Best Plugin Ever right here.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Users Can't Log Out’ is closed to new replies.