开发者 | tuxlog |
---|---|
更新时间 | 2024年7月8日 00:51 |
捐献地址: | 去捐款 |
PHP版本: | 4.1 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
wp-content/plugins/
, keeping the directory structure intact (e.g. wp-greet.php
should end up in wp-content/plugins/wp-greet/
).Unfortunately Photocrati did a major redesign of NGG and therfore the connecting filters were removed. You can read about this redesign in the wordpress.org forums. But we can make it work by editing nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails/index.php and change one line. from <a href="<?php echo esc_attr($storage->get_image_url($image))?>" to <a href="<?php echo apply_filters('ngg_create_gallery_link', esc_attr($storage->get_image_url($image)), $image)?>" You can also fetch the patched file (index.php) from the wp-greet/patch directory and copy it to nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails If this seems to difficult try using the new interface to WordPress native gallery to embed your greetingcard pictures.
To adjust the design of your greetingcard page edit the file wp-greet.css. If you have a narrow theme you might adjust the width of the textarea textarea.wp-greet-form { width: 90%; } by replacing the 90% with something smaller than this.
Upload the unzipped directory "math-comment-spam-protection" on your webspace into wp-content/plugins and activate the plugin. Under Settings -> Math Comment Spam klick "Update Options" once even without having changed any options, otherwise the plugin won't work. You don't have to change the text of the error messages, as these are fixed within wp-greet.
Please set the link target of the WordPress galleries to "media file" in the gallery options.