Search Results for 'buddypress'
-
Search Results
-
Hi All,
Bit of a BuddyPress n00b here. I’m looking to edit the ‘Activity’ section when a user goes to their profile page so that they can’t post status updates. While I’m not specifically asking how to do this, I have a more n00bish question.
In order to edit something like what I’ve mentioned above, I’ve gone through the back-end of WP and looked at all WP settings in the admin area. Generally with other plugins I have, basic functionality changes are options that one can change in the WP admin area. Is this not the case with BuddyPress? Unless I’ve completely missed something simple, does this mean that a small functional change as I’ve mentioned above will require direct code amendments to specific files?
Thanks for the help/info.
I have to hide some nav menus of bp users’ profile page from other users. I using the following function to do so. That was working fine.
/* BuddyPress profile nav menu restrictions */
function bpex_hide_profile_menu_tabs()
{if (bp_is_active(‘xprofile’)) :
if (bp_is_user() && !bp_is_my_profile()) {
// BP’s profile main menu items. Comment those to show.
// bp_core_remove_nav_item( ‘activity’ );
// bp_core_remove_nav_item(‘profile’);
bp_core_remove_nav_item(‘friends’);
bp_core_remove_nav_item(‘groups’);
// exist only if you use bbPress
bp_core_remove_nav_item(‘forums’);
// bp_core_remove_nav_item(‘activity’);
bp_core_remove_nav_item(‘following’);
bp_core_remove_nav_item(‘followers’);
bp_core_remove_nav_item(‘bookmarks’);
bp_core_remove_nav_item(‘activity’);// BP’s profile main menu items. Comment those to show.
bp_core_remove_subnav_item(‘activity’, ‘personal’);
bp_core_remove_subnav_item(‘activity’, ‘friends’);
bp_core_remove_subnav_item(‘activity’, ‘groups’);
bp_core_remove_subnav_item(‘activity’, ‘following’);
bp_core_remove_subnav_item(‘activity’, ‘feed’);
}
bp_core_remove_subnav_item(‘activity’, ‘mentions’);
bp_core_remove_subnav_item(‘activity’, ‘favorites’);endif;
}
add_action(‘bp_init’, ‘bpex_hide_profile_menu_tabs’, 15);I have this navigation menu for the bp user on the header by default. When I am viewing other’s profiles the nav menus inside the user’s header menu also get hidden.
Is there any other ways to do this.
I am using the latest version of WordPress 5.4.2, BuddyPress 6.0.0, and BuddyX Theme 1.3.7.
BP xProfile Fields are terrific.
As admin, is it possible to show via the Dashboard, a list of all the contents of each xProfile Field?
Thank you.
—
WP v.5.4.2
BP v.6.0.0When making BP Groups, I opted not to have Fora, as I already have these set up for users in bbPress.
BP still shows a ‘Forums’ link from the Groups page though. This is confusing for users, as there are no fora there!
How do I set the BP Group Forums link so that it does not show?
Thank you.
—
WP v.5.4.2
BP v.6.0.0Hi
I was just going through the code and I found a small code Correction, not any major Bug.
In the file – buddypress/bp-core/admin/bp-core-admin-tools.php
In function bp_core_admin_debug_informationIn code –
'value' => implode( wp_list_pluck( $active_components, 'title' ), ', ' ),Should be –
'value' => implode( ', ', wp_list_pluck( $active_components, 'title' ) ),implode(): Passing glue string before array….
Hope it helps you.
Have set up BuddyPress Groups. I opted not to have forums (fora), because I already have nice fora set up in bbPress.
When I view a User’s BuddyPress profile, I see the user’s BuddyPress sub-menu showing :
Home | Activity | Profile | Notifications | Messages |Friends | Groups |Forums | Settings
When I click on ‘Forums’, a page comes up saying:
Forum Topics StartedOh, bother! No topics were found here.
…It seems as if BuddyPress is pointing the User to non-existent BP fora.
How can I either:
(i) HIDE the BP ‘Forums’ sub-menu item (users can access the bbPress fora from a WP widget)
OR
(ii) Make the BP ‘Forums’ sub-menu item link to the bbPress which I have fora already made.
?
Thank you.
Hello,
I am working on a subdomain for a client: https://forum.secretsofpakistan.com/
I put a few public Groups on the Homepage, but I can only click on them when I am logged in to the WP site.
When I am logged in, I can visit https://forum.secretsofpakistan.com/groups/uk-nationals-in-pakistan/ e.g. but whoever is not logged in will land on the Homepage of the website.
I already went to Settings – Permalinks and selected “Post Name”.
WordPress Version 5.4.2
BuddyPress Version 6.0.0
Theme AardvarkDoes anyone has an idea how to make the Group pages visible for non-logged in visitors?
I have a developer building a website for me but I’m curious if it is possible to create a social network, say like a Facebook/buddypress plugin that requires the user when they submit or create a post, to select tags for that post so it is searchable across the website.
For example camping network or website like facebook for just people who like camping.
They make a post:
Upload a photo of their tent etc.
Then are required to select tags:
Categories/Type of photo: Camping setup photo, food photo, landscape photo etc
Type of shelter: RV or Vehicle Tent or Ground Tent or Man Made
State Camping: Select State photo was taken
Date Photo taken: Select date
EtcThis way someone comes to the website and chooses to follow and only pay attention to their newsfeed or they use the search option and maybe they want to go camping in NY so they search: New York, Ground Tent, Setup Photo and it filters all of the posts to those tags that have been posted in the site…is this possible??
My idea is for a different niche but trying not to give it away.
Hi,
I am using this code to pull social links from xprofile fields into the users profile header:
function bpfr_socialize_profile () {
echo '<br>'; // don't remove !
if ( $data = bp_get_profile_field_data( 'field=Twitter ' ) ) :
?>/" target="_blank" title="Twitter"><i class="icon-twitter"> </i>Test Twitter
<?php endif;
I am looking to do the same but with custom urls. So for instance if they type in Buddypress.org, that text will appear in the header and link to the website. I am no coder and with a few tweaks of above code, I can get it to show the url, but only with the text that I choose myself displayed in </i>Test Twitter. I want the text which the user types in to appear. I have searched some tutorials and tried a few different options but nothing works, I wish I could code! 😀 Hopefully this is easy enough. Can anyone help?
EDIT: If its easy enough, I would prefer the text to show in a form of a button, but text will do for now.
Thanks in advance.
Chuck.
I am trying to figure out how to get the excerpt from a blog post to appear in the BuddyPress activity stream without displaying the Divi Shortcode. I wrote to Elegant Themes and they want me to add yet another plugin. My website is already plug-in heavy and I am trying to avoid future conflicts. I am sure there must be a simpler fix.
You can see an example of what I am talking about here: https://www.notyouraverageamerican.com/activity/
Scroll down to the post Your Ecuador Pre-Trip To-Do List.
PS – I am not a coder.
Hi,
Is there a way to stop users being able to tick the checkbox and use weak passwords while updating their password through BuddyPress? I have googled and found various answers of how to enforce strong passwords, and also code to remove the option to allow it, but for WordPress, not specifically BuddyPress. However, none of the things I have tried have worked.
I’m even struggling to hide it uses CSS and using !important as it is overridden.
I am using the latest WordPress/BuddyPress and the Woostify theme. My website is https://segauniverse.com, however you need to be registered to access BuddyPress (under Community/SEGA Chat).
I don’t want users to be able to select a weak password, as they can select a 1 letter password or basic word, and i think this is a security risk.
Thanks
Topic: timestamp issue
Hey everybody,
I’ve install the buddypress plugin and every thing works fine.
Just the Time is wrong.The Time “message sent” is always 3 hours behind the real time it was sent.
also the time from the activy, from auser, shows in the future it say “in 4 hours”.But if i get a Notification of a message, there is the correct time shown.
any Idea?