Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 26,051 through 26,075 (of 68,915 total)
  • Author
    Search Results
  • #144278
    Blogurp
    Participant

    I am having the same problem with my button not appearing on my new site I started building last week, HippieNations.com, but, I am not using the BP Menus, or any of the other plugins you have listed. I used BP Compatibility to make a non BuddyPress theme BuddyPress. I think I remember somewhere it asked me if I wanted the button or to hit enter and I chose to hit enter, but, that was the wrong choice I think. I don’t remember where I saw that though and I can’t find it again. I also thought maybe it was some kind of permission error too maybe. I will keep trying to figure it out.

    #144275
    ahmedselim
    Participant

    @mercime I have tried that plugin but it doesn’t seem to be working I am not sure if it is a compatibility issue with WP, but have posted on the restrict-usernames plugin support and am awaiting a response. I just though that maybe going the route of the registration form may be another option if it is even possible..

    #144274
    @mercime
    Participant
    @mercime
    Participant

    @pataphor open up your theme’s header.php with a text editor, copy all code, paste code in pastebin.com, click submit and post the generated URL here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.

    Roger Coathup
    Participant

    @djpaul, @hnla, @r-a-y, @mercime et al,

    I’ll move the conversation back over on to the trac ticket, as I think that’s the best place for this discussion to stop it becoming lost.

    As @hnla points out bbPress whilst supporting template parts auto injected into page.php, also allows you to provide full templates for specific content where you want to override the automatic mechanism (TBC). As with the WordPress template hierarchy it’s based on the type and name of the content being displayed. So, for example — you could create a template archive-myforumxyz.php.

    I suspect a similar hierarchy based system for BuddyPress would be best route — with template hierarchy names that recognise display of single groups, single profiles, directories, etc., and override the auto injection into page.php if defined.

    Will elaborate my thoughts on the trac.

    springstory
    Participant

    where did you add the code to make it work?

    tvansant
    Participant

    I found a way to make the default page for members to be the profile page.
    `http://www.buddyboss.com/making-profile-the-default-landing-page-in-buddypress/`
    and
    `https://codex.buddypress.org/extending-buddypress/bp-custom-php/`

    elmindo
    Participant

    Thank you so much @mercime ! All though I’m an atheist, I’m tempted to call you a God :-P

    #144253
    aces
    Participant

    Have you changed the theme template to remove the walled garden hook?

    With Your function there should be something like “ in the header.php ….

    An alternative way is to load it on a bp hook as in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021 ( Note:
    The function can be put into bp-custom.php though that example puts it into a plugin )

    #144251
    windows84u
    Participant

    no one knows how to change redirect link from wp-admin to registration page in private buddypress plugin??

    Paul Wong-Gibbs
    Keymaster

    BuddyPress all of the theme compatibility code that’s in bbPress. We’ve not left any of that out. I’m not sure what you mean.

    Paul Wong-Gibbs
    Keymaster

    Odd. akismet_test_mode() is a function provided by Akismet. I’ve just downloaded the Akismet plugin and it still exists, so.. maybe your BuddyPress was loading from your Akismet. I’ve not run into this before.

    #144245
    Dainismichel
    Participant

    if you consider accomplishing the task by hitting my laptop with a fuzzy mallet, pouring coffee into the keyboard to “wake up” the computer, downloading databases, failing at recovering my backup, then needing flop and then flip versions of BP back and forth, and then just waving my hands over the computer chanting “oh buddypress and wordpress update work oh work hhoooommiiiiii aaaah”

    and then it working.

    then yes.

    PS: i did very few of the above mentioned steps and do not recommend you try them at home.

    #144243
    staipa
    Participant

    PROBLEM SOLVED!
    The problem is “404 Redirection” plugin. Disabling this plugin now Buddypress work fine.

    #144242
    staipa
    Participant

    IAt this point, however, I’m not sure that the problem is not linked to .htaccess…

    #144241
    aikighost
    Participant

    Any suggestions? Do I need to reinstall my entire site from scratch?

    #144240
    staipa
    Participant

    It not resolve my problem. My .htaccess now is

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    deny from all

    order deny,allow

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
    RewriteRule . index.php [L]

    Roger Coathup
    Participant

    Cheers for the feedback guys.

    The problem with plugin-buddypress.php will come on sites where we have a number of different layouts / irregular layouts depending on which component the site is displaying. It works OK for a small number of conditional includes, but would become cumbersome with many conditionals (as @hnla alludes to), and effectively become another layer of [edit] page routing [/edit] (as @r-a-y rightly points out we want to avoid).

    I’ll take a look at the bp_get_query_template filter – but, guess that would just be pushing the same additional logic to a different area of code.

    #144235
    wpmirwin
    Participant

    Ok.. I finally realized that all of the css for my “template pack” install of BuddyPress is being driven from the bp-template-pack plugin… crap. bp.css file is right there, and it contains everything I was looking to change. I copied this css into my child theme, turned off the template pack css, and everything is going well.

    #144234
    wpmirwin
    Participant

    @meg@info

    Thanks for that. I am able to remove the notifications subnav, but since the General subnav is the default, it behaves a little differently.

    Anyway, the hack to modify the form data on the General subnav page is working well. I think I’m happy with it… and it’s not a big deal to re-apply after a BP upgrade.

    Thanks,
    Mike.

    #144233

    In reply to: Registration Error

    tr.sa.buis
    Participant

    I’m using WP 3.4.2 and BP 1.6.1. I think they are the latest versions.
    It’s a single site.
    I’m hosted at Bluehost.
    I started the website by downloading WordPress then immediately downloading Buddypress.
    I have deactivated all other plugins except Buddypress and bbpress, and yes, I went back to the default theme.
    My registration page has been giving me problems. At first it was a blank page but I figured out how to get the registration to at least show up (the blank page was from conflicting plugins). Now I can fill in all of my information on the registration page but when I press “complete sign up,” it refreshes the page back to the registration page with all of my info still filled in except my password. No account is created. No email is sent.
    I have registration enabled and have tried registering as not just a “member” but some of the other ones. I have tried different themes, deactivating all of the plugins, and trying to find someone who knows what is wrong. I’m new to buddypress so I’m not sure what to really do.

    #144231

    In reply to: Registration Error

    @mercime
    Participant

    @trsabuis help us help you. Do provide more information about your installation. To begin with:
    – WP/BP versions?
    – Single/Multisite?
    – Where are you hosted? Windows/Linux/etc server?
    – Is this a new installation or did you add BuddyPress to an existing WP install?
    – Have you changed to bp-default theme and deactivated all other plugins except BuddyPress?
    – What exactly is the error in your installation? At what point did the error show up?
    – What are the steps you’ve taken so far to troubleshoot the issue in your install?

    r-a-y
    Keymaster

    or am I over thinking this?

    Hugo, my answer was towards Roger’s question about having different areas on the external page template based on his requirements. It’s not meant to be a page router for everything as BP already does that.

    Example: Like Roger, I want to have a sidebar on member profile pages only.

    I don’t want to let BuddyPress use the `page.php` template as a default, so I’ll create a template file called `plugin-buddypress.php`.

    BuddyPress will use `plugin-buddypress.php` instead of `page.php` for the skeleton. Like `page.php`, this new template file will need to include “ somewhere in the template as that is what BP looks for to inject our content.

    Now, I only want to enable a sidebar for member profiles only.

    So somewhere in `plugin-buddypress.php`, I’ll do something like this:

    `<?php
    // are we on a user profile page? if so load up our special members sidebar
    if ( bp_is_user() ) :
    get_template_part( ‘my-special-members-sidebar’ );
    ?>`

    This will enable me to show a different sidebar on a user profile page only.

    #144223
    meg@info
    Participant

    Hi @wpmirwin, this part of code above is from buddypress Notifcation manager plugin.
    https://wordpress.org/extend/plugins/buddypress-notifications-manager/
    mybe this plugin can help you.

    this function hide the notifications subnav, and it should work in bp 1.5 and bp 1.6

    function bp_hide_notifications_subnav(){
    global $bp;
    bp_core_remove_subnav_item($bp->settings->slug, ‘notifications’);

    if ( bp_use_wp_admin_bar() ) {
    add_action( ‘wp_before_admin_bar_render’, create_function(
    ”, ‘global $bp, $wp_admin_bar; $wp_admin_bar->remove_menu( “my-account-settings-notifications” );’ ) );
    }
    }

    //if is not bp 1.5
    if ( version_compare( BP_VERSION, ‘1.5’ ) < 0 )
    add_action( ‘wp’, ‘bp_hide_notifications_subnav’);
    else
    add_action( ‘bp_setup_nav’, ‘bp_hide_notifications_subnav’ );

    #144222
    r-a-y
    Keymaster

    Can you try disabling W3 Total Cache to see if that solves your issue?

Viewing 25 results - 26,051 through 26,075 (of 68,915 total)
Skip to toolbar