-
Bunty replied to the topic How buddypress manages WPML urls in the forum Third Party Plugins 7 years, 5 months ago
Thanks @slaffik,
It helped me. 🙂
-
Mark elayan replied to the topic Actions not taken in the forum How-to & Troubleshooting 8 years ago
@slaffik i already disabled every plugin but bbpress and buddypress, but still same, .htaccess nothing modified but the expires and also tried without’em.
changed to many themes, but also still the same.
Maybe its something in the DB?
how can i clear all BB and BP from the DB? -
Paul Wong-Gibbs replied to the topic Too Many Redirects when activating BuddyPress in the forum Installing BuddyPress 8 years, 4 months ago
Yep, we missed a bug in testing. Will be fixed in 2.6.1.1 release later today.
We’re very sorry.
Please see linked thread above from @slaffik so we can update everyone in one place.
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 6 months ago
@slaffik https://github.com/21applications/bp-wpmandrill/blob/master/plugin.php
That’s for Mandrill. It relies on the fact that the wpMandrill plugin replaces wp_mail() so it gets the email data it needs, and just calls wp_mail().
Maybe you can use it as a base
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 6 months ago
Discussion with other person ended up with me not writing code. @slaffik I’ll try to get to this in the next day or two, but you need to implement your own
BP_Email_Delivery
class, likeBP_PHPMAiler
, and filterbp_send_email_delivery_class
, AND set bp_email_use_wp_mail to return false. -
Mark replied to the topic Need help combining bp_has_members() values to customize members loop in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @slaffik,
Just got home and did some additional testing. It is working! This ticket can be resolved. Thank you so much for all your help, really appreciate it.
Best Regards,
Mark -
Mark replied to the topic Need help combining bp_has_members() values to customize members loop in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @slaffik,
Replacing
$custom_ids_str = 'include=' . implode(",", $custom_ids);
with$custom_ids_str = implode(",", $custom_ids);
orreturn $custom_ids;
seems to have resolved my issue! I have to run out the door so I plan on doing more testing when I get home, but so far I believe it is working. After I get home and do some thorough testing I…[Read more] -
Mark replied to the topic Need help combining bp_has_members() values to customize members loop in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @slaffik,
The code I am using on in my template is below. I am positive females are online as this is running on my local box and I have multiple female and male testing accounts that I am using for testing.
<?php
[Read more]
$user_ids = my_custom_ids( 'gender', 'female' );
if ( bp_has_members( array( 'type' => 'online', 'include' => $user_ids ) ) ) :… -
Mark replied to the topic Need help combining bp_has_members() values to customize members loop in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @slaffik,
Thank you for helping me. Unfortunately, tried th function and it did not work. Do you have any ideas?
Regards,
Mark
-
Paul Wong-Gibbs replied to the topic Setting up Dummy users on BuddyPress on Local dev Machine in the forum How-to & Troubleshooting 11 years, 4 months ago
Yep. @slaffik‘s also done a BP-specific version, should you ever need a BP-specific content: https://wordpress.org/plugins/bp-default-data/
-
Anonymous replied to the topic Thousands of spam subscribers in the forum How-to & Troubleshooting 11 years, 9 months ago
-
@mercime replied to the topic Make Users Mods of the Activity Stream in the forum How-to & Troubleshooting 11 years, 9 months ago
But a good idea for a plugin
@slaffik +1 🙂
-
@mercime replied to the forum topic Buddy Press and theme custom community = error message in the group How-To and Troubleshooting 11 years, 12 months ago
Thank you @slaffik
-
Quint replied to the forum topic Update for buddypress 1.6.1? in the group BuddyPress Groups Extras 12 years, 2 months ago
Hello,
I’m running WP 3.4.2, BP 1.6.1, Extras 3.2.2. On the Admin dashboard, I can successfully create and save a field. However, starting with the General settings on the front end, none of the […]
-
Aron Prins replied to the forum topic Show avatar on buddypress large by clicking on it in the group Creating & Extending 12 years, 6 months ago
@SlaFFik What Jelle means is, if you click on the profile image, you’d see the actual image – for you here on BP.org it would be this url: […]
-
abyss replied to the forum topic Showing "," or nothing after udate in the group CD BuddyPress Avatar Bubble 12 years, 9 months ago
@SlaFFik hey, I wanted to know if you had any news. Thanks !
-
abyss replied to the forum topic Working only for admin if ”Friends” is disabled in the group CD BuddyPress Avatar Bubble 12 years, 9 months ago
@SlaFFik could you take a look at this ? 🙂
-
abyss started the forum topic Working only for admin if ”Friends” is disabled in the group CD BuddyPress Avatar Bubble 12 years, 9 months ago
Hey @SlaFFik ! first of all let me congratulate you, this is a very useful plugin !
My problem is that I’ve disabled friendship (in favor of following/followers scheme) and the bubble is only being display for […]
-
SlaFFik started the forum topic Localization – issues and po/mo files in the group BP GTM System 12 years, 9 months ago
Hi everyone,
I would like you to ask to help me translate BP GTM System into your native language. Currently I have:
1) Russian (100%) – @slaFFik
2) French (62%) – can’t find who sent me it (please contact […] -
Heiner posted an update 13 years ago
- Load More
@slaffik
Active 2 weeks, 4 days ago
@Lunarhorse
Could you please translate BP GTM System into your language?
Thank you in advance.
I am still having trouble getting this plugin to work. I will post in the forum
Follow this steps:
https://wordpress.org/support/topic/plugin-bp-gtm-system-gtm-172-not-working-gtm-database-tables-arent-being-created?replies=5#post-2552641