motowebmaster Well-known member Feb 7, 2021 #1 Is there a way for new uploads to not display their filename, or a way to disable it? In other words, force the user to enter a title?
Is there a way for new uploads to not display their filename, or a way to disable it? In other words, force the user to enter a title?
Solution P P Paul B Feb 7, 2021 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=""
P Paul B XenForo moderator Staff member Feb 7, 2021 #2 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="" Upvote 1 Downvote 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=""