Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 25,176 through 25,200 (of 68,949 total)
  • Author
    Search Results
  • #146432
    mgwaters
    Participant

    I should specify I’m using Events Manager Version 5.2.5. WordPress version 3.4.2. Buddypress plugin version 2.1.2

    #146431
    Paul Wong-Gibbs
    Keymaster

    @nickzee If you’ve still got a Page called “Forums”, delete it. It’s not required and confuses bbPress.

    /members/admin/forums/ shows a filtered view of the forums for that specific user. We use bbPress 2 on this site, so my list of forum topics that I’ve started are listed on my profile, https://buddypress.org/community/members/djpaul/forums/

    #146430
    Paul Wong-Gibbs
    Keymaster

    @me9 bbPress is a forum, BuddyPress is a social layer for your website. Different things, different uses.

    #146428
    Amin
    Participant

    @Chouf1 could you please upload the plugin you’ve built? The world really need it!
    Thanks in advance

    #146427
    nickzee
    Participant

    Thank you Paul. I have this same conflict. Understanding the best set up for my situation. My struggle is knowing the difference and how to use them.

    I’m using The Bounce Theme from themeforrest which is buddypress friendly. (http://themeforest.net/item/bounce-professional-wordpress-buddypress-theme/2324726?sso?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=GhostPool)

    Can you elaborate a bit more on your last comment? It opened a window of understanding for me.

    My current set up is:
    Settings > Buddypress > Components > Unchecked “Discussion Forums”
    Settings > Forums > Forums base “forums”, Forum slug “forum” (although I would like my own names)
    Settings > Forums > Unchecked “Enable Group Forums”

    From here can you explain how to set a landing page so that it looks like site wide forums (“mydomain.com/forums”)? Ie; can see all forum at once, then enter a forum to see the topics, then enter the topics to see the comments. I can find them if I go to a bbpress forum and click “view” (ie; /forums/forum/forum-rules/) then remove “forum/forum-rules/” to just have “mydomain.com/forums”, but that is not a “page” and cannot be “edited” and by default says, “Forums Archive – mydomain”. ( I think I know this but want to see your way)

    Additionally, if I am at my buddypress profile page (admin) and click “forums”, it takes me to /members/admin/forums/ which seems to be different from /forums/forum/. And when it does it shows topics and not the forums I created in bbpress.

    I’d imagine there is something I have missed.
    I’ve:
    Watched: http://www.youtube.com/watch?v=-0jSsra_n0c
    Read: https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/#a-installing-forums-for-groups-only
    Read: http://wpmu.org/guide-to-buddypress-forums-how-to-set-up-group-or-sitewide-forums/

    Sorry I’m this is confusing. I am so twisted and upside down with this. It’s the best I can do with out showing you.

    Thank you Buddypress for the hard work you have put into your products!

    stuffwelike
    Participant

    Any updates? I’d like to allow people to search through the default WordPress search widget. However no results appear if the Buddypress Sitewide Activity page is the index of the site.

    #146425
    me9
    Participant

    Oke but why should i use buddy press and bbpress and not only bbpress ?

    Thats the ham question.

    Would be great if you could make it claer.

    Thanks

    #146423
    Paul Wong-Gibbs
    Keymaster

    There’s no reason to use both. The BuddyPress integration is the old method, and the bbPress 2 plugin is the new method.

    #146414

    In reply to: Forums not working

    Paul Wong-Gibbs
    Keymaster

    @beingblissful Hi, I don’t think many people saw your message, since you posted in the middle of someone else’s thread. It might be a good idea to start your own topic, and let us know what you’re having trouble with.

    #146409

    In reply to: Activity Refresh time

    Paul Wong-Gibbs
    Keymaster

    That variable isn’t part of BuddyPress; it’s part of the https://wordpress.org/extend/plugins/rs-buddypress-activity-refresh/ plugin, which hasn’t been updated in over a year and doesn’t state compatibility with the latest versions of BuddyPress or WordPress.

    Please ask for support with this plugin over at https://wordpress.org/support/plugin/rs-buddypress-activity-refresh

    #146407
    kizzywizzy
    Participant

    @James – to add more profile fields to registration, go to your dashboard and under ‘Users’, choose Profile Fields. Add as necessary.

    #146406
    @ChrisClayton
    Participant

    @marutim – sorry, should have mentioned that i didnt actually test it when i posted that but i just tried it on a site and it seems to work, and I can’t see anything wrong with the code you posted.
    Not sure why its not working for you.

    You could try outputting a “>”; since I just noticed its killing the page after the feed header’s started and it doesn’t close the HTML, but If your browser was sensitive to bad html you still shouldn’t have seen feed as wp would have killed it… So I don’t think its that…

    #146402
    daneglerum
    Participant

    Thanks @chouf1

    I’ve finished moving the group forums to bbpress 2.x now so I don’t think it is required but it is great ot have this response here for future googlers.

    #146401
    danbpfr
    Participant

    Hi,

    i had the same request. And finally built a plugin based on this one.

    https://wordpress.org/extend/plugins/buddypress-topic-mover/

    works now with 1.6.1 and WP 3.4.2

     

    #146398
    Maruti Mohanty
    Participant

    @chrisclayton I have used that but still i could still see the feeds with a url like sitename/activity-page/feed

    I am using the following in the functions.php


    add_action( 'do_feed', 'fb_disable_feed', 1 );
    add_action( 'do_feed_rdf', 'fb_disable_feed', 1 );
    add_action( 'do_feed_rss', 'fb_disable_feed', 1 );
    add_action( 'do_feed_rss2', 'fb_disable_feed', 1 );
    add_action( 'do_feed_atom', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_sitewide_feed', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_personal_feed', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_friends_feed', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_my_groups_feed', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_mentions_feed', 'fb_disable_feed', 1 );
    add_action( 'bp_activity_favorites_feed', 'fb_disable_feed', 1 );
    add_action( 'groups_group_feed', 'fb_disable_feed', 1 );

    function fb_disable_feed() {

    wp_die( __( 'No feed available,please visit our homepage!' ) );

    }

    The above codes doesnt seem to work … FYI i am using BP 1.6.1 and WP 3.4.2

    Vicky A M R
    Participant

    @rogercoathup , It won’t works

    you need to look here

    Vicky A M R
    Participant

    well, worked , Thanks @rogercoathup

    #146388

    In reply to: buddypress VS bbpress

    Paul Wong-Gibbs
    Keymaster

    Prior to bbPress 2, BuddyPress used bbPress 1 — which wasn’t a plugin — and so had its own integration for it. The Discussion Forums page and Forums component are some of the legacy settings for that. Going forward, 1) Disable the Forums component in BuddyPress, and 2) Install the bbPress plugin.

    #146387

    In reply to: Forums not working

    beingblissful
    Participant

    Hi Kevin,

    I wish I could recommend Salutation theme but alas I cannot.

    I am very comfortable with WordPress and have been designing websites from purchased themes for several years now and this was my first venture into the world of forums.

    The theme itself looks awesome – the main problem is the work I had to do to get the theme looking exactly like the demo – when first installed, Salutation does not communicate cleanly with WordPress so it comes out jumbled with static blocks all over the place. The work I had to put to figure out how to get it to look exactly like the demo alone was astronomical (and the demo was why I bought it).

    The support available was very basic. I would ask a lot of questions and be given half an answer – frustrating and very time-consuming. I could not figure out how to work it out myself – a very unintuitive theme.

    The videos are excellent and I did find some help there but here I sit… 50+ hours later with a beautiful website that does not work because I can’t get Buddypress to play nicely with Saluation… Hence, my request here for some professional assistance.

    Hope this helps, Kevin!

    🙂

    #146385

    In reply to: Quick Admin

    SK
    Participant
    #146384
    SK
    Participant

    @hnla Ticket updated, in case you’d like to weigh in there.

    #146381

    In reply to: Forums not working

    beingblissful
    Participant

    Hi there!

    I need some professional support.

    I have put 50 + hours into buddypress and the current theme I am using for a new website (Salutation) and have come to the end of my tether.

    I cannot get this working myself. (the website is http://www.tigressyogateachers.com)

    Can you please point me in the direction for where I can find some professional help? All of the problems are centred around getting the forum working correctly and someone who is familiar with Buddypress will certainly be able to help me – quite easily I imagine!

    Thank you so much and I’m looking forward to your response as soon as possible!

    🙂

    #146375
    daneglerum
    Participant

    I’ve worked through the guide but am still having some issues. I’m doing some troubleshooting now and hopefully will get things working but I’ll post my issues here in case anyone has any good tips.

    1. Group forums are not appearing in the Dashboard forum screen (wp-admin/edit.php?post_type=forum) I would have expected them to appear here after the import.
    2. Previous group forums do not appear to be linked to the group any longer. The forum tab for the group simply says ‘The group does not have any forums’. Reactivating the old buddypress discussion component resolves this.

    Troubleshooting so far …
    After some digging around I discovered that the buddypress bbconfig.php file has a different table prefix set for the forums. Suspect that the forums didn’t actually import because wp_bb wasn’t used.

    #146370
    @ChrisClayton
    Participant
    #146369
    @ChrisClayton
    Participant

    I dont use Yoast seo and dont know what he does with his code, but if it helps here’s what BP uses now (in 1.6) – https://buddypress.trac.wordpress.org/browser/branches/1.6/bp-core/bp-core-filters.

Viewing 25 results - 25,176 through 25,200 (of 68,949 total)
Skip to toolbar