Search Results for 'buddypress'
-
AuthorSearch Results
-
December 3, 2012 at 8:37 pm #146432
In reply to: Add Events list item to Activity Filter?
mgwaters
ParticipantI should specify I’m using Events Manager Version 5.2.5. WordPress version 3.4.2. Buddypress plugin version 2.1.2
December 3, 2012 at 8:34 pm #146431In reply to: Split: buddypress VS bbpress
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/
December 3, 2012 at 8:31 pm #146430In reply to: Split: buddypress VS bbpress
Paul Wong-Gibbs
Keymaster@me9 bbPress is a forum, BuddyPress is a social layer for your website. Different things, different uses.
December 3, 2012 at 8:10 pm #146428In reply to: Move group forum topic to different group
Amin
Participant@Chouf1 could you please upload the plugin you’ve built? The world really need it!
Thanks in advanceDecember 3, 2012 at 7:56 pm #146427In reply to: Split: buddypress VS bbpress
nickzee
ParticipantThank 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!
December 3, 2012 at 7:41 pm #146426stuffwelike
ParticipantAny 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.
December 3, 2012 at 6:57 pm #146425In reply to: Split: buddypress VS bbpress
me9
ParticipantOke 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
December 3, 2012 at 6:23 pm #146423In reply to: Split: buddypress VS bbpress
Paul Wong-Gibbs
KeymasterThere’s no reason to use both. The BuddyPress integration is the old method, and the bbPress 2 plugin is the new method.
December 3, 2012 at 2:13 pm #146414In 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.
December 3, 2012 at 2:07 pm #146409In reply to: Activity Refresh time
Paul Wong-Gibbs
KeymasterThat 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
December 3, 2012 at 12:40 pm #146407In reply to: Customizing the Registration page
kizzywizzy
Participant@James – to add more profile fields to registration, go to your dashboard and under ‘Users’, choose Profile Fields. Add as necessary.
December 3, 2012 at 12:06 pm #146406In reply to: Removing ‘Global RSS Feed’
@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…
December 3, 2012 at 11:46 am #146402In reply to: Move group forum topic to different group
daneglerum
ParticipantThanks @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.
December 3, 2012 at 11:43 am #146401In reply to: Move group forum topic to different group
danbpfr
ParticipantHi,
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
December 3, 2012 at 10:57 am #146398In reply to: Removing ‘Global RSS Feed’
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
December 3, 2012 at 8:19 am #146394Vicky A M R
Participant@rogercoathup , It won’t works
you need to look here
December 3, 2012 at 8:15 am #146393Vicky A M R
Participantwell, worked , Thanks @rogercoathup
December 3, 2012 at 6:56 am #146388In reply to: buddypress VS bbpress
Paul Wong-Gibbs
KeymasterPrior 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.
December 3, 2012 at 5:46 am #146387In reply to: Forums not working
beingblissful
ParticipantHi 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!
🙂
December 3, 2012 at 5:02 am #146385In reply to: Quick Admin
December 3, 2012 at 4:48 am #146384In reply to: Convert Groups into Custom Taxonomies
December 3, 2012 at 3:26 am #146381In reply to: Forums not working
beingblissful
ParticipantHi 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!
🙂
December 3, 2012 at 12:15 am #146375In reply to: Move group forum topic to different group
daneglerum
ParticipantI’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.December 2, 2012 at 10:13 pm #146370In reply to: SEO for Member Pages Hack?
@ChrisClayton
ParticipantDecember 2, 2012 at 10:13 pm #146369In reply to: SEO for Member Pages Hack?
@ChrisClayton
ParticipantI 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.
-
AuthorSearch Results