Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 4,576 through 4,600 (of 20,260 total)
  • Author
    Search Results
  • #153611
    Kevin M. Schafer
    Participant

    @bphelp I tried this and when I refreshed my site, all of your code appears below the admin bar on my site — above my header.

    I created a new page and named it “new page here.”

    Here’s your code with my info:

    function bp_guest_redirect() {

    global $bp; if ( bp_is_activity_component() || bp_is_groups_component() /*|| bbp_is_single_forum()*/ || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) ) { // enter the slug or component conditional here if(!is_user_logged_in()) { // not logged in user wp_redirect( get_option(‘siteurl’) . ‘/new-page-here’ ); } // user will be redirect to any link to want } } add_filter(‘get_header’,’bp_guest_redirect’,1);

    Am I to insert my URL as well? I tried with and without changing it and that didn’t work either.

    Kevin

    #153609
    bp-help
    Participant

    It stripped the code again. Just place this between opening and closing php tags in the bp-custom.php file:
    `
    function bp_guest_redirect() {
    global $bp;
    if ( bp_is_activity_component() || bp_is_groups_component() /*|| bbp_is_single_forum()*/ || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) ) {
    // enter the slug or component conditional here
    if(!is_user_logged_in()) { // not logged in user
    wp_redirect( get_option(‘siteurl’) . ‘/register’ );
    } // user will be redirect to any link to want
    }
    }
    add_filter(‘get_header’,’bp_guest_redirect’,1);
    `

    #153591
    mort3n
    Participant

    Curiously, I have exactly the same problem with the Messages inbox 🙂

    Setup WP 3.5.1, BP 1.6.4 theme is slight mod. child of bp-default.

    The details are as above :

    A user goes to Profile. Selects Messages -> Inbox. Enters a search term in the inbox search field. Results are shown fine, but clicking to go to page 2 results in blank page only with a ‘0’ on.

    The URL for this blank page is `/wp-admin/admin-ajax.php?mpage=2`

    I’m guessing it’s related to the move from wp-load to admin-ajax. But how?

    Cheers
    Mort3n

    #153570
    modemlooper
    Moderator
    #153565
    freddy mcbob
    Participant

    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 );

    ?>`

    Hugo Ashmore
    Participant

    @xsci This is a year old thread and discusses an issue relating to BP 1.5.1;  BP is about to release version 1.7.

     

    Please open a new thread, describe the issues you are having and what versions of BP / WP  you are using and please test any issues you are having are not custom theme related by dropping back to the bp default theme

    xsci
    Participant

    Greetings,

    Has a patch been created for this yet? I’m not the programmer and would love an easier way to update this.

    Cheers!

    Teresa

    #153541
    bp-help
    Participant

    @mercime Yes that is the very theme. I will go now and post it on the the authors forum. Thank you again!

    #153538
    @mercime
    Participant

    @bphelp You’re welcome. Are you referring to this Simplify theme? https://wordpress.org/extend/themes/simplify If so, might I suggest posting at theme author’s support forum at https://wordpress.org/support/theme/simplify and ask if he/she could take the time to resolve it so that more people may be able use the theme with BuddyPress.

    #153532
    @mercime
    Participant

    @monray67 Please post your support question at plugin author’s forum at https://wordpress.org/support/plugin/buddypress-sliding-login-panel Check out the threads for possible solutions offered by other users there.

    #153531
    @mercime
    Participant

    @ladyglam Moved your topic to the “Your BuddyPress” forum.
    Sorry, but there will be many who are loathe to register in an unknown site just to see what the site is all about. Please feel free to either provide links to screenshots of your members directory, groups directory and/or whatever you think showcases your community best. Or, provide a throw-away testuser login info. Thanks.

    #153523

    @djpaul not sure if i am high jacking this thread but can you please confirm, in my group forums when i click on subscribe or add to favorite i get redirected to the groups page when i use the buddypress theme. When i use canvas woo theme or any other themeforest theme i get 404 error for the same action.

    I expect to stay on the forum thread even after i click subscribe or add to favorite ….is this a bug in 1.7 and yes i see the same behavior of redirecting to groups page in 1.6.4 too. I am using latest version of bbpress and wordpress

    #153518
    Nicholas Ritson
    Participant

    *facepalm, well that was completely my mistake, not sure why i didnt notice the spacing in my folders. thanks, that seems to have fixed the problem, now i just gotta get both forums working for groups and site, seems they overlap.

    #153513
    @mercime
    Participant

    @pixelscode If you want a Multisite installation, you need to create a network – https://codex.wordpress.org/Create_A_Network

    Please make sure you’ve got your multisite installation working first before you install BuddyPress – https://codex.buddypress.org/user/before-installing/

    If you have any issues with your multisite install, resolve it first at https://wordpress.org/support/forum/multisite

    #153512

    In reply to: Theme Integration

    alanfolkard
    Participant

    Hello Again

    I downloaded BuddyPress 1.7 and bbpress 2 to my site. I added the pages automatically created to a menu item on the site called Community. So near but so far….!!!

    Being new to all of this I think the install worked in part but the registration page displays my Homepage when I’m logged in. I’ve registerd a new member from the site and received an email fine but I can’t see how a new member can log-in. Extended Profiles was checked as well, where can I configure these?. I’m also unsure how to configure groups and forums site wide.

    You can view the development site here www.http://test.warriorstowork.org.uk/testing/

    Some step by step instructions would be good.

    #153491
    philipt18
    Participant

    I’ll post a message on the WPMU forum, but if there’s an issue it’s still worth pointing out here I think. Especially since 1.7 is supposed to work with all themes. In any case, that was a minor issue.

    I haven’t created a bp-custom.php file.

    I disabled all the plugins except Buddypress, and tried creating a Group again, but the problem still exists.

    #153489
    Hugo Ashmore
    Participant

    And what plugin clears up the plugin that clears up the plugins  🙂 .

    This is really a question for WP forums, it’s not BP related really.

    Some plugins will provide their own clean up routines but generally not and obviously simply on deactivation one wouldn’t want stored config values removed.

    #153484
    homeschoolmommy
    Participant

    I know how to install buddypress, Ijust need help on finding out what happen to my forums and all the topics that was there. All of a sudden I get that error that I mention. I did reinstalled both buddypress and wordpress, but that did not fix the problem.

    #153483
    plugonline
    Participant

    i found the point, on the front end when you make a group you have to turn on group forum now its working. i hope the members who want to make a group untherstand this

    #153479
    @mercime
    Participant

    @plugonline It’s not a theme issue. Either you added a plugin or code to make group’s forum page your group’s home page. That’s it.

    #153475
    @mercime
    Participant

    Change to BP Default theme and deactivate all plugins except BuddyPress. Then check if the group’s link still redirects to their forums.

    Also, check Settings > BuddyPress > Pages and double-check if the Page selected for your Groups Directory page is Groups and not Forums.

    #153474
    plugonline
    Participant

    still having problems i can’t figger out what is wrong help requested

    http://kortingmails.nl/groups/pas-op-voor/forum/ i get error page
    what should be opening is http://kortingmails.nl/groups/pas-op-voor

    #153468
    modemlooper
    Moderator

    Just delete the forums page.

    #153420
    madfatter
    Participant

    Thanks for the reply Mercime. It’s not a new installation. It was working before. However, there are no significant forums existing. If there’s a way to uninstall and then install as a new installation that would work fine. Any suggestions on how I should proceed would be greatly appreciated. Thanks!

    #153412
    plugonline
    Participant

    found i had problems before so i forgot to turn on the bbpress plugin again, but still the same problem yes i have a new install mayby i do something wrong but i followed the instruction

Viewing 25 results - 4,576 through 4,600 (of 20,260 total)
Skip to toolbar