Search Results for 'buddypress'
-
AuthorSearch Results
-
October 27, 2015 at 1:37 am #246040
In reply to: BBpress & BuddyPress on Multisite
mrjarbenne
ParticipantCheck out this page, specifically option B: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
If you Network Activate BP, but then change what BP considers it’s “home” by adding this constant as described in that codex article:
define ( 'BP_ROOT_BLOG', $blog_id );
Then bbpress activity from your main/root domain should populate the activity stream of your BP subdomain.
October 26, 2015 at 11:35 pm #246039In reply to: Sending Form Data to Activity Stream
Henry Wright
ModeratorYou can add items to the activity stream with
bp_activity_add()
. You could use your form values to build thecontent
argument.Ref: https://codex.buddypress.org/developer/function-examples/bp_activity_add/
October 26, 2015 at 8:58 pm #246035In reply to: Error Logs with BuddyPress
Henry Wright
ModeratorI’ve recently installed Buddypress to my WP theme
Can you explain exactly the steps you took?
October 26, 2015 at 7:47 pm #246032In reply to: Error Logs with BuddyPress
Venutius
ModeratorHave you tried raising this with your theme’s creators, this seems more like a theme problem than a BuddyPress issue.
October 26, 2015 at 7:40 pm #246031In reply to: How to hide administrators from list members
pnet
ParticipantI have been searching for the same, hide admins from GROUP members list.
It seems all the forums point to https://buddypress.org/support/topic/hide-admin-from-members-and-activity/Which the second block of code does not work, for me anyway, breaks my site.
So how do I hide the admins from GROUP members list, not all members list, I have those hidden.
October 26, 2015 at 6:50 pm #246027In reply to: Activity stream font size
life5000
ParticipantThank you so much @henrywright and everyone too. Henry’s solution worked great for me. I do have a custom css in the design setting of my theme that allows customization without having to create a child theme. I added Henry’s code to the custom css section.
I now have a challenge of hiding some of the tabs on my buddypress profile page; like notification tab and forum tab. I’d like to hide those tabs without having to deactivate the plugins. I would so appreciate a solution.
Thanks so much again.
October 26, 2015 at 6:08 pm #246026In reply to: Advantages of BP Multisite
caesarhills
ParticipantI want to underline that for now I just need all the users/members to be connected to eachother; I don’t need separate networks, hope I’m making myself clear.
The website talk of a specific niche, so I want the users to be able to interact in every page of the website, including also the subites/subcategories of the network where the owners/admins on these mini websites/blogs post their buddypress content, for instance, commening a post, or commenting on a bp gallery pics and so onOctober 26, 2015 at 4:47 pm #246023In reply to: 403 Forbidden on register page?
Venutius
ModeratorFirst think I would try is to deactivate all of your other plugins and see if register works.
Another thing to try is to create a different page for register, point buddypress at that and see if that fixes it.
October 26, 2015 at 2:00 pm #246018In reply to: Adding custom page in group section.
shanebp
ModeratorThe Group Extension API is the best way to add a page & creation step.
October 26, 2015 at 12:14 pm #246014In reply to: Adding custom page in group section.
rgitsolutions
ParticipantI found a plugin which has all the features i needed. The problem is, it is not working.
Plugin name: BuddyPress Group Plus
October 25, 2015 at 8:48 pm #246011In reply to: Is Buddypress’ “Username” field mandatory?
Paul Wong-Gibbs
KeymasterWonder if this is related to https://buddypress.trac.wordpress.org/ticket/6685 ?
October 25, 2015 at 11:05 am #246001In reply to: Is Buddypress’ “Username” field mandatory?
Henry Wright
ModeratorWhich theme is that? BuddyPress doesn’t ask for 2 usernames. The WordPress username and the BuddyPress username are one and the same. It looks as though your theme is asking for it twice
October 25, 2015 at 8:50 am #245996In reply to: Welcome e-mail
Venutius
ModeratorNo I don’t think so.
The alternative is to change the text by way of creating your own translation of it using Poedit.
See the following:
The poedit program, used for editing and creating the translation files is available for free here:
October 25, 2015 at 8:01 am #245991In reply to: I can’t install group forums.
Venutius
ModeratorThat’s odd, there is no file called bb-config.php located in the root of standard installs, in fact on my install I cannot find a file of that name at all.
Either way I’m thinking that you mist have some sort of compatibility issue that is stopping bbPress from loading. Have you tried deactivating all of your plugins apart from buddypress and bbPress and trying again?
October 25, 2015 at 4:50 am #245987In reply to: Grid and List options Members and Groups
Rimon Habib
ParticipantFrankly saying, This is something concern of theme, not plugin, as plugin developer won’t know theme structure and styling users are using, unless they use BuddPress default template parts. I did that thing actually in one of my other plugin, BuddyPress User Account Type, It wasn’t good as I said, Its theme dependent.
But It is a nice feature to have actually, I am considering to develop a separate plugin soon for this feature, tho I need to see the feasibility first.
October 25, 2015 at 4:36 am #245986In reply to: Is Buddypress’ “Username” field mandatory?
jasonqw1
Participanthttp://162.208.8.170/wordpress/register-2/
Here is the link to the registration form.As you can see, the Username under “Account Details” apparently is the wordpress defauly username. And the Username on the right side is the Buddypress one. Did I configure something wrong?
October 25, 2015 at 1:11 am #245985In reply to: Activity stream font size
Henry Wright
ModeratorOctober 24, 2015 at 3:46 pm #245974In reply to: Activity stream font size
William
ParticipantBy the way @henrywright is one of the BuddyPress Core developers who joined team recently but look at where he said that the code should be put. He actually meant “style.css” not “function.php”. What do you say about this @style960? Even the core developer himself is not recommending the child theme!
October 24, 2015 at 2:56 pm #245969In reply to: Like Button
Venutius
ModeratorI’ve just tested WP ULike and it seems to work fine, you have to setup the buddypress and bbPress side of things but thats easy enough
October 24, 2015 at 2:02 pm #245965In reply to: Like Button
Venutius
ModeratorAnother option you might like to look at is WP Ulike, this is a like function that works on WP Posts, Buddypress Activity and also bbpress topics. so It’s got wider appeal.
October 24, 2015 at 1:44 pm #245962In reply to: APC object caching: BP input fields duplicated
maelga
ParticipantThis seems to to be a similar issue:
https://buddypress.org/support/topic/weird-profile-loop-error/October 24, 2015 at 1:32 pm #245959In reply to: APC object caching: BP input fields duplicated
maelga
ParticipantI’ll be curious to hear from developers who successfully set up Object Cache with Buddypress, especially using W3 Total Cache.
Anyone?
October 24, 2015 at 11:52 am #245954In reply to: Like Button
Henry Wright
ModeratorYou should report the problem you’re having on the plugin’s GitHub repo and hopefully they’ll be able to issue a fix.
October 23, 2015 at 10:31 pm #245944In reply to: Pay Now/Donate buttons on members profiles
danbp
ParticipantHi,
have you found this one ?
https://gitlab.com/WeFoster/buddypress-giveOctober 23, 2015 at 6:20 pm #245933shanebp
ModeratorScenario 1 is easy:
Create a template overload of this file:
\buddypress\bp-templates\bp-legacy\buddypress\members\single\profile\profile-loop.phpUse
bp_get_the_profile_field_name()
to determine of the current user should be able to see the field – based on the current member’s PMP level. -
AuthorSearch Results