Poke users

Poke users [Paid] 1.0.0

No permission to buy ($10.00)
Alright, I'm going to stick my neck out here and ask - what is 'Poking' a member?

In the wrong circles it could get you a slap :)
 
  • Like
Reactions: Naz
I would like to count the pokes and let users again poke after a certain time.
People have a lot of fun on other non xf-sites with that.
 
Last edited:
I am wondering why there is no index for
user_id and poked_user_id?

How we should use the exception without an index, please?
 
ALTER TABLE xf_nf_user_poke
ADD UNIQUE KEY user_poked_user (user_id,poked_user_id);

=> $table->addUniqueKey(['poked_user_id', 'user_id'], 'user_poke_user');
 
Last edited:
Top Bottom