ExpressionEngine
BU Countries Select
The BU_countries_select plugin provides an easy means of adding a Country Select drop down box to the front-end of your site. This is a very simple plugin whose primary purpose is to just save you from a bit of typing and was inspired by the example of Nathan Pitman’s UK Counties Select plugin, which does something very similar.
BU Search Pagination
Add this into your template when you wish to have greater control over customising the pagination tags on your search results page.
The plugin bases the output of its pagination on the search results (per page limit) and result_page parameters set in your search form tag and the total number of results calculated by the Search Module.
You can use this plugin to access pagination information in 1 of 2 ways: as a standard tag pair with a set of variables (recommended) or via parameters - this latter way is included because it was how the plugin started - so for backwards compatibility and in case anyone is curious. Note: the pagination_pages pair variable and the variables it contains are NOT available via tag parameters.