Search Results for 'buddypress'
-
AuthorSearch Results
-
December 3, 2014 at 4:41 pm #230068
In reply to: [Resolved] Activity Feed /RSS Filtering
danbp
ParticipantGive this a try – add to bp-custom.php or child-theme functions.php
This will show only blog activities on site/user activity & rss page.
function bpfr_filtering_activity( $retval ) { $retval['object'] = 'blogs'; return $retval; } add_filter( 'bp_before_has_activities_parse_args', 'bpfr_filtering_activity' );Codex reference: https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/
December 3, 2014 at 4:01 pm #230065danbp
ParticipantYou could try 2 exprimental plugins published by @imath to achive your goal. Read details here:
1) http://wptavern.com/experimental-buddypress-plugin-adds-finer-controls-for-public-groups
2) http://wptavern.com/new-plugin-adds-taxonomies-to-buddypress-groups#1 would probably be the nearest, even if the description won’t go to the group activity page 😉
As you know, too much information kill the information.
December 3, 2014 at 3:33 pm #230059In reply to: [Resolved] Error 404
Security
ParticipantHi @krglok the issue seems to be with your permalink structure you have to goto your wordpress dashboard>>settings>>permalinks and select the structure something like this yoursitename.com/sample-post-name now save the settings and try vising your buddypress pages the problem should be resolved,if not make sure you have set the pages for respective components in buddypress settings for this goto dashboard>>settings>>buddypress>>pages tab and set and save the respective pages as explaned in the link provided by @danbp above.
Note:You may have to create the pages if they are not already there thanksDecember 3, 2014 at 11:26 am #230051In reply to: Buddy Press Memory Spikes
tim_marston
ParticipantThanks @henrywright
Here is the list:
Admin Tweaks
Advanced Excerpt
Antispam Bee
bbPress
Bowe Codes
BP Auto Activate Autologin Redirect To Profile On Signup
Bp Clear Notifications
BP Group Activities Notifier
Broken Link Checker
BuddyBlock
BuddyPress
Buddy Press Activity Ads
BuddyPress Activity as Wire
BuddyPress Activity Comment Notifier
BuddyPress Activity Privacy
BuddyPress Block Activity Stream Types
BuddyPress Live Notification
BuddyPress Profile Visibility Manager
BuddyPress Security Check
BuddyPress Usernames Only
Delete Expired Transients
Duplicator
Email Login
Facebook Like User Activity Stream For BuddyPress
Google Analytics +
Imsanity
Infinite SEO
Insert Headers and Footers
Mailjet for WordPress
Menu Items Visibility Control
OPcache Dashboard
Post Voting
Pretty Link Lite
Query Monitor
Random Banner
rtMedia for WordPress, BuddyPress and bbPress
rtMedia Pro
s2Member Framework
SearchWP
SearchWP bbPress Integration
Social Likes
Subscribe To Comments
User Activity
Wordfence Security
WordPress FAQ Manager
WP-DBManager
WP-Memory-Usage
wp-Monalisa
WPBakery Visual Composer
WP Better Emails
WP External Links
WP Maintenance Mode
WPMU DEV Dashboard
WP Widget CacheDecember 3, 2014 at 10:09 am #230048In reply to: Social Icons Profiles BP
danbp
ParticipantBoone’s plugin didn’t work anymore correctly with BP 2.1.
Try this instead:
https://buddypress.org/support/topic/social-media-link-icons-in-profiles/December 2, 2014 at 6:08 pm #230022In reply to: [Resolved] Unable to post in activity stream
irieside
ParticipantThanks for replying. Where do I find the WordPress settings? Under settings in the dashboard I only have access to buddypress and general settings, along with other plugin settings.
I’m at a very amateur level with PHP, if I can avoid it that would be best. But simple adjustments are doable.
I’ve installed that plugin, but members still report that they are unable to post. If I can adjust the ‘spam’ filter that would be awesome, to allow nearly everything besides multiple links.
December 2, 2014 at 3:20 pm #230020In reply to: [Resolved] Error 404
danbp
Participantfirst of, ensure you correctly downloaded buddypress, than reinstall it.
Then follow the codex, step by step
December 2, 2014 at 2:37 pm #230017In reply to: [Resolved] Error 404
Krglok
ParticipantI found the issue.
i must change the permalinks to “Beitragsname” localhost/wordpress/Beispielbeitrag/with this option the create buddyPress groups will run.
Puh, almost a little bit confousing about what the the right option.
a little hint in installation or setup will be helpfull.
thanks.
December 2, 2014 at 11:24 am #230013In reply to: Buddy Press Memory Spikes
tim_marston
Participant@djpaul thanks for join the thread. Here is a copy and paste from an email my host sent me:
The other day whilst we were on the phone I was able to view the potential issue in realtime and I could see that there were a growing number of PHP processes being spawned on the server and the RAM consumption of each process kept increasing.
I have attached a screenshot of my findings, although I do not recommend that you include this on any forum as it does include some sensitive information.
The top left section of the screenshot displays the TOP output of your server. As you can see most of the entires were from the Phoenix user, and each process was consuming between 95-259MB of RAM each. This kept growing.
The bottom left section was an Strace output from one of the PHP PID’s, which allows you to see exactly what a processes is doing. Each process referred to the same thing, which was something to do with buddypress.
The top right section displayed entires from the access log in realtime. As we discussed I believe the buddypress plugin loads content dynamically without having to refresh the page, which would explain the low activity in the access log.
The bottom right section was from the MySQL server. It displays the MySQL process-list, which was fine.
Ideally I would first try to find a buddypress developer and then provide them with that output, as it may help point them in the right direction to find out why your site consumes too much RAM.
Hopefully this may shed more light on my problems? Any help form anyone greatly appreciated.
December 2, 2014 at 9:55 am #230006Paul Wong-Gibbs
KeymasterWe want it, too! There used to be some plugins around that did this for BP (I wrote one myself, in fact), but all the ones I know of are a few years old and probably out of date/won’t work any more.
Hopefully someone can suggest something to help you out now, but I just wanted to comment and let you know this is something I think will get added to BuddyPress in one of the future releases (sooner rather than later).
December 2, 2014 at 9:53 am #230005In reply to: Buddy Press Memory Spikes
Paul Wong-Gibbs
KeymasterHow do your team think it’s related to BuddyPress? If you have data that suggests that’s the problem, can you give us the details, so we can look into it?
December 2, 2014 at 9:51 am #230004In reply to: [Resolved] activation is wrong
Paul Wong-Gibbs
KeymasterIt’s not wrong. If BuddyPress is enabled, then we use our own registration URL (the first one in your post).
December 2, 2014 at 4:14 am #230000In reply to: [Resolved] Unable to post in activity stream
irieside
ParticipantUpdate: I just found all the dead posts in the spam folder of ‘Activity’ how can I stop buddypress from labeling certain posts as spam?
December 2, 2014 at 3:40 am #229998In reply to: Deliver Custom Message via BuddyPress to new users
Henry Wright
ModeratorInstead of using
messages_new_message()to send a private message, you’d usebp_activity_post_update()to post an activity update. Note that the function accepts different arguments so you’ll need to amend those.See here for more info on the function.
December 1, 2014 at 7:38 pm #229986In reply to: [Resolved] Photo Profile
Icaroferreira
ParticipantThank you henry, but the photo that I selected is great and BuddyPress appears small, then, should not lose resolution.
December 1, 2014 at 4:34 pm #229983In reply to: [Resolved] Photo Profile
Henry Wright
ModeratorMost likely this is because your theme is displaying an enlarged version of a tiny image.
See this link which shows you how to customise the default BuddyPress avatar sizes: https://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/
December 1, 2014 at 4:12 pm #229980In reply to: Buddy Press Memory Spikes
tim_marston
ParticipantHi @shanebp thanks for commenting, no I tihnk that was just an error by my developer. Everything points to Buddypress and not RT Media but I will check the cron jobs and post back asap.
December 1, 2014 at 2:44 pm #229979In reply to: Buddy Press Memory Spikes
shanebp
ModeratorAlthough we cannot find the problem *precisely*, everything points to
BuddyPress media.By ‘BuddyPress media’ do you mean RT Media ?
Is RT Media running any cron jobs?December 1, 2014 at 12:45 pm #229977In reply to: Buddy Press Memory Spikes
tim_marston
ParticipantReply from my developer to the question “finally have you been or are you able to try isolating any of those other plugins?”.
“Isolating plugins is actually the very first step we took in this type of process (fault-finding), then themes, etc. – all the way through until everything has been checked individually. All of this has been checked and re-checked (several times, by several people).
Although we cannot find the problem *precisely*, everything points to
BuddyPress media.”I should say that we’ve been looking at this fault for around a year now so its likely we’ve checked all the obvious issues.
December 1, 2014 at 10:37 am #229973In reply to: [Resolved] Admin toolbar: disable buddypress section
robertosalemi
ParticipantResolved (this time for good!):
function admin_bar_remove_this(){ global $wp_admin_bar; $wp_admin_bar->remove_node('my-account-buddypress'); } add_action('wp_before_admin_bar_render','admin_bar_remove_this');Thanks.
December 1, 2014 at 6:56 am #229966Hiren Purohit
ParticipantThanks for your reply.
I already do customization for activity like/unlike.
WP ulike provide for post and activity. I want for like/unlike for buddypress comments.
November 30, 2014 at 4:52 pm #229954In reply to: Comment to Updates not triggering notification
@mercime
Participant@hypnoscribe @milenushka @style960 default notifications are posted at https://codex.buddypress.org/member-guide/notifications/ set up in your Profile Settings > Notifications panel. If the feature you need is not available, do create a ticket in BP Trac. Log in using your WP username and password.
November 29, 2014 at 11:21 pm #229941danbp
ParticipantCSS works, so far i know, by class and ID’s, so you can use it where you want, independantly of any page or region.
FYI, the group listing use the group template. More here:
https://codex.buddypress.org/component/groups/November 29, 2014 at 7:16 pm #229927danbp
Participanthi @mulysatest,
get inspired by this article:
Basically it’s a css work. See step 7 from that howto.
Codex reference
November 29, 2014 at 7:06 pm #229925In reply to: Restrict private messages
Henry Wright
ModeratorHi @zorro1965
There’s a hook available in BuddyPress called
messages_message_before_savewhich can be used to do things before a message is sent. So, you could write a function which checks to see if a member has authorisation to send a message and bail if not. You’d simply hook your function tomessages_message_before_saveSee here for more info on how to utilise hooks.
-
AuthorSearch Results