example 1:
Only the 2nd element is capitalized here! ".Profile"
example 2
Only the 3nd element is capitalized here! ".Option"
Why times the 2nd or times the 3rd time?
How can one know this arbitrariness?
Why are you doing this? Why not make every element lowercase???
Code:
{{ bb_code($user.Profile.signature, 'signature', $user) }}
example 2
Code:
<xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
Why times the 2nd or times the 3rd time?
How can one know this arbitrariness?
Why are you doing this? Why not make every element lowercase???