jcockroft64 / sierrahiking

Contains all the raw files for sierrahiking.net
GNU General Public License v3.0
2 stars 0 forks source link

Media File manager plugin selection #33

Closed jcockroft64 closed 2 years ago

jcockroft64 commented 2 years ago

Please pick a Media File Manager plugin. Please list the plugins you are considering and what are their pros/cons.

jcockroft64 commented 2 years ago

Please review the following: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-file-and-directory-structure/

russellelliott commented 2 years ago

Spent some time looking into Media File manager plugins. Here's what I have to report:

Plugins that can organize media files AND MORE into folders This type of plugin would be very useful to us, considering each hiking page will have several photos and posts associated with it. Posts of a given hiking page can be put in their own folder, similarly to how photos/media of a hike would be put in their own folders.

Wordpress Folders Plugin (by Premio) Video Tutorial: https://www.youtube.com/watch?v=rOl4KegsFXk Download Link: https://wordpress.org/plugins/folders/

Pricing Information: https://premio.io/downloads/folders/ The Basic plan is the cheapest plan to include the feature of unlimited subfolders.

Different pricing options:

Demo page for plugin: https://folders-demo.premio.io/wp-admin Credentials: Username: Premio password: ilovepremio

In the free version, you can create an unlimited amount of folders. The paid version enables the ability to add subfolders within the folders.

HappyFiles Link: https://happyfiles.io/ Video: https://www.youtube.com/watch?v=QfxF9gkR83c

This plugin can organize media into folders. The pro version can do the same for post, pages, etc Items can be added to multiple categories. Seamless integration with Elementor (don't see this mentioned in Premio plugin) Items can be moved with a drag/drop interface.

Pricing: Pro version is $59, one-time payment.

Plugins that can organize ONLY media files into folders The other plugins I found only cover the media files, and a separate plugin would have to be downloaded for organizing blog posts into folders. This is a disadvantage to the previous two plugins, as if we were to use these, we would need a separate plugin to put blog posts or pages into folders.

Firebird Video Tutorial: https://www.youtube.com/watch?v=NjeEbqmMVwU Download Link: https://wordpress.org/plugins/filebird/

The free version allows the creation of unlimited folders and subfolders for media. The paid version adds folder colors, folder sorting, moving folders in bulk, and support for various editors.

Free VS Pro https://ninjateam.gitbook.io/filebird/compare-filebird-free-and-pro

Some of the stuff pro offers

Pricing: https://codecanyon.net/item/media-folders-manager-for-wordpress/21715379?irgwc=1&clickid=xlnywN3WexyIWuXQ1j15gUj5UkDyRH31y1-21g0&iradid=275988&irpid=418490&iradtype=ONLINE_TRACKING_LINK&irmptype=mediapartner&mp_value1=&utm_campaign=af_impact_radius_418490&utm_medium=affiliate&utm_source=impact_radius

Demo for plugin: https://preview.codecanyon.net/item/media-folders-manager-for-wordpress/full_screen_preview/21715379?_ga=2.44267492.1595754180.1659646862-671869824.1657752176 Enter your email and they will send you a login link that lasts 48 hours

Media Library Organizer (by WP Media Library)

Video: https://www.youtube.com/watch?v=HkbiiBtIa_k Plugin: https://wordpress.org/plugins/media-library-organizer/

Unlimited number of categories and subcategories

Pricing: Free

WP Media Folder Link: https://www.joomunited.com/wordpress-products/wp-media-folder

Features: https://www.joomunited.com/wordpress-products/wp-media-folder#features

jcockroft64 commented 2 years ago

I've installed the free version of HappyFiles. Interesting that it does not show up as a separate tab on the left-hand-side, but rather it's simply integrated into the Media folder. If i like it after playing around with it, i'll upgrade to the Pro version.

russellelliott commented 2 years ago

This can be done with a div within the tab text editor

Forum: https://wordpress.org/support/topic/scroll-bars-on-tabbed-pages/ Codepen: https://codepen.io/gndev/pen/WNQJgzb

Here's the HTML code:

<div style="max-height: 300px; overflow-y: auto; background: #f2f2f2;">
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
  <p>... scrollable content goes here ...</p>
</div>

In the tab editor, select "text" as the editor, paste the code, then switch to "visual" to edit it visually

Tab Text Editor
jcockroft64 commented 2 years ago

We've selected Happy File based on your recommendation.