Support How to edit "Add resource" fields

kutaz

XF is cool thing
Loyal Member
I want to remove "tagline", and few more things, what is name of file, where I can remove it?
I was looking for it, but I didn't find it :(
 
Solution
oh, ok ty

src\addons\XFRM\_data\templates.xml


Remove:

<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


I am sure it needs PHP editing because it is checking if value exists, give it a try :)

Marks-Man

Loyal Member
Yep, I just had to update forum to 2.2.4, cuz I was using xf 2.2.2, and with 2.2.2 u can't use XRM 2.2.2, and I was using XRM 2.2.1. now I will look for updated theme, But it is working, ty a lot of ur help :)
You're welcome ☺️

@XenForo you can add this version XRM 2.2.2 without tagline ☺️
 
Back
Top Bottom