Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+6 votes
1.8k views
in Plugins by

Many users visit our GATE Overflow site regularly to read and benefit from the content. However, since they don't actively participate (e.g., by posting questions, answers, or comments), their participation isn't reflected in their points.

To recognize and encourage consistent engagement, we've developed a plugin that awards points to users for simply being active — that is, visiting the site on any given day.

Key Features:

  • Daily Activity Points: Users earn points each day they visit the site.

  • Configurable Limit: Site admins can set a maximum number of points that can be earned through daily activity.

  • Integrated with Profile Customizer: If you're using Profile Customizer v3.0.3 by Gabriel Zanetti (aka PUPI), this plugin integrates seamlessly, allowing active-day points to appear in the user's profile chart.

This plugin helps reward quiet yet consistent users — acknowledging their presence and encouraging ongoing learning and engagement.

Some pictures of the plugin:

Link for the plugin: https://github.com/GATEOverflow/lastactiveday/

Q2A version: 1.8.8
by
edited by
This message has been withdrawn.

3 Answers

0 votes
by
Developed by pupi ?
by
Developed by Gateoverflow team.
+1 vote
by

Thank you very much for this useful plugin. I will be happy to test it :-)

+1 vote
by
edited by

Which plugin do I need to install for this plugin to work? When I click on the plugin settings, I get the following message in my server's log file:

PHP Question2Answer MySQL query error 1146: Table 'gefragt_test.ge_pupi_pc_history' doesn't exist - Query: SELECT DISTINCT user_id FROM ge_pupi_pc_history WHERE event_fired = 'activeday_event'', referer: https://werbespass.ch/admin/plugins?show=a3a42f69619a2f968a0f4706461f5db3

by
I will push an update by this weekend. Which will remove the dependency.

To display in the user profile chart, I have added some code for pc_profile_chart plugin which is a paid plugin from pupi.
by
can you pull the latest changes and let me know whether it resolve your issue or not?
...