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 :)

kutaz

XF is cool thing
Loyal Member
99488398c18af7333ba49134d892513f.png

There are tags, but not to remove "tag line", I was even looking for in on xenforo forum, and people say, u can use add-on or u have to edit code.
 

Marks-Man

Loyal Member
99488398c18af7333ba49134d892513f.png

There are tags, but not to remove "tag line", I was even looking for in on xenforo forum, and people say, u can use add-on or u have to edit code.
you can remove it from the code, but make sure not to mess up 😅

which version of resource manager you are using ?
 

Marks-Man

Loyal Member
I will work on latest Resource manager , try to fix it for you :) Unfortunately now I don't have test server, if you can PM me your credentials so I can test it after editing or if you want I can send it to you to test
 
Back
Top Bottom