Linux 软件免费装

NextGEN Custom Fields

开发者 shauno
firsh
更新时间 2024年1月20日 02:50
PHP版本: 2.7.1 及以上
WordPress版本: 6.4

标签

custom fields nextgen nextgen-gallery ngg-custom-fields nextgen-gallery-custom-fields

下载

0.1 0.2 0.3 0.4 0.5 0.6 0.7 1.0 1.0.1 1.0.2 1.1 1.1.1 1.1.2 1.1.3 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5

详情介绍:

This plugin was developed to add custom fields to the excellent and popular NextGEN Gallery plugin. Simply enter the name of your new field(s), select between "input", "textarea" or "dropdown", and the field(s) will be automatically added to the "Manage Gallery" screens in the NGG dashboard. Please note, you do need to add a small tag to the NGG templates to get your custom fields showing in your theme, so please do read the FAQ.

安装:

  1. Unzip the plugin to your wp-content/plugins/ directory
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Have a look at the FAQ to see how to work this thing

升级注意事项:

1.2.4 Fixed gallery custom field values not showing their saved values in admin manage gallery screen 1.2.3 Fixed custom fields not showing in the "Manage Gallery" screens in NGG >= 2.0.57 1.2.1 Fixed field values to allow more than 255 characters. 1.2 Fixed quotes in field names and values. Also converted database tables to UTF8. This is much more compatible with internet safe languages. You may see extra backslashes in some values if you had quotes saved before. Just remove them and re-save.

常见问题:

Firstly, what exactly will this plugin do?

Have you ever wanted to add just a little more information about a picture in your NextGEN Gallery? Maybe you wanted to add the name of the photographer? Or where the picture was taken? Well, with this plugin you can add as many extra custom fields to the images as you need, and stop you trying to squeeze all the info into the description.

How do I add custom fields

After activation the plugin, there will be a new main menu item in the WordPress dashboard, labeled "NGG Custom Fields". If you open this menu item, you will be able to add "Gallery Custom Fields", or "Image Custom Fields". "Gallery Custom Fields" are used to add information about the gallery as a whole, while Image "Custom Fields" are used for adding information about each individual image. When you add a custom field from this screen, you select which of your NGG galleries it is linked to.

After adding custom fields, how do I set its value?

  • Click "Manage Gallery" from under the "Gallery" menu option on the left of WordPress
  • Choose a gallery to manage
  • All gallery custom fields linked to this gallery should show in the "Gallery settings" section of the page under a heading of "Custom Fields"
  • All image custom fields linked to this gallery should show in columns to the right of each image.

How do I show the fields in my galleries?

So once you’ve created custom fields linked to your galleries, and inputted the values in NGG’s Manage Gallery screen, you’ll want to display these fields in your galleries on your site.

  • For "Image" custom fields - You place the following tag in the gallery template: <?php echo nggcf_get_field($image->pid, "Your Image Field Name"); ?>
  • For "Gallery" custom fields - You place the following tag in the gallery template: <?php echo nggcf_get_gallery_field($gallery->ID, "Your Gallery Field Name"); ?>
For NGG 1.x, you can find the gallery templates in the /plugins/nextgen-gallery/view/ directory. For the default shortcode, [nggallery id=x], you add the tag to the gallery.php file. If you add the template attribute to your shortcode, you need to alter the appropriate template. eg: If you use the [nggallery id=x template="caption"], you need to add the tag to the gallery-caption.php template. For NGG version 2.x, you need to add the tag to the /nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails/index.php template. This will only work for galleries inserted WITHOUT selecting a template from the gallery display options. NGG v2.x templating system can be confusing for some users. Please see this page for more info on which templates are used under different settings. Please be aware, for “Image Custom Fields", the tag needs to be placed inside the foreach() loop in the template, as that loop is outputting each image. For “Gallery Custom Fields", be sure to place the tag outside of the foreach, or it will show for each image.

Common Problems

  • Make sure you add the fields you want to the correct place. Image fields added from the "Image Custom Fields" menu option and gallery fields from the "Gallery Custom Fields" option. Sounds simple, but you can overlook it.
  • NGG 2.x introduced template caching, so sometimes you need to clear the cache to get the custom fields showing in your gallery. Go to "Gallery->Other Options->Miscellaneous" and click the "Clear image cache" button, the refresh your gallery page.
  • If you have unusual characters in your fields names, it can break the output. Stick to upper and lower case letters, and numbers to avoid any issues. As of version 0.5 there is some basic sanitation done to the names of fields and their values, but it is far from perfect. It should allow characters such as apostrophes well enough though.

更新日志:

1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1.3 1.1.2 1.1.1 1.1 1.0.2 1.0.1 1.0 0.6 0.5 0.4 0.3 0.2 0.1