Hi,
we are using your plugin and would like to open the media library in the last used folder. Is this option available in the add-on “default startup folder”? Or could be added?
]]>I have tried to set it to “Unorganized” & Other folders I have created.
RML always defaults to “All Files”.
Love RML!
Thanks,
Bart.
This plugin seems to work okay for media upload. But in the media library display, I am unable to select any folder other than the default folder. When I do select another folder, the contents of the other folder is shown, but the default folder remains highlighted. Therefore, no actions can be made on the selected folder.
For example, if I have 2 folders (A & B). If I set A to be default, when I select B, the contents of B is listed, but A remains highlighted. If I select Folder Details, I get the details of A. If I select folder refresh, the page refreshes and shows the contents of A.
I added Default Startup Folder for Real Media Library. Where am I suppose to find my options to set this?
]]>// overrides IUserSettings
public function content($content, $user) {
$default = $this->plugin->getDefaultFolder();
$selectedNo = $default == “-2” ? ‘selected=”selected”‘ : “”;
$content .= ‘<tr>
<th scope=”row”>Default startup folder</th>
<td>
<select name=”defaultFolder”>
<option value=”-2″ ‘ . $selectedNo . ‘>No folder at startup</option>
‘ . wp_rml_dropdown($default, array()) . ‘
</select>
</td>
</tr>
<tr class=”rml-meta-margin”></tr>’;return $content;
}
It would be great, if the “last used folder” could be remembered as an option and not just choosen.
]]>Once plugins are installed, where do I find this new setting to set the default folder?
I can’t find it, not in the media library itself, nor in the RML settings in general wp media settings.
Thanks!
]]>