Search Results for 'wordpress'
-
Search Results
-
i want to be the only one able to view the link as the admin. When users are viewing their notifications in the right side, there are links to WordPress.org on the left side. I don’t think this part is relevant to my users based on the forums they are discussing.
Any advise Please?
Special thanks to @valuser and @shanebp for helping create a custom member directory by adding the Buddypress members-loop.php to my themes page.php, and renaming it page-local-members-php.
*For the step by step, here is the link to the discussion – https://buddypress.org/support/topic/how-to-display-additional-member-directory/#post-251127
There are now two Directories listed on the website. The current issue resides with the styling. The original member directory appears to obtain its structure from the Buddypress index.php file located in the public_html/cosnetwork.us/wp-content/plugins/buddypress/bp-themes/bp-default/members-folder, while the Secondary ‘Custom’ member directory is missing the original functions like the search, role search, order by, and some basic css such as removing the bulletins on the member list.
What would be the best solution to fix this.
Would adding the code from index.php file from the public_html/cosnetwork.us/wp-content/plugins/buddypress/bp-themes/bp-default/members-folder solve it?
*I wonder, would it be possible to make an additional page template that would shows on the wordpress frontend part of the plugin on the Dashboard/settins/buddypress/pages section as an additional directory.
That way you could route it from to a page from the front end the same way you route member, activity stream, register, and activate page keeping all files it in the buddypress folder.Hi,
I have a site using buddypress 2.4.3 where all buddypress functionality must be private (requires login) while the blog part is public.
The problem is that the Activity feed was being crawled by feedly and other services, thus breaking our users privacy.
Searching on google I found out this topic:
https://buddypress.org/support/topic/disable-all-rss-feeds/
And when trying to apply the fix I realised the code was outdated, therefore I leave here the updated code:
function cherrypick_custom_bp_remove_feeds(){ remove_action('bp_actions', 'bp_activity_action_sitewide_feed'); remove_action('bp_actions', 'bp_activity_action_personal_feed'); remove_action('bp_actions', 'bp_activity_action_friends_feed'); remove_action('bp_actions', 'bp_activity_action_my_groups_feed'); remove_action('bp_actions', 'bp_activity_action_mentions_feed'); remove_action('bp_actions', 'bp_activity_action_favorites_feed'); remove_action('bp_actions', 'groups_action_group_feed'); } add_action('init', 'cherrypick_custom_bp_remove_feeds');And on pastebin:
I can confirm it is working fine on:
- WordPress 4.4.2
- BuddyPress 2.4.3
Hope this is helpful!
I’m not sure when this started, or why, but going into my BuddyPress Settings now, I am completely unable to make any changes to the Components and Pages tabs because there is no “Save Settings” button to save my changes.
Strange enough, the Options tab still has this button…I’ve already looked around, and tried changing my theme, and that hasn’t worked, neither has disabling other plugins.
I also tried completely uninstalling and re-installing BuddyPress from WordPress, and deleting leftover databases, which also hasn’t worked.I’m running the latest BuddyPress Version 2.5.1 on WordPress Version 4.4.2.
Thanks in advance.WordPress 4.4.2
BuddyPress 2.5.1Not sure how to change up the form where users would update their extended profile.
I was able to setup a custom registration page by copying the source file to here and making my changes…
/wp-content/themes/genbu-child/buddypress/members/register.php
On the user Profile – Edit page I’m seeing the different fields I wanted to include, but wanted to add some extra description to the three birth date menus that show up. Is there a file similar to register.php I could copy to my child theme and fix up the HTML how I want it?
I am experiencing this error within BuddyPress. It is only when I attempt to upload a profile image for the member in the Change Profile Photo option.
I have a php.ini file in the main directory that has the following settings –
memory_limit = 256M;
max_execution_time = 180;
upload_max_filesize = 20M;
post_max_size = 20M;
max_input_vars = 3000;
I have also set the wp-config file with this setting – define( ‘WP_MEMORY_LIMIT’, ‘256M’ );Updating these files by increasing memory has not solved the BuddyPress Upload Failed! issue.
Uploading the same image within WordPress’s media directory works great.
The image size that I am trying to upload as a profile image within BuddyPress is 19kb, it’s resolution 72 pixels.
BuddyPress does allow me to upload a cover image that is 169KB.
BuddyPress does not seem to allow any kind of file size to be uploaded for the member’s profile image. It may have something to do with the Profile Image configuration. Is there a configuration that is specific for the profile image?
The /bp-core/bp-core-avatars.php file has this code –
if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 50 );if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 150 );if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 150 );if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’ ) )
define( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 450 );if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’ ) ) {
define( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, bp_attachments_get_max_upload_file_size( ‘avatar’ ) );
}if ( ! defined( ‘BP_SHOW_AVATARS’ ) ) {
define( ‘BP_SHOW_AVATARS’, bp_get_option( ‘show_avatars’ ) );Does there need to be something different in the following line of code?
if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’ ) ) {
define( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, bp_attachments_get_max_upload_file_size( ‘avatar’ ) );Hello
Thank you for your work on the development of Buddypress.
I was looking for a solution to your problem and found this topic https://buddypress.org/support/topic/bp-1-1-3-display-non-member-comments-in-site-wide-activity-stream/
6 years ago it
I now have the same problem. Comments non-member are not displayed in the activity stream. Plugin recommended 6 years ago marked obsolete. Is there something modern solution to this problem?
I see this problem on the local host (this is a non-working site). I want to solve this problem and migrate the solution to the working site
Wordpress ver 4.4.2–ru_RU
Buddypress ver 2.5.1
Default theme
Installed new
The problem occurs in the absence of other plug-insTopic: Add @mentions in plugin
Hey Guys,
I hope this is in the right section.
I’m using awpcp for wordpress to create a classified ads website (for people to swap stuff they no longer use, not sell it!)
Awpcp has a comment form plugin but it’s extremely basic, at the moment it’s just adding plain text to the bottom of the page when someone comments.
I’ve been able to edit it so the username links to the users buddypress profile, but I’d really like @mentions to link to profiles and send notifications to users tagged, appear in activity feeds, etc.
Right now it just shows up as plain text.
Can anyone steer me in the right direction as to how I might achieve this?
Cheers guys 🙂
PLease help.
Activity and profiles of my members are showing up in Google search results. This is totally not cool! Even when you’re not signed in you can see the content! My members are people with ADD en ADHD and privacy is very important! I don’t want my members to show up in search results. Most of them don’t want this and it’s bad for the succes of my community.
What can I do?
http://www.adhdpositief.nl (is in Dutch)
wordpress 4.4.2
theme dynamixPLease help.
Activity and profiles of my members are showing up in Google search results. This is totally not cool! Even when you’re not signed in you can see the content! My members are people with ADD en ADHD and privacy is very important! I don’t want my members to show up in search results. Most of them don’t want this and it’s bad for the succes of my community.
What can I do?
http://www.adhdpositief.nl (is in Dutch)
wordpress 4.4.2
theme dynamix