Replies
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.
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.
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 week, 6 days ago by
Stephanie. Reason: Edit for clarity
- This reply was modified 1 week, 6 days ago by
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
StephanieThank 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