Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,201 through 24,225 (of 69,109 total)
  • Author
    Search Results
  • #150674
    anandbala
    Participant

    What do you mean those werenโ€™t saved?
    Have you checked wp-admin Pages > All Pages?
    Are your Settings > Permalinks set to other than the default permalink?

    Yes does’t save on wp-admin Pages > All Pages

    yes i choose The default permalink Day and Name.but in the link https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
    It specific that Month and name . which will i have to do.

    Thank u

    #150673
    Ben Hansen
    Participant

    i think buddypress needs to be network activated (i could be wrong on that) but it will only really be displayed on the main site (that part i’m certain of).

    #150672
    @mercime
    Participant

    What was your former WP theme and what’s your new WP theme? AFAIK there’s no .bp-wrapper in BP Default theme

    #150670
    Ben
    Participant

    Are you running bbPress? I had the same issue, and narrowed it down to bbPress. I’ve filed a bug report here: https://bbpress.trac.wordpress.org/ticket/2161

    Here’s a temporary solution that worked for me:
    `function bp_fix_blog_role($blog_id, $user_id) {
    add_user_to_blog($blog_id, $user_id, ‘administrator’ );
    }
    add_action( ‘wpmu_new_blog’, ‘bp_fix_blog_role’, 10, 2 );`

    Just drop this in `mu-plugins` if you want. You can change “administrator” to whatever role you prefer. This function runs immediately after the blog is created, so it will probably solve your problem.

    Code source: https://wordpress.org/support/topic/how-do-i-change-the-default-administrator-role-to-author-for-new-users

    #150668
    voopress
    Participant

    Did you ever figure this out? Sounds like I’m looking for the same thing. Here is my post.

    https://buddypress.org/support/topic/bit-confused-about-bp-aggregation/#post-150665

    #150667
    Ben
    Participant

    Thanks for your help @djpaul, I’ve filed the bug here: https://bbpress.trac.wordpress.org/ticket/2161

    #150664
    Patryk
    Participant

    I have the style to the registration page BuddyPress

    `/*************************** Register Page ***************************/

    .bp-wrapper .register-section .textInput,
    .bp-wrapper .register-section input[type=”text”],
    .bp-wrapper .create-form .textInput,
    .bp-wrapper .create-form input[type=”text”] {
    width: 250px;
    }
    .bp-wrapper .register-section #signup_username,
    .bp-wrapper .register-section #signup_password,
    .bp-wrapper .register-section #signup_password_confirm {
    width: 142px;
    }
    .bp-wrapper .register-section,
    .bp-wrapper .create-form {
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #eee;
    }
    .bp-wrapper .register-section h4,
    .bp-wrapper .create-form h4 {
    font-size: 20px;
    line-height: 1;
    }
    .bp-wrapper .create-form label {
    font-weight: bold;
    }
    .bp-wrapper .standard-form#signup_form div div.error {
    color: #8a1f11;
    margin: 10px 0 5px 0;
    }`

    I do not know what to do now

    #150663
    Jonathan
    Participant

    @ngoegan What private community plugin did you use? I’ve been trying to create a private BuddyPress community and the plugin I’m aware of is old. I’d love to know if it still works so I can avoid using a funny collection of other hacks I’ve read about.

    #150662
    @mercime
    Participant

    Save Settings -> https://codex.buddypress.org/user/setting-up-a-new-installation/configure-buddypress-components/#settings-buddypress-pages
    What do you mean those weren’t saved?
    Have you checked wp-admin Pages > All Pages?
    Are your Settings > Permalinks set to other than the default permalink?

    #150659
    @mercime
    Participant

    One thing that is not clear to me is that some people talk about BP automatically aggregating all content from all blogs but Iโ€™ve yet to find anything describing this.

    Site/Blog Tracking – aggregates posts and comments from all subsites of a multisite installation https://codex.buddypress.org/user/setting-up-a-new-installation/configure-buddypress-components/#settings-buddypress-components

    I do have this option enabled but new posts or summaries arenโ€™t showing up in BP activities.

    Check each subsite’s Settings > Reading and make sure that on Search Engine Visibility, you did not check “Discourage search engines from indexing this site”. If it is checked, the posts/comments on that subsite will not show up in the Activity Stream.

    #150658
    @mercime
    Participant

    @imath thank you. will check this out tonight ๐Ÿ™‚

    @mercime
    Participant

    I got them from my old template

    The thing is, those styles may not even work in your new template unless the HTMLtags/selectors/etc in your new template matches those of your old template. You could try adding those external stylesheets (bp.css and bp-admin.css)to your theme’s header.php see http://www.w3schools.com/css/css_howto.asp

    Patryk
    Participant

    the contents of the files I need to copy and paste into my current theme? style.css, but where BuddyPress will know that he has into this use?

    Patryk
    Participant

    I have two files bp.css and bp-admin.css, these files are responsible for BuddyPress style, I got them from my old template, I do not know how I have them enter into a new wordpress theme

    @mercime
    Participant

    Not quite clear what you meant. You don’t paste anything to BuddyPress, you paste style changes into your active WP theme’s style.css file. If that’s not what you meant, then:
    – What’s the name of the WP theme which you’re trying to make compatible with BuddyPress?
    – Did you already go through Appearance > BP Compatibility?
    – Have you finished with Step 3 of the compatibility process?

    #150646
    Mathieu Viet
    Moderator

    i’m back !

    This time i think version 1.0-beta2 of the plugin can work on these configs without bugs !

    • BuddyPress 1.6.3 with group forums & sitewide forums powered by bbPress 1.2
    • BuddyPress 1.6.3 with group forums powered by bbPress 1.2 & site wide forums by bbPress 2.2.3
    • BuddyPress 1.7 with group forums & site wide forums powered by bbPress 2.2.3
    • bbPress 2.2.3 alone

    To test this new beta, make sure the root folder name of the plugin keep the same name.

    @mercime i added an image to show you where the select boxes are in bbPress 2.2.3 to my reply on github.

    Have you tested to change the support status from the backend admin of the topics (bbPress 2.2.3) ?

    the link to 1.0-beta2 of buddy bbPress Topic Support

    @chouf1 , this now should work like a charm ๐Ÿ˜‰

    #150640
    imnotme82324
    Participant

    Aha! You’re a genius! I didn’t realize there were so many filter files. I was only looking in the functions.php xD

    Instead of removing the filters completely, I decided to go with a replace because some people freak out when their em-dashes don’t look how they should ๐Ÿ˜› In case anyone else ever has this problem, here’s what I did to resolve it:

    `function removesmartquotes($content) {
    $content = str_replace(‘&# 8220;’, ‘& quot;’, $content);
    $content = str_replace(‘&# 8221;’, ‘& quot;’, $content);
    $content = str_replace(‘&# 8216;’, ‘&# 39;’, $content);
    $content = str_replace(‘&# 8217;’, ‘&# 39;’, $content);

    return $content;
    }

    add_filter(‘the_content’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_action’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_content_body’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_content’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_parent_content’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_latest_update’, ‘removesmartquotes’);
    add_filter( ‘bp_get_activity_latest_update_excerpt’, ‘removesmartquotes’);
    add_filter( ‘bp_get_message_notice_subject’, ‘removesmartquotes’);
    add_filter( ‘bp_get_message_notice_text’, ‘removesmartquotes’);
    add_filter( ‘bp_get_message_thread_subject’, ‘removesmartquotes’);
    add_filter( ‘bp_get_message_thread_excerpt’, ‘removesmartquotes’);
    add_filter( ‘bp_get_the_thread_message_content’, ‘removesmartquotes’);`

    Important: I added a space between the &# and 8220/21 as well as & quot because they were turning into real quotes in the final post ๐Ÿ™ So if anyone uses this, make sure to remove the spaces.

    Thanks a bunch to the both of you. I wouldn’t have figured it out with your help.

    #150638
    shanebp
    Moderator

    @modemlooper
    Ok, tried using the Group Extension Api.
    But it seems to only apply to single groups… ?
    Which is what this does… https://gist.github.com/4531952

    Any suggestions on how to point a li tab created in bp-default/groups/index.php to a function ?
    I hope it doesn’t involve creation of a new component.

    #150635
    modemlooper
    Moderator

    If you have site tracking checked in the BuddyPress settings blog posts will get posted to the activity stream. This does not post to Twitter. Posting to Twitter from many sites on a WP install requires you to activate a Twitter posting plugin on every site. There is no specific BuddyPress plugin. A plugin could be created to hook into the activity stream and send Tweets when a blog post gets added to the activity stream.

    #150634
    Rachel Biel
    Participant

    I don’t know if it is Wanguard either, but from the Wanguard list of users, the ones that are having problems have a No Status under their Wanguard status and the others have a green “checked”.

    But, I want to make the site private, by email invite only, too. ย How did you do that, @jrcdyer?

    #150633
    Ben
    Participant

    Turns out my issue was with bbPress. If I deactivate bbPress there are no problems with creating a blog through `/blogs/create/`. I know that more recent versions of bbPress (I’m running 2.2.3) have created their own user roles, perhaps @JohnJamesJacoby can help me understand this issue.

    I’ll try a few things and then report back here if I find a solution.

    Thanks!
    Ben

    #150625

    In reply to: buddyPress Pro

    @mercime
    Participant

    @judym12 There’s only one kind of BuddyPress plugin and it is free even though it’s used by many professionals – https://wordpress.org/extend/plugins/buddypress/

    Who’s trying to sell a PRO version of BuddyPress? URI? There are plugins built to be used with BuddyPress which are paid or premium or PRO versions, but those are not THE BuddyPress plugin.

    #150623
    enquirer32
    Participant

    Not critical at all… you could just change the message to read:

    It used to say – ‘You are already logged in’.ย 

    #150618

    In reply to: buddyPress Pro

    mahdiar
    Participant

    I don’t think there is a pro version !

    #150616
    Mathieu Viet
    Moderator

    Hello @mercime and @chouf1

    The only config i haven’t tested was this one ๐Ÿ™ I thought as in backend it is not recommanded to do so, then..

    So i’ll check this asap to see what’s going wrong when bbPress 1.2 is running for group forums and at the same time bbPress 2.2.3 is runnig sitewide forums.

    For what @chouf1 describes, it’s because the js is not enqueued as bbPress 2.2.3 is activated. So i need to strip a condition and check what’s happening on the different configs..

    For what @mercime describes in point B on github, i have no idea at the moment, but will find ๐Ÿ˜‰

    Thanks a lot for your testing. I’ll be back soon with a new beta ๐Ÿ˜‰

Viewing 25 results - 24,201 through 24,225 (of 69,109 total)
Skip to toolbar