- 20:20, 6 February 2012 Plugins/ImageResize (hist) [1,326 bytes] SheilaBrennan (Talk | contribs) (Created page with 'Image Resize plugins allows users to re-size image derivatives from within the admin interface (for public and admin side displays of thumbnails, square thumbnails, and full size…')
- 18:55, 6 February 2012 Configuring Language (hist) [1,727 bytes] Patrickmj (Talk | contribs) (Created page with '== Available languages and codes== Below are listed the languages in which Omeka is available, along with the two or four letter codes that you will need to configure Omeka to u…')
- 18:50, 6 February 2012 Plugins/CollectionTree (hist) [3,408 bytes] SheilaBrennan (Talk | contribs) (Created page with 'Collection Tree plugin allows Omeka sites to have nested collections. One collection can have at most one parent collection and one collection can have zero OR more child collect…')
- 18:48, 6 February 2012 Functions/queue js string (hist) [1,092 bytes] Jflatnes (Talk | contribs) (Created page with '{{UnderscoreTitle}} {{Draft}} The queue_js_string() helper function is used to add inline scripts that will be printed by display_js. For scripts added …')
- 18:40, 6 February 2012 Functions/queue css string (hist) [1,590 bytes] Jflatnes (Talk | contribs) (Created page with '{{UnderscoreTitle}} {{Draft}} The queue_css_string() helper function is used to add inline styles that will be printed by display_css. For styles adde…')
- 18:37, 6 February 2012 Plugins/ZooomIt (hist) [1,123 bytes] SheilaBrennan (Talk | contribs) (Created page with 'The ZoomIt plugin relies on an beta service from Microsoft, [http://zoom.it/ Zoom.It]] that embeds an image viewer on the public items/show pages allowing your users zoom in and …')
- 16:17, 6 February 2012 Plugins/Commenting (hist) [3,445 bytes] Patrickmj (Talk | contribs) (Created page with '== ABOUT == Commenting provides a beefier implementation of comments than the earlier Comment plugin. It allows for comments on any record type (in theory, at least), and includ…')
- 17:03, 3 February 2012 Hooks/public theme page content (hist) [991 bytes] Patrickmj (Talk | contribs) (Created page with '{{UnderscoreTitle}} Allows plugins to hook in to the top of the page's content of public themes. Uses the 'public_theme_header' hook to inject content into the theme. This hook…')
- 17:01, 3 February 2012 Hooks/public theme body (hist) [1,087 bytes] Patrickmj (Talk | contribs) (Created page with '{{UnderscoreTitle}} Allows plugins to hook in to the top of the <body> of public themes. Uses the 'public_theme_header' hook to inject content into the theme. This hook receiv…')
- 16:58, 3 February 2012 Hooks/public theme page header (hist) [1,018 bytes] Patrickmj (Talk | contribs) (Created page with '{{UnderscoreTitle}} Allows plugins to hook in to the top of the page's header of public themes. Uses the 'public_theme_header' hook to inject content into the theme. This hook …')
- 17:09, 19 January 2012 Release Notes for 1.5 (hist) [2,513 bytes] Jflatnes (Talk | contribs) (Created page with 'This page is a draft; it describes a version of Omeka that has not been released yet. == New Features == * Users can now choose a language and locale to display the interface in…')
- 18:05, 9 January 2012 Moving to Omeka.net (hist) [2,777 bytes] SheilaBrennan (Talk | contribs) (Created page with 'If you are considering moving an Omeka project to Omeka.net, please note that there is not currently a one-click service that allows for this transition. You will be responsible …')
- 16:11, 9 January 2012 Org vs Net (hist) [1,747 bytes] SheilaBrennan (Talk | contribs) (Created page with '<h2>Omeka.org vs Omeka.net</h2> Omeka.net is an outgrowth of the <a href="http://omeka.org">Omeka project</a>. What are the differences between the version you download and insta…')
- 15:49, 21 December 2011 Translate Omeka (hist) [2,831 bytes] Patrickmj (Talk | contribs) (Created page with 'To start helping to translate Omeka into other languages, you will first need to register for an account at Transifex ( http://transifex.net ). That is the site we will be using …')
- 18:35, 16 December 2011 Hooks/make collection not featured (hist) [30 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == * $collection')
- 18:35, 16 December 2011 Hooks/make collection featured (hist) [30 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == * $collection')
- 18:34, 16 December 2011 Hooks/make collection not public (hist) [30 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == * $collection')
- 18:34, 16 December 2011 Hooks/make collection public (hist) [30 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == * $collection')
- 18:27, 16 December 2011 Hooks/remove record tag (hist) [253 bytes] Patrickmj (Talk | contribs) (Created page with '"record" is the name of a taggable model (items, exhibits) == Parameters == * $record -- the taggable object (Item, Exhibit) * $added -- array of the tags removed * $entity -- t…')
- 18:26, 16 December 2011 Hooks/add record tag (hist) [248 bytes] Patrickmj (Talk | contribs) (Created page with '"record" is the name of a taggable model (items, exhibits) == Parameters == * $record -- the taggable object (Item, Exhibit) * $added -- array of the tags added * $entity -- the…')
- 18:12, 16 December 2011 Hooks/after upload file (hist) [77 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == * $file -- File object * $item -- Item object == Example ==')
- 17:09, 16 December 2011 Hooks/item browse sql (hist) [661 bytes] Patrickmj (Talk | contribs) (Created page with '== Parameters == $select -- an Omeka_Db_Select object $params -- additional params for the query Example: <source lang="php"> function categories_item_browse_sql($select, $param…')
- 17:18, 3 November 2011 Recipes/Multiple Featured Collections (hist) [4,165 bytes] Patrickmj (Talk | contribs) (Created page with '== Problem == I'd like to have multiple featured collections displayed on the front page. == Solution 1 == It looks at first like you could just call <source lang="php">displ…')
- 20:21, 28 October 2011 Filters/item citation (hist) [478 bytes] Jflatnes (Talk | contribs) (Created page with '{{UnderscoreTitle}} The <code>item_citation</code> filter allows a plugin to modify the citations produced by the item_citation function. == Argument…')
- 20:06, 28 October 2011 Filters/theme options (hist) [838 bytes] Jflatnes (Talk | contribs) (Created page with 'Filters the theme configuration options before they are returned by a call to `get_theme_option`. Plugins can use this filter to modify settings for particular themes, or store …')
- 14:54, 10 October 2011 MVC Pattern and URL Paths in Omeka (hist) [3,088 bytes] Patrickmj (Talk | contribs) (Created page with '* Model-View-Controller pattern ** Models ** Views ** Controllers * URL Paths If you have a controller at MyPlugin/controllers/IndexController.php: - admin/my-plugin will per…')
- 14:44, 10 October 2011 Recipes/Modifying Appearance of Page Navigation (hist) [4,038 bytes] Andy (Talk | contribs) (Created page with '== Problem == I wanted to change the browse results page navigation from "First Next 22 23 24 25 26 Previous Last" to something like: "<< 1 ...... 22 23 24 25 26 ...... 163 >>" …')
- 14:28, 10 October 2011 Recipes/Removing Fields from Advanced Search (hist) [1,927 bytes] Andy (Talk | contribs) (Created page with '== Problem == The advanced search had a lot of fields that I didn't want to display. I wanted to limit the options to make it more user friendly, so instead of showing over 40 op…')
- 15:14, 4 October 2011 Recipes/Using Search Results to Create Custom Next and Previous Links (hist) [4,139 bytes] Andy (Talk | contribs) (Created page with '== Problem == When you search for a term, you get a list of results on the item browse page, and the term you searched is displayed in the search box. When you view an individual…')
- 22:28, 29 September 2011 Release Notes for 1.4.2 (hist) [1,175 bytes] Jflatnes (Talk | contribs) (Created page with 'Omeka 1.4.2 is the second maintenance release for the 1.4 series. == Fixes == === Files === * Deleting an item with missing or corrupt files causes an error ([https://github.co…')
- 18:54, 30 August 2011 Recipes/Browse Items by Type (hist) [2,144 bytes] Jflatnes (Talk | contribs) (Created page with '==Problem== I want to organize my site by item type, so I need users to easily be able to navigate between different item types without having to go through the advanced search p…')
- 16:13, 29 August 2011 Preparing your addon for the omeka.org addons lists (hist) [2,952 bytes] Patrickmj (Talk | contribs) (Created page with 'The summer of 2011 saw the introduction of a self-serve mechanism for having your addon listed on the theme or plugin pages on omeka.org. The process involves some additional st…')
- 03:17, 20 July 2011 Recipes/Browse Within A Collection (hist) [2,270 bytes] Aodiorne (Talk | contribs) (Created page with '== Problem == There are many ways to sort and browse items in Omeka, but I wanted to be able to have users browse collection items by item type in when visiting each collections …')
- 21:30, 19 July 2011 Recipes/Collection Item Thumbnails (hist) [2,567 bytes] Aodiorne (Talk | contribs) (Created page with '== Problem == I wanted to add items with images to my collection browse pages. == Solution == I made a loop of featured items for each collection and displayed thumbnails that li…')
- 20:10, 19 July 2011 Recipes/Default Item Thumbnail Images (hist) [4,334 bytes] Aodiorne (Talk | contribs) (Created page with '== Problem == I wanted to make a gallery of images for the browse page, but I had a number of items without images and wanted a uniform look. == Solution == I changed the item l…')
- 21:26, 14 July 2011 Recipes/Display different header image (hist) [1,489 bytes] Patrickmj (Talk | contribs) (Created page with '== Problem == I want to display a different header image if the page is a SimplePages page. * See also [http://omeka.org/forums/topic/header-images-and-themes|Header Images and T…')
- 20:50, 14 July 2011 How to write a recipe page (hist) [1,857 bytes] Patrickmj (Talk | contribs) (Created page with '"Recipe" pages are intended to demonstrate real problem and solutions in developing addons for Omeka. They should be relatively concise examples of how to use the tools in Omeka …')
- 16:38, 14 July 2011 Release Notes for 1.4.1 (hist) [809 bytes] Jflatnes (Talk | contribs) (Created page with 'Omeka 1.4.1 is the first bugfix release for the 1.4 series. This release is mainly focused on polish and improvements to the batch editing feature introduced in Omeka 1.4. == Fi…')
- 19:38, 7 July 2011 How to write a function documentation page (hist) [7,081 bytes] Patrickmj (Talk | contribs) (Created page with '== Page Structure == Function documentation pages should follow the following structure: * Summary - A prose description of the purpose and usage of the function * Since - The …')
- 20:39, 22 June 2011 Plugins/Scripto (hist) [4,990 bytes] Jsafley (Talk | contribs) (Created page with 'The Scripto plugin allows you to crowdsource the transcription of your Omeka content. It adds a feature rich interface to the admin and public sides that includes many features f…')
- 15:43, 6 June 2011 Release Notes for 1.4 (hist) [2,018 bytes] Patrickmj (Talk | contribs) (Created page with ''''General''' * Improved update and installation scripts * Improved error handling and logging * Improved upload file handling * Allows configuration of tag delimiter * Improveme…')
- 18:15, 25 May 2011 Site Planning Tips (hist) [6,439 bytes] SheilaBrennan (Talk | contribs) (Created page with 'Before starting to work with Omeka, it is useful to sketch out wireframes of site to help to plan how you want the public site to look and how you want visitors to access and use…')
- 18:51, 12 May 2011 Plugin API/Filter/admin theme name (hist) [768 bytes] Jflatnes (Talk | contribs) (documents admin_theme_name filter)
- 18:50, 12 May 2011 Plugin API/Filter/public theme name (hist) [957 bytes] Jflatnes (Talk | contribs) (documents public_theme_name filter)
- 18:25, 12 May 2011 Theming Plugin Pages (hist) [2,690 bytes] Jflatnes (Talk | contribs) ( first pass at documenting theme page overriding)
- 15:53, 2 May 2011 Documentation Working Group Tasks (hist) [627 bytes] Sleon (Talk | contribs) (initial list of tasks for DWG)
- 23:40, 5 April 2011 Exhibit Builder Layouts (hist) [1,570 bytes] JeremyBoggs (Talk | contribs) (Adds ExhibitBuilder layouts, using the Template:ExhibitBuilderLayout template.)
- 20:12, 22 February 2011 Release Notes for 1.3.2 (hist) [636 bytes] JeremyBoggs (Talk | contribs) (Created page with '* Adds plugin_footer() to core views. * Gets rid of a spurious error thrown before installer redirect. * Fixes some instances where links in the Plugins and Theme's admin panel w…')
- 19:13, 17 February 2011 Using HTML Editor-TinyMCE (hist) [1,601 bytes] SheilaBrennan (Talk | contribs) (Created page with 'Users working in the admin side of Omeka sites can use a HTML editor, powered by TinyMCE, to style and format text, to add links, and to embed multimedia. == Use the Editor == …')
- 21:28, 16 February 2011 Plugins/ItemRelations (hist) [2,690 bytes] Jsafley (Talk | contribs) (Created page with 'This plugin lets you define relations between items. For example, you can make one item a part of another item, where a ''part of'' is the relation. You can also make one item a …')
New pages
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

