Actions
Bug #2729
closedUserdata substitutions no longer accept parameters reason and default
Bug #2729:
Userdata substitutions no longer accept parameters reason and default
Description
When using a userdata substitution it no longer accepts parameters like reason, etc.. Examples as follow.
[avatar]
[cb:userdata field="avatar" reason="profile" /]
[cb:userdata field="avatar" reason="list" /]
They all output exactly the same. Not all parameters should be supported as the output attempted should always be PHP, but "reason" should still be useable to allow for example getting the thumbnail URL vs getting the fullsize URL of avatar. Subsequently [avatar] through API returns a full URL instead of just the filename now.
Files
Actions