oh, ok ty
src\addons\XFRM\_data\templates.xml
<xf:macro name="tag_line" arg-resource="!">
<xf:textboxrow name="tag_line" value="{$resource.tag_line_}"
maxlength="{{ max_length($resource, 'tag_line') }}"
label="{{ phrase('xfrm_tag_line') }}"
explain="{{ phrase('xfrm_provide_very_brief_one_line_description_of_your_resource') }}" />
</xf:macro>
or Go to xfrm_resource_edit_macros from admin delete tagline macro
Ok I'll checkI use XenForo Resource Manager 2.2.1, I just ask location of this code, I guess I can make it by my own, ty.
oh, ok tyOk I'll check![]()
oh, ok ty
src\addons\XFRM\_data\templates.xml
<xf:macro name="tag_line" arg-resource="!">
<xf:textboxrow name="tag_line" value="{$resource.tag_line_}"
maxlength="{{ max_length($resource, 'tag_line') }}"
label="{{ phrase('xfrm_tag_line') }}"
explain="{{ phrase('xfrm_provide_very_brief_one_line_description_of_your_resource') }}" />
</xf:macro>
or Go to xfrm_resource_edit_macros from admin delete tagline macro
ty, I'll try itRemove:
I am sure it needs PHP editing because it is checking if value exists, give it a try![]()
Yep, as u thought, it checks if "tag line" is empty, I guess now I have too edit PHP too.Remove:
I am sure it needs PHP editing because it is checking if value exists, give it a try![]()