WP Save Custom Header

Description

This plugin is DEPRECATED with WordPress 3.2. Since its functionality is incorporated into WordPress core, this plugin will be no longer supported!

It lets you save and reuse your uploaded header images.

It will save your images to the images/headers folder within your template folder.
In the Custom Header menu the images will then show up as defaults, together with your other registered custom header images.

WPMU Network Site Users Dropdown

Replace the input field for adding existing users to a site with a more comfortable dropdown menu!

Description

This plugin lets you as a network administrator add users to your sites without having to remember or look up the user’s login name. It replaces the input field with a comfortable dropdown menu, so you can choose between all existing users that are not yet added to the site.

WP Search Suggest

This plugin lets you provide the user with search suggestions based on the information entered in the search field.

Description

It adds an AJAX call to the search form, returning matches for the current search query from the database. There is no change of template files necessary as this plugin hooks in the existing WordPress API to unfold its magic.

WP Google Suggest

Description

This plugin uses an abstraction of jQueryUI’s autocomplete widget that interacts with the unofficial/undocumented Google Suggest API. Props go to Haochi Chen.

It adds an AJAX call to the search form, returning matches for the current search query.
There is no change of template files necessary as this plugin hooks in the existing WordPress API to unfold its magic.

Installation

  1. Download WP Google Suggest
  2. Unzip the folder into the `/wp-content/plugins/` directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

None asked yet.

Changelog

1.1

  • Updated Google Suggest Script
  • Relies on Core for JavaScript bootstrap, so Version 3.3 is required
  • Tested up to WordPress 3.3.1

1.0

  • Initial Release