Showing Author in Media library
-
Hi all,
I defined an upoload on my website with following shortcode:
[fu-upload-form class=”your-class” title=”Upload your media”]
[input type=”text” name=”post_title” id=”title” class=”required” description=”Titel der hochzuladenen Datei” multiple=””]
[textarea name=”post_content” class=”textarea” id=”ug_caption” class=”required” description=”Beschreibung der hochzuladenen Datei”]
[input type=”text” name=”author” id=”author” class=”required” description=”Absender der hochzuladenden Datei”]
[input type=”file” name=”photo” id=”ug_photo” description=”Datei zum Hochladen” multiple=””]
[input type=”submit” class=”btn” value=”Jetzt übertragen”]
[/fu-upload-form]
Unfortunately I can’t see the field “author” in the media library UGC section where uploaded files will be shwon. I disabled “Author” in the settings of the plugin because I wanted to define author as required field in my own short-code with the German word for “author”. But obviously I used the wrong name or id? Who can help me that the content of the field author will be shown in the media library too? It is important for me to see how the person was who uploaded the file.
Thanks in advance.
Stephan
- The topic ‘Showing Author in Media library’ is closed to new replies.