Giter Site home page Giter Site logo

Active users about bp-wake-up-sleepers HOT 5 OPEN

anfeloga avatar anfeloga commented on September 15, 2024
Active users

from bp-wake-up-sleepers.

Comments (5)

vfowler avatar vfowler commented on September 15, 2024

http://wordpress.org/extend/plugins/autochimp/ might be the answer you're looking for.

from bp-wake-up-sleepers.

anfeloga avatar anfeloga commented on September 15, 2024

Hi vfowle

Thanks for Your reply and the link. I've tried this plugin once but what I like about imath's plugin is the way to add favorites activities to involve the users in the network.

from bp-wake-up-sleepers.

vfowler avatar vfowler commented on September 15, 2024

True, that is a very nice feature. Can the bp-wake-up-sleepers plugin be forked separately to achieve this as it's a rather different intention to the original plugin functionality design - isn't it?

from bp-wake-up-sleepers.

imath avatar imath commented on September 15, 2024

The goal of this plugin was to "wake up" sleeping users, not to use it as a kind of newsletter plugin. You can try to apply a filter to https://github.com/imath/bp-wake-up-sleepers/blob/master/includes/bp-wus-class.php#L114 (select query)

for instance :

function my_select_filter( $query, $array_args ) {
     // do something...
}
add_filter( 'bp_wus_select_sleepers', 'my_select_filter', 10, 2 );

and to https://github.com/imath/bp-wake-up-sleepers/blob/master/includes/bp-wus-class.php#L119 (count query)

for instance :

function my_count_filter( $query, $array_args ) {
     // do something...
}
add_filter( 'bp_wus_total_sleepers', 'my_count_filter', 10, 2 );

from bp-wake-up-sleepers.

anfeloga avatar anfeloga commented on September 15, 2024

Hi imath

I'll try what You're suggesting.

Thanks for your time!

from bp-wake-up-sleepers.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.