Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • freddy mcbob
    Participant

    @yeshourun

    @johnjamesjacoby
    How is this project going? Did you already create something like this? I would really appreciate both an iPhone and an android app. If not both than 1 please.


    freddy mcbob
    Participant

    @yeshourun

    @modemlooper that didnt work… It said I had an error.


    freddy mcbob
    Participant

    @yeshourun

    @modemlooper for this code:
    `add_filter(‘logout_url’, ‘my_filtered_logout’);
    my_filtered_logout($logout_url, $redirect) { return “URL-after-logout”; }` where do I put the URL where I want members to get redirected to?


    freddy mcbob
    Participant

    @yeshourun

    this is what i have for my bp-custom.php file:
    `<?php

    function restrict_access(){
    global $bp, $bp_unfiltered_uri;

    if (!is_user_logged_in() &&
    (
    BP_MEMBERS_SLUG == $bp_unfiltered_uri[0] ||
    BP_GROUPS_SLUG == $bp->current_component ||
    BP_BLOGS_SLUG == $bp->current_component ||
    ‘forums’ == $bp->current_component ||
    is_page_template(‘website here’)
    )
    ) {

    bp_core_redirect( get_option(‘home’) . “/private/” );

    }
    }

    add_action( ‘wp’, ‘restrict_access’, 3 );

    ?>`


    freddy mcbob
    Participant

    @yeshourun

    it doesnt work for me… this is what it says on my website: Parse error: syntax error, unexpected ‘<' in /wp-content/plugins/bp-custom.php on line 2


    freddy mcbob
    Participant

    @yeshourun

    Forget it. I found it! 😀


    freddy mcbob
    Participant

    @yeshourun

    i cant seem to find my bp-custom.php file… Any ideas?


    freddy mcbob
    Participant

    @yeshourun

    thank you very much! worked great!


    freddy mcbob
    Participant

    @yeshourun

    @naijaping can you please tell me how to make it so that when you put your mouse on the notification button, a list of notifications/(or no notifications) come down, like in your example?


    freddy mcbob
    Participant

    @yeshourun

    iv managed to move the members table with SQL but do i move all the other stuff i want to move with SQL also?

Viewing 10 replies - 1 through 10 (of 10 total)
Skip to toolbar