Replies
- Stephanie on March 14, 2025 at 7:46 am in reply to: [Resolved] Can we remove featured members automatically? #55191
I installed and activated “Advanced Cron Manager – debug & control” and it has a list of jobs scheduled, but I can’t find or identify which one would be the job scheduled to automatically remove the featured member. For example, I don’t know if it is the “woocommerce_tracker_send_event” since featured membership can be purchased via Woocommerce, or if it is “puc_cron_check_updates-buddypress-member-type” cause the name is about buddypress member type.
- Stephanie on March 14, 2025 at 7:28 am in reply to: How to customise the buddypress featured members display? #55190This reply has been marked as private.
- Stephanie on March 14, 2025 at 7:27 am in reply to: How to customise the buddypress featured members display? #55189
Hello Brajesh,
Thanks for your email.By not working I mean that the codes I tried had no visual effect at all.
I tried your suggestion of removing the quotes and there was some effect but not ideal and not every customising shortcode I tried worked. I have an example page. As it is a test site and may be deleted in the future, I will add the link as a private reply in a following post.This is what I tried to change the slider speed:
[bp-featured-members view=slider slide-speed=4000]
For me on Firefox 115.21.0esr, it slides slowly but it slides back and forth in both directions and it looks very awkward. On Chrome, (I have an outdated version of Chrome so it might not display correctly), it slides in one direction but then it suddenly jumps.)
I tried to add other shortcodes for other customisations, like this:
[bp-featured-members view=slider slide-speed=4000 slide-pauseOnHover=1]
I assumed that the 1 in
slide-pauseOnHover=1
means “on”, since the plugin page says the default is 0. But when I hover over it, it doesn’t stop sliding.
- Stephanie on March 14, 2025 at 7:10 am in reply to: [Resolved] Can we remove featured members automatically? #55188
Hello Brajesh,
Thank you for the explanation, I understand it now. I will try a cron job debugger and see how I go.
- Stephanie on March 5, 2025 at 11:37 am in reply to: [Resolved] Can we remove featured members automatically? #55173
Hello,
I am trying to change the duration of the featured member validity period in the expirable membership code mentioned above. I noted you said “Please change days from 7 to 30 in this.”.
I would like to check something, because when I tried changing the number of days to 1 (so that I don’t have to wait a long time to see if worked), it didn’t work.
When I looked at the code, on line 59 the comment says
Setup hourly cronjob to remove featured members
and on line 64 it sayswp_schedule_event( time(), 'hourly', 'bp_fma_remove_featured' );
. Note that they both say “hourly”. As I understand it, cron jobs that run hourly is more accurate to the day than cron jobs that run daily since it would run 24 times in a day and check for expiration 24 times, so maybe this isn’t an error.But then on line 76 it says “How much time to expire.” and the time is in seconds, not days or hours, as written on line 81 where it says
DAY_IN_SECONDS
.So my question is this: my featured members are not expiring – I put 1 for 1 day on line 81 where it originally says
return 7 * DAY_IN_SECONDS;
.What am I doing wrong, should it say “DAY_IN_HOURS” instead, or am I supposed to write the duration of the number of days in seconds format (ie “86400” for 1 day) so it looks like “return 86400 * DAY_IN_SECONDS;”?
Thank you
Stephanie- This reply was modified 1 month, 2 weeks ago by
Stephanie. Reason: Edit for clarity
- This reply was modified 1 month, 2 weeks ago by
- Stephanie on March 4, 2025 at 11:17 am in reply to: How to customise the buddypress featured members display? #55167
Hello Brajesh and Ravi,
Sorry to re-start an old topic. I tried this and I could get the slider to show, but I couldn’t figure out how to use the other customisation variables. I am not a developer but based on the little I do know from experience that I picked up, I tried the variables from this page: https://buddydev.com/plugins/bp-featured-members/.
For example for the slider speed, I tried
[bp-featured-members view="slider" slide-speed="1000"]
since it said (int) where int means integer and the default is 400 (miliseconds I presume) so I put 1000. I also tried
slide-pauseOnHover
and
max
using
=""
format as well as the for example max() format, and placed it immediately after the default
[bp-featured-members view="slider"]
shortcode between the two square brackets but nothing worked. Not sure if I am using the wrong code format or if there is a conflict with the theme. I am using a child theme of the BuddyX theme.I have version 1.1.3 of the Buddypress Featured Members plugin, wordpress Version 6.7.2, and a child theme of BuddyX version 4.7.7.
Thank you
Stephanie - Stephanie on January 13, 2025 at 1:02 pm in reply to: [Resolved] Lost page 404 when user change their username #54642
Hello Brajesh,
Thank you for the reply.
I checked it and I can confirm it works perfectly now.Thank you! Setting this to resolved now.
Stephanie - Stephanie on January 3, 2025 at 7:38 am in reply to: [Resolved] Lost page 404 when user change their username #54464
Sorry Admin, I don’t know how I posted this in the premium support/themes category. Please move this if you can or delete and I can re-write this question in the appropriate category.
- Stephanie on December 17, 2024 at 1:14 pm in reply to: [Resolved] How to REMOVE name autocomplete and ability to message multiple people #53898
Thank you Brajesh, it works perfectly with Buddypress Nouveau!
I will close this topic now.
- Stephanie on December 17, 2024 at 12:32 pm in reply to: [Resolved] How to REMOVE name autocomplete and ability to message multiple people #53896
Thank you Brajesh for such a fast same day response.
Yes, I should have mentioned that I am using Nouveau. I will have a look at the functional differences between Legacy and Nouveau.
Is there also a way to stop people sending messages to more than one person at a time?
Thank you
Stephanie