MG 2.2 Filenames

Solution
Untested but edit the xfmg_media_add_macros template.

Change this:
HTML:
<xf:textboxrow name="{$namePrefix}[title]" value="{{ mustache('title') }}"

To this:
HTML:
<xf:textboxrow name="{$namePrefix}[title]" value=""
Untested but edit the xfmg_media_add_macros template.

Change this:
HTML:
<xf:textboxrow name="{$namePrefix}[title]" value="{{ mustache('title') }}"

To this:
HTML:
<xf:textboxrow name="{$namePrefix}[title]" value=""
 
Solution
Top Bottom