Download the PHP package helsingborg-stad/acf-select-image-field without Composer

On this page you can find all versions of the php package helsingborg-stad/acf-select-image-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package acf-select-image-field

ACF Image Select MU Plugin

The ACF Image Select MU (Must Use) plugin is a custom field type for Advanced Custom Fields (ACF) that allows you to use radio buttons with images as options. This makes it easy to create visually appealing and user-friendly selections in your WordPress projects.

Installation

  1. Download the latest release.
  2. Upload the acf-image-select folder to your WordPress mu-plugins directory (usually wp-content/mu-plugins). If the mu-plugins directory does not exist, you can create it.
  3. The plugin will be automatically activated as an MU plugin when placed in the mu-plugins directory.

Usage

Once the ACF Image Select MU plugin is activated, you can use the new field type in your ACF field groups. Here's how to set it up:

  1. Create or edit a field group in the ACF settings.
  2. Add a new field and select "Image Select" as the field type.
  3. Configure the field settings with labels (visible in the backend of a post) and the value (the name of the image and also the actual value of the field in backend).
  4. Add the field group to your posts, pages, or custom post types.

Customization

To add your own images:

  1. Upload your own svg file to the assets folder. The name of the file will now be available in the field settings. It will also automatically become the value of the field.

Limitations

Normal Conditionals (Basic) The ACF Image Select plugin has the following limitations regarding conditional logic:

This solution will allow basic conditional logic that will work in most cases.

Use Acf Conditionals (Advanced)

Please keep these limitations in mind when implementing conditional logic with the ACF Image Select field.


All versions of acf-select-image-field with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package helsingborg-stad/acf-select-image-field contains the following files

Loading the files please wait ....