ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,821
- Points
- 823
Reputation:
Code:
If the logos are uploaded (eg. the URL starts with
Read more
Continue reading...
Code:
<xf:macro id="row_output"
arg-title="{{ phrase('bb_code_help_img_title')|preEscaped }}"
arg-desc="{{ phrase('bb_code_help_img_desc')|preEscaped }}"
arg-example="{{ phrase('bb_code_help_img_example', {
'url': base_url(property('publicMetadataLogoUrl') ?: property('publicLogoUrl'), true)
})|preEscaped }}"
arg-anchor="image" />
If the logos are uploaded (eg. the URL starts with
/data/
), base_url
leaves the URL untouched generating...Read more
Continue reading...