HolidayCheck Campus

HolidayCheck Campus is the first blog that I created on the HolidayCheck Blog Network. Its theme is a child of the theme framework I used for the Polish and German Blog, thus taking advantage of all modules I incorporated in the parent theme. Since its design (Mock up by Thomas Witt) is so different from its counterparts, it almost exclusively uses its own templates (even the searchform!).

Again, I had to customize a lot to meet the requirements. Here are some modules I had to extend or create:

  • Admin Advice
    Textbox in the settings area to edit a Dashboard Widget, viewable for all authors and guestauthors with instructions
  • Code Markup
    This is still in development, I’m currently looking for a possibility to highlight the code without a buggy plugin
  • Post Thumbnail
    Adds theme support and displays the thumbnail in the posts overview
  • Search excerpt
    Highlights the searchterm and displays the section of an article where the term was found (try it here!)
  • Twitter anywhere
    Add the Twitter anywhere functionality with a fallback for users who have JavaScript disabled

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