RM 2.2 Remove resource tagline

nateyeight

New member
Hello,

I am wanting to customize the resource manager add-on to meet the needs of my community. I do not want the tagline field to be required and I do not want it visible on the page when adding a new resource. How would I go about disabling this field?

Thank you
 
Go to xfrm_category_add_resource template and remove or comment this part
HTML:
<xf:macro template="xfrm_resource_edit_macros" name="tag_line" arg-resource="{$resource}" />
 
Top Bottom