Coder Social home page Coder Social logo

pyro-image-select's Introduction

pyro-image-select

Visually select images using a field type in PyroCMS

Creating the field

No Image Chosen

Image Selected

How To Use

Basics

  • Add the field type as you would normally
  • Choose "Image Select" as the type
  • Choose a parent folder to draw images from
  • Enjoy it on a page

In the layout

This field returns the image file that you selected. So it has all the properties you will need. But here is the basic usage.

{{ files:image id=page:my_chosen_slug:id }}

or maybe something a little more custom

<img src="{{ page:my_chosen_slug:path }}" title="{{ page:my_chosen_slug:name }}" id="{{ page:my_chosen_slug:id }}">

Upcoming

  • Multi-Select
  • Ordering

License

(The MIT License)

Copyright (c) 2013 James Doyle(james2doyle) [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

pyro-image-select's People

Contributors

james2doyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pyro-image-select's Issues

Sub-folders, multi-select and ordering

So I merged the changes from @eelke to add subfolders and there were a couple of issues.

  • pulls images from folders other than the one specified
  • choosing an image inside a folder does not re-highlight/select upon save

For these reasons I've rolled back to version 1.1.0.

I would suggest we create a new branch for sub-folders, multi-select and ordering ala the way the Pyro core does features.

Admin: Can't use more than 1 Image Select in a page, due to generic jquery selection

Great start James!

There's an issue in the admin side of things, and I'm not sure if this is covered in your TODO.

Situation

  • add 2 Image Select fields, say "image_field_1" and "image_field_2" to a page type
  • create new page with said page type
  • select an image in image_field_1
  • select an image in image_field_2: now the selection in image_field_1 is lost

ETA multi select

Like the title says, do you have an estimated time when you'll be able to include the multi-select?

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.