myCred Retro

Descripción

Give points retroactively for past events!

Sometimes, when you install myCred on a website, you might already have existing content that you would like to reward / deduct points for. That’s where this plugin can come in handy. It supports retroactive payouts for:
* User registrations
* Published content
* Published comments

Version 1.1 has built-in support for myCred 1.7 and can handle large volume of data.

Remember to disable and delete this plugin once you have finished using it.

Adjusting the session threshold

By default, the plugin will run 150 entries per session to prevent your server from timing out. You can change this value using the MYCRED_RETRO_MAX constant. The value you set should be a number that your server can handle within the max execution time limit set. Increasing this value will run more tasks in one session and speed up the process, however it will also put more strain on your server. It’s highly recommended that you run this tool when your website is either offline or have low traffic as the site response time will slow down. This of course will only apply when the tool is running.

To adjust this threshold, add the following to your wp-config.php file before running any tool:

define( ‘MYCRED_RETRO_MAX’, 1000 );

Remember to remove it once you are done using this plugin.

Log Entries

You can choose to give your users points without a log entry if you prefer. This will be a fast task to run then also adding in a log entry for each payout. However if there is no log entry of the event, you can not give badges for these past events either! There is also a risk of users getting points for comments/content, multiple times in certain situations. These log entries will be the same entries the corresponding hook leaves, in case you want to continue rewarding users for publishing content or comments in the future.

Retroactive Comments

1 First, you must select the comment status you want to reward. If you do not have comments of a particular type, the type option will be disabled in the dropdown menu.
2 If you are using multiple point types, select the point type you want to award.
3 Provide a positive value for giving points or a negative value for taking points from the author.
4 Set the log entry template.
5 Click Start

Retroactive Content

1 First, you must select the post type you want to reward. If you do not have posts of a particular type, the type option will be disabled in the dropdown menu.
2 If you are using multiple point types, select the point type you want to award.
3 Provide a positive value for giving points or a negative value for taking points from the author.
4 Set the log entry template.
5 Click Start

Retroactive Signups

1 First, you must select the role you want to reward. If you do not have users of a particular role, the role option will be disabled in the dropdown menu.
2 If you are using multiple point types, select the point type you want to award.
3 Provide a positive value for giving points or a negative value for taking points from the author.
4 Set the log entry template.
5 Click Start

Plugin Requirements

More myCred Freebies Integrations

DOCUMENTATION AND SUPPORT

For more information visit our Documentation Page.

Instalación

  1. Go to Plugins > Add New.
  2. Under Search, type myCred Retro
  3. Find myCred Retro and click Install Now to install it
  4. If successful, click Activate Plugin to activate it and you are ready to go.

Reseñas

10 de noviembre de 2023
Works as advertised! You'll find 3 new tools under Tools > Import (WP admin menu). Allows creating balances by rewarding existing users for their previous contributions on your site (before myCred was set and configured) with a given amount of points for each type of content/event : signups, created posts, pages, comments, forums, replies, events and places (Events Manager), etc. There is an option to retro-date the events at the time the content was created, so at the end you get a point log that looks like myCred has always been there! Of course, the available options are less precise than the myCred "live" hooks themselves, but it's still pretty useful to pre-fill the users' balances according to previous activities. It's just too bad the plugin doesn't cover BuddyPress activities in the current state (activities and activity comments, friendships, group creation, group joins, profile updates, private messages, etc.). That prevents rewarding those users that have been mostly active socially. That would be a nice feature to add! Thanks for providing this as a free plugin! It really increases the immediate benefit of using myCred.
Leer la 1 reseña

Colaboradores y desarrolladores

«myCred Retro» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «myCred Retro» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.2.3

New – Compatible with WordPress Version 6.2.2.

1.2.2

New – Compatible with WordPress Version 5.8.1.

1.2.1

Improvement – Get plugin updates from wordpress.org

1.2

NEW – Updated plugin to support 1.8.

1.1

NEW – Updated plugin to support 1.7.
NEW – Improved task manager to better handle large volumes of data.
NEW – Added translation support.

1.0

Initial release