mycred_my_transfer_fee

Description

This shortcode allows you to show a users transfer fee when using the Transfer Plus plugin. You can select to show the fee for either the current user viewing the shortcode or a specific user’s fee.

Requires the Transfer add-on to be enabled along with the Transfer Plus add-on being installed and enabled.

Available since version 1.8

Shortcode Attributes

Attribute Type Required Default Description
user_id int No current Option to show a particular users transfer fee instead of the current user viewing the shortcode.
ctype string No mycred_default The point type to show fees for. Should not be used if you only have one point type installed. If you have multiple point types and users are not allowed to transfer the default point type but your custom point type, this attribute must be used!
nofee string No - Optional message to show users that do not have a transfer fee. By default the shortcode will show nothing if the user has no transfer fees.

CSS Styling

div.my-transfer-fee { }
div.my-transfer-fee span.fee-amount { }
div.my-transfer-fee span.fee-min { }
div.my-transfer-fee span.fee-max { }

Examples

Example 1: Default usage:

[mycred_my_transfer_fee]