- Joined
- Jul 28, 2020
- Messages
- 149
- Points
- 53
Reputation:
how can i change the max characters for a users custom title? currently its 50 but want to decrease it, cant seem to find any solution online
is it as simple as changing:
maxlength="{{ max_length($xf.visitor, 'custom_title') }}"
to
maxlength="25"
or will there need to be further modification/better way to handle this?
thanks a lot
is it as simple as changing:
maxlength="{{ max_length($xf.visitor, 'custom_title') }}"
to
maxlength="25"
or will there need to be further modification/better way to handle this?
thanks a lot