All Projects → nystudio107 → disclosedassets

nystudio107 / disclosedassets

Licence: MIT license
DEPRECATED Allow your clients to find asset sub-folders by disclosing them by default

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to disclosedassets

SecureAssetDownload
Craft CMS plugin for secure asset download URLs
Stars: ✭ 22 (+69.23%)
Mutual labels:  assets, craftcms, craft-plugin
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (+30.77%)
Mutual labels:  craftcms, craft-plugin
contact-form-honeypot
Add a honeypot captcha to your Craft CMS contact form.
Stars: ✭ 24 (+84.62%)
Mutual labels:  craftcms, craft-plugin
craft-webperf
Webperf helps you build & maintain high quality websites through Real User Measurement of your website's performance
Stars: ✭ 24 (+84.62%)
Mutual labels:  craftcms, craft-plugin
craft-recaptcha
Integrate Google’s reCAPTCHA into your web forms.
Stars: ✭ 16 (+23.08%)
Mutual labels:  craftcms, craft-plugin
anchors
Add anchor links to headings in your Craft CMS website content.
Stars: ✭ 47 (+261.54%)
Mutual labels:  craftcms, craft-plugin
query
Run SQL queries as an admin from the Craft CMS control panel.
Stars: ✭ 14 (+7.69%)
Mutual labels:  craftcms, craft-plugin
craft-youtubeliveembed
This plugin allows you to embed a YouTube live stream and/or live chat on your webpage
Stars: ✭ 14 (+7.69%)
Mutual labels:  craftcms, craft-plugin
snipcart-craft-plugin
Craft e-commerce in a day.
Stars: ✭ 20 (+53.85%)
Mutual labels:  craftcms, craft-plugin
craft-guide
A CMS Guide for Craft CMS.
Stars: ✭ 62 (+376.92%)
Mutual labels:  craftcms, craft-plugin
craft-routemap
Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
Stars: ✭ 30 (+130.77%)
Mutual labels:  craftcms, craft-plugin
craft-plugin-patrol
Patrol for Craft 3
Stars: ✭ 28 (+115.38%)
Mutual labels:  craftcms, craft-plugin
PowerNap
Sample Task plugin
Stars: ✭ 15 (+15.38%)
Mutual labels:  craftcms, craft-plugin
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (+23.08%)
Mutual labels:  craftcms, craft-plugin
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (+0%)
Mutual labels:  craftcms, craft-plugin
seomate
SEO, mate! It's important. That's why SEOMate provides the tools you need to craft all the meta tags, sitemaps and JSON-LD microdata you need - in one highly configurable, open and friendly package - with a super-light footprint.
Stars: ✭ 31 (+138.46%)
Mutual labels:  craftcms, craft-plugin
oembed
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 34 (+161.54%)
Mutual labels:  craftcms, craft-plugin
craft-grid
A field that lets you content manage CSS Grid in Craft CMS.
Stars: ✭ 18 (+38.46%)
Mutual labels:  craftcms, craft-plugin
craft-connect
Allows you to connect to external databases and perform db queries
Stars: ✭ 16 (+23.08%)
Mutual labels:  craftcms, craft-plugin
fastcgicachebust
DEPRECATED Bust the Nginx FastCGI Cache when entries are saved or created.
Stars: ✭ 20 (+53.85%)
Mutual labels:  craftcms, craft-plugin

No Maintenance Intended

DEPRECATED

This Craft CMS 2.x plugin is no longer supported, but it is fully functional, and you may continue to use it as you see fit. The license also allows you to fork it and make changes as needed for legacy support reasons.

Disclosed Assets plugin for Craft CMS

Allow your clients to find asset sub-folders by disclosing them by default

Screenshot

Installation

To install Disclosed Assets, follow these steps:

  1. Download & unzip the file and place the disclosedassets directory into your craft/plugins directory
  2. -OR- do a git clone https://github.com/nystudio107/disclosedassets.git directly into your craft/plugins folder. You can then update it with git pull
  3. -OR- install with Composer via composer require nystudio107/disclosedassets
  4. Install plugin in the Craft Control Panel under Settings > Plugins
  5. The plugin folder should be named disclosedassets for Craft to see it. GitHub recently started appending -master (the branch name) to the name of the folder for zip file downloads.

Disclosed Assets works on Craft 2.4.x, Craft 2.5.x and Craft 2.6.x.

Disclosed Assets Overview

Disclosed Assets is a simple plugin that just ensures any Assets sub-folders are always disclosed by default. Many times, clients don't see the small > disclosure symbol, or have any idea what it does.

After Disclosed Assets is installed, all Assets sub-folders will be disclosed by default:

Screenshot

Configuring Disclosed Assets

There's nothing to configure.

Using Disclosed Assets

To use it, just install it, and enjoy happy clients.

Tip: to create sub-folders, Control- or right-click on the Asset source name.

Screenshot

If you're using something like craft-cpjs, you can just add this line to your included AdminCP JavaScript to achieve the same effect that Disclosed Assets offers:

// Disclose the all the things!
$(document).ready(function() {
    var toggleState = false;
    $('div .toggle').click();
    window.setTimeout(function(event) {
        if (Garnish.Modal.visibleModal) {
            if (!toggleState) {
                $('div .toggle').click();
                toggleState = true;
            }
        } else {
            toggleState = false;
        }
    }, 1000);
});

Disclosed Assets Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by nystudio107

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].