Giter Site home page Giter Site logo

wpplugins / inline-attachments Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 186 KB

This is a mirror of the svn repo: https://plugins.svn.wordpress.org/inline-attachments/, the master is always the latest release.

Home Page: http://wpplugins.it

PHP 70.76% JavaScript 29.24%

inline-attachments's Introduction

=== Inline Attachments ===

Contributors: BASICS09, nonverbla
Plugin Name: Inline Attachments
Plugin URI: http://wordpress.org/plugins/inline-attachments/
Tags: attachments, inline, thickbox, meta box, adjust, options, admin, bulk, delete, image, checkbox, ajax, media, upload
Author URI: http://www.nonverbla.de/
Author: BASICS09, nonverbla
Requires at least: 3.0
Tested up to: 4.3

Put the focus in the admin area of Wordpress on media files. Functionally and visually.

== Description ==

<strong> A Note to all you developers: As WordPress continues to develop further, this plugin is not a big help anymore. If you have Inline Attachments already installed, I strongly advise you to migrate to another solution like Wordpress Core functionality or plugins like [Advanced Custom Fields](http://www.advancedcustomfields.com/). Support for Inline Attachments will very likely be discontinued in future releases of WP.</strong>

= Short Version (aka Features Overview) =

* Adds the attachments screen that's usually reached trough the thickbox popup directly to a meta box inside the post edit screen
* Provides an interface to hide unnecessary stuff on the media screen (e.g. "Insert Into Post" Button, Size, Alignment, …)
* Adds a checkbox to every attachment and a button to delete all checked Attachments at once
* Posts, Pages and Custom Post Types supported (selectable)
* AJAX-Autosaving of all changes you make to media metadata (e.g. menu order, title, description, …)
* If uploading a bulk of files, maintains the order they had when you selected them on your machine
* Button to invert the current order of media files (first becomes last, second becomes second last, …)
* Designed to seamlessly blend in with the native Wordpress admin style

= Long Version =

I very often use WordPress as a CMS for clients like artists or photographers, who want to present a big amount of media files on their websites. Most of the time, the media files actually are the very center of these websites.

To reflect this focus on media files in the admin area, I developed the plugin "Inline Attachments". It adds a Meta Box to the post edit screen, that holds the media-uploads panel inside an iframe. If no Media Files are attached to a post yet, it shows the upload tab, otherwise it shows the list of attached media files.

In the plugin settings, you can select all post types, where the Inline Attachments Meta Box should be displayed, and you can specify a name for each (e.g. ”Photographs“ or ”Images“). Default is ”Media Files“.

Another thing with mainly media-driven websites is, that you normally don't write a text post and put some images into the text flow. Because of this, you wouldn't need the options for Image Size, Alignment, Link URL and so on in the attachment screen. With Inline Attachments, you can easily select which options should be visible to the admin for editing media files.

= Tested on =

* (OSX) Safari :)
* (OSX) Firefox :)
* (OSX) Chrome :)
* (OSX) Opera :)
* (WIN) Firefox :)
* (WIN) Chrome :)
* (WIN) IE 9 :)
* (WIN) IE 8 :)
* (WIN) IE 7 :/

= Translations (included with the plugin) =

* French (by Olivier)
* German (by me)

= Please Note =

* Due to it's very different approach, *Inline Attachments* **does not** support the functionality of the plugin *Attachments*.
* I found no possible way to catch the "Insert into Post" javascript-action. But I don't like this button, anyway, so just don't activate it ;)

= Please rate the plugin and post comments, if anything doesn't work as expected. =

== Installation ==

1. Install easily with the WordPress plugin control panel or manually download the plugin and upload the extracted folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to the plugin settings page called “Inline Attachments” and select the post types you want to have it activated for. Also select all the fields you want to enable for media editing.
3. Go to the post edit sceen, and here it is, your inline attachments meta box.

== Screenshots ==

1. If activated, Inline Attachments displays all attachments of a post inside the post edit screen
2. The Inline Attachments Options Screen

== Changelog ==

= 1.1 =
* Compatibility with WP 4.3
* More WP-compliant use of the bulk-delete functionality
= 1.0.5 =
* Compatibility with WP 4.0 and 4.1. Fixes inverted order of attachments.
* Warning: This is pretty sure the last update! You should think about migrating to another solution.
= 1.0.4 =
* Compatibility with WP 3.8
= 1.0.3 =
* Bugfix with animating the height of the iframe
= 1.0.2 =
* Bugfix with header information
= 1.0.1 =
* Bugfix for compatibility with wp 3.3.1
= 1.0 =
* Release.
= 0.9.9 =
* Fixed a bug when redirecting to upload panel after deleting all attachments at once.
= 0.9.8 =
* Improvements on the automatic height adjustment of the iframe
* BugFix for auto-ajax-saving on blur of textareas and text inputs
= 0.9.7 =
* Don't show the bulk delete checkbox on media.php, just on media-upload.php
* Also disable .image_url on media.php, if File URL is disabled.
= 0.9.6 =
* Maintains the order of uploaded files now, and doesn't reverse it like it used to do
* Added functionality to invert order of attachments with one click
* Added option to also hide the “show / hide” buttons in the media screen
= 0.9.5 =
* Added an option to hide all Thickbox-Buttons
* WP 3.3 compatibility check
= 0.9.4 =
* Added localization and German translation
* Added the functionality of my plugin [Attachments Bulk Delete](http://www.nonverbla.de/blog/wordpress-plugin-inline-attachments/). I like having everything in the same place ;)
= 0.9.3 =
* Added ajax-saving of attachments order and input fields on change
= 0.9.2 =
* Added automatic saving of changed attachments properties on post save / update
* Optimized the styling while dragging an attachment to change sort order.
= 0.9.1 =
* Added plugin initialization also for post-new.php, not just post.php, so that it also works on newly created posts



inline-attachments's People

Contributors

wppluginsbot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.