-
bp-help replied to the topic BP Block Non Friends Activity in the forum Installing BuddyPress 10 years, 3 months ago
@informerfrk
You failed to mention it is a paid plugin and being that you are a new developer according to this thread: https://buddypress.org/support/topic/i-am-a-new-buddypress-plugin-developer-and-busy-to-create-a-new-plugin/
I don’t think it would be wise at this juncture in your development to expect people would pay for a small mod of the…[Read more] -
bp-help replied to the topic Cant add / see Activity post getting Warning: Division by zero in the forum Showcase 10 years, 4 months ago
@shashibhushan
https://buddypress.org/support/topic/only-friendsyou-in-activity-feed-has-solution-been-found/
Pay attention to this thread using @shanebp ‘s solution. -
Henry Wright replied to the topic [Resolved] Show only members with Avatars on Member Loop in the forum How-to & Troubleshooting 10 years, 5 months ago
But heโs also checking facebook avatars, so the flag needs to account for that.
@shanebp good point. That’s a game changer unless there’s a hook for that too?
-
Henry Wright replied to the topic Display total number of contributors in the forum Installing BuddyPress 10 years, 6 months ago
Further to @shanebp‘s method, WordPress has a native function called
count_users()
which can be used to get the number of users in each role.https://codex.wordpress.org/Function_Reference/count_users
$users = count_users();
// display total users (if you want to).
echo $users['total_users'] . ' total users';// display count for…[Read more]
-
Henry Wright replied to the topic [Resolved] Mobile Billing in the forum Creating & Extending 10 years, 6 months ago
That is a massively good point @shanebp – could you even go up one level again and use
init
? -
Henry Wright replied to the topic How can one member block another member? in the forum How-to & Troubleshooting 10 years, 6 months ago
@shanebp 1+ to BuddyBlock, looks good!
-
OC2PS replied to the topic Is it possible for group owner/modifier not to be a member of the group? in the forum Installing BuddyPress 10 years, 7 months ago
Thanks, @shanebp
Will try and report back.
-
Craig replied to the topic Email Notifications in the forum How-to & Troubleshooting 10 years, 7 months ago
Thanks @shanebp, I’ll try that.
In the meantime I’ve found a plugin that works really good.
-
Andrea Reed replied to the topic BuddyPress Capabilities? in the forum How-to & Troubleshooting 10 years, 7 months ago
@shanebp Thanks for your positive and supportive response! I’m excited to learn more about BuddyPress and all it can do!
-
Hugo Ashmore replied to the topic Making Plugin activity show in Activitiy Stream in the forum Third Party Plugins 10 years, 7 months ago
It is not a case of not being willing to help but as @shanebp pointed out how to help is the problem, generally on tech forums an idea of what has been attempted or what exactly is the issue run up against is looked for, you mention a link to the codex but state your skills are not sufficient thus the only advise that can really be…[Read more]
-
Gem @White Rabit replied to the topic Making Plugin activity show in Activitiy Stream in the forum Third Party Plugins 10 years, 7 months ago
@barney92 I’m not making any excuses and you should know better than to attack some one over a simple spelling mistake. However I must thank you as you have made this post more active than any of my others. Maybe I will get some help.
@shanebp I know that it is a premium plugin. I know there for it costs money. However I have always been told…[Read more]
-
Leendert van der Ree replied to the topic field visibility in the forum How-to & Troubleshooting 10 years, 7 months ago
@shanebp Had support from the developer of xprofile. He thinks has something to do with buddypress. I don’t know. What I do know is that if I have the following code in the members-loop file:
<?php $hidden_fields = bp_xprofile_get_hidden_fields_for_user(bp_get_member_user_id()) ; ?>
<?php if (xprofile_get_field_data(‘field_name’) &&…[Read more] -
Leendert van der Ree replied to the topic field visibility in the forum How-to & Troubleshooting 10 years, 8 months ago
@shanebp Thanks. I used the code and put it in the members-loop. No result. I can see the fields in the admin section as well as in the profile. I can change visibility to one of the four possibilities. But none shows up in the members listing. I don’t get it.
-
Henry Wright replied to the topic How I hide my un-wanted profile tabs in the forum Installing BuddyPress 10 years, 8 months ago
@shanebp so does the language folder get overwritten on WP upgrade? If it does then get text is the way to go every time in my opinion. If it doesn’t then I can see no wrong in the use of a language file.
-
Henry Wright replied to the topic How I hide my un-wanted profile tabs in the forum Installing BuddyPress 10 years, 8 months ago
@shanebp just wondering, is there an advantage of filtering gettext over a introducing a language file and using Poedit? I was told recently using a language file isn’t a good idea. See here
-
Henry Wright replied to the topic Using get_post_meta() in activity stream in the forum Creating & Extending 10 years, 8 months ago
There is actually a Trac ticket open for this. Just came across it:
-
Henry Wright replied to the topic Using get_post_meta() in activity stream in the forum Creating & Extending 10 years, 8 months ago
@lonepalmus post meta should be available!
As @shanebp pointed out Site Tracking – are you sure you have it enabled? If it isn’t enabled
bp_blogs_activity_new_post_content
won’t fire. -
Henry Wright replied to the topic Warning: Missing argument 2 for bp_modify_page_title() in the forum How-to & Troubleshooting 10 years, 8 months ago
Definitely what @shanebp said! ๐
-
Peter Hardy-vanDoorn replied to the topic user init errors with bp_setup_current_user & bbp_setup_current_user in the forum How-to & Troubleshooting 10 years, 9 months ago
Thanks @shanebp, yes I know how to trouble-shoot WP – I was hoping that, since it’s reporting as coming from WP’s functions.php, this might be a known issue, so thought I’d ask first before taking the site offline.
I have my wp-debug set to write to a log file. I cleared the file and loaded one page, and saw the 2 errors repeated 4 times. So,…[Read more]
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 10 years, 10 months ago
@shanebp – those examples and hooks don’t apply to group member pages (which you assumed correctly, that’s what i’m currently playing with).
- Load More
@shanebp
Active 6 hours, 10 minutes ago