admin (no pm's please)
|
Phpbb2: XTRANSFER portal fixes and enhancementsFirstly a bug fix, the XPROFILE field and portal name now no longer need to be the same. I don't think this will cause any backwards compatibility issues.
Next off the improvements. An XTRANSFER portal can now kick of a named ACTION when a transfer takes place. The macros:
TRIGGER_AMOUNT
TRIGGER_XPROFILE
TARGET_HAD
TRIGGER_HAD
TARGET_HAS
TRIGGER_HAS
are defined along with all the normal user data macros for trigger and target, these can be used in the private messaging:
e.g. "You have donated {TRIGGER_AMOUNT} to {TARGET_USERNAME}"
The ACTION must be set as a "Named action".
in addition to this, there are now:
xtransfer portal success
xtransfer portal failed
events generated. This gives an alternate means of performing an ACTION when a transfer happens, or is attempted and fails.
|