Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,051 through 24,075 (of 68,948 total)
  • Author
    Search Results
  • @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
    Anonymous User
    Inactive

    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
    Anonymous User
    Inactive

    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 😉

    #150607
    danbpfr
    Participant

    Hi guys,

    you can try to deactivate the appropriate filter concerning the place who the unwanted output shows.

    You have in each BP folder a filter file where all the existing active filters are listed.

    Once you found one who concern your situation, simply deactivate it.

    Open your child theme functions.php, copy in the filter taken from one of the above file and change the word add_filter to remove_filter

    bp-messages/bp-messages-filters.php
    bp-activity/bp-activity-filters.php
    etc

     

    #150604
    @mercime
    Participant

    Parent domain is showing the buddypress installation wizard but not in subdomains

    @anandbala That’s how it’s supposed to work.

    #150603
    @mercime
    Participant

    @imath posted issues in github. basically same as chouf1 above with the group forum when bbPress is activated and on bbPress sitewide forums. Getting there 🙂

    #150602
    Jose Conti
    Participant

    Hi  @rayela and  @jrcdyer,

    Wich problems did you have with WangGuard?

    #150600
    anandbala
    Participant

    same issue but i am working on multisite (subdomain) . Parent domain is showing the buddypress installation wizard but not in subdomains

    Thank u

    Moulijin
    Participant

    LOL wow! Thanks it worked 🙂

    imnotme82324
    Participant

    You have made the pages, right? For BuddyPress to work, you need to create some new pages in WordPress, like “Members”, “Activity”, “Activate”, et cetera. Once you’ve created those pages, you go back to the BuddyPress section and the “Pages” tab and assign the pages you just created to the new sections.

    If you’re still having problems, perhaps a walk-through of the BuddyPresss Installation and Setup will help: https://codex.buddypress.org/user/setting-up-a-new-installation/ It helped me when I first started 🙂

    Moulijin
    Participant

    I tried those and still doesn’t work

    #150594
    ne.mherrera
    Participant

    Thanks for the fast reply my friend!

    #150593
    danbpfr
    Participant
    #150590
    danbpfr
    Participant

    @imath,

    wow, works like a charm !
    Tested it on the devsite (wp 3.5 & BP 1.6.3) with group forums and single bbPress forum.

    Unable to change the status on group forum post when bbPress plugin is activated.

    Does this mean that the plugin can actually only be used on one configuration: group forums OR bbPress forum ?

    Aside, a little js conflict with BP GTM System 1.9.6. 😀 (as expected….)

    When GTM is activated, i’m unable to change the status on the frontend of the site wide forum. Only possible from within admin.

     

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