Plugin info

Total downloads: 9,668
Active installs: 200
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/10/2013 (4434 days ago)
Added to WordPress: 9/23/2013 (12 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4434 days ago • 2 reviews

22/100

Is Advanced Custom Fields: NextGen Gallery Custom Field abandoned?

Possibly abandoned (last update 4434 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.7.41
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Photoswipe for NextGEN Gallery
Rating 4.5/5 (11 reviews)Active installs 400
flexo-social-gallery
Rating 1.0/5 (1 reviews)Active installs 10
NextGEN gallery TinyMCE description editor
Rating 0.0/5 (0 reviews)Active installs 10

Description

Welcome to the Advanced Custom Fields NextGEN Gallery Custom Field plugin page. As the name suggests, this script is an extension for the Advanced Custom Fields WordPress plugin.
This script works only in ACF version 4.0.0. and up. Version 3 is currently not supported.

Besides that this script can be either used as a WP plugin or as a theme include.

This plugin provides an extra field for the Advanced Custom Fields plugin to support the NextGEN Gallery plugin. This makes users able to link galleries to posts, pages and custom post types.

Compatibility

This add-on will work with version 4 and up of the ACF plugin.

Issues?

If you discover any bugs or have any feature requests, I would like to refer you to the Github Repository of this script.

Installation

This add-on can be treated as both a WP plugin and a theme include.

Plugin

  1. Copy the ‘acf-nggallery’ folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include

  1. Copy the ‘acf-nggallery’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
  2. Edit your functions.php file and add the code below (Make sure the path is correct to include the nggallery-v4.php file)

    add_action(‘acf/register_fields’, ‘my_register_fields’);

    function my_register_fields()
    {
    include_once(‘acf-nggallery/nggallery-v4.php’);
    }

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. This is the field in de ACF admin panel.

    This is the field in de ACF admin panel.

  2. NGGallery object returned in template.

    NGGallery object returned in template.

  3. Images array returned in template.

    Images array returned in template.

Changelog

1.1.4

  • Changed output to null instead of string “null” when no gallery is selected (https://github.com/JeroenReumkens/acf-nggallery/issues/1)

1.1.3

  • Added compatibility for WordPress 3.7.1

1.1.2

  • Added screenshots

1.1.1

  • Readme.txt fix.

1.1.0

  • Added return type ‘NGGallery id’ to return only the id of the gallery.

1.0.1

  • Changed answers for multiple or single gallery from ‘Yes’ and ‘No’ to ‘Multiple galleries’ and ‘Only one’.
  • Fixed WordPress readme.txt short description to match WordPress requirements.

1.0.0

  • Initial Release.