New pages

New pages
Hide bots | Show redirects
(Latest | Earliest) View (newer 50) () (20 | 50 | 100 | 250 | 500)
  • 13:52, 24 May 2012 ‎Recipes/Looping the Omeka Way (hist) ‎[2,649 bytes] ‎Patrickmj (Talk | contribs) (Created page with '== Problem == My plugin creates new Omeka records, and I want to make theming functions that follow Omeka's usual way of looping through them for display. == Solution 1 == Th…')
  • 15:20, 3 May 2012 ‎Updating For Exhibit Builder 2.0 (hist) ‎[965 bytes] ‎Patrickmj (Talk | contribs) (Created page with '{{Draft}} Exhibit Builder 2.0 implements many changes which could impact your site if you have done customization work on how exhibits are themed and displayed. This is a running…')
  • 14:36, 11 April 2012 ‎Release Notes for 1.5.1 (hist) ‎[486 bytes] ‎Jflatnes (Talk | contribs) (Created page with 'Omeka 1.5.1 is the first maintenance release for the 1.5 series. == Bug Fixes == * [https://github.com/omeka/Omeka/issues/161 #161]: omeka-xml output only renders the last eleme…')
  • 19:06, 2 April 2012 ‎Plugins/Library of Congress Suggest (hist) ‎[2,136 bytes] ‎SheilaBrennan (Talk | contribs) (Created page with 'This plugin adds an auto-complete feature to any Dublin Core metadata fields by pulling results from Library of Congress's list of authorities and controlled vocabularies. This f…')
  • 20:50, 26 March 2012 ‎Understanding Default Theme Files (hist) ‎[1,669 bytes] ‎Patrickmj (Talk | contribs) (We refer in the forums a lot to the process of stopping the fallback behavior for theme files. This is meant to be a reference point so we can stop repeating ourselves.)
  • 16:24, 26 March 2012 ‎Plugins/ItemOrder (hist) ‎[1,773 bytes] ‎SheilaBrennan (Talk | contribs) (Created page with 'Item Order allows users to order items for public display on the Collection browse pages. == Order Items in a Collection == * Follow instruction forInstalling_a_Plugin. * C…')
  • 01:30, 25 March 2012 ‎Filters/Element Flatten Filter (hist) ‎[1,700 bytes] ‎Gsbodine (Talk | contribs) (Created page with 'Customize the form input value for a particular element after form is posted but before validation. == Filter Name == This filter's name is actually an array of strings. The fi…')
  • 18:23, 12 March 2012 ‎Updating Plugins For 2.0 (hist) ‎[3,759 bytes] ‎Patrickmj (Talk | contribs) (Created page with 'Omeka 2.0 will include many changes that will affect how plugins are designed and how they accomplish various tasks. This is a running list, and will likely change greatly betwee…')
  • 18:05, 29 February 2012 ‎Recipes/Controlling Editing Access on Plugin Content (hist) ‎[3,630 bytes] ‎Patrickmj (Talk | contribs) (Created page with '== Problem == Your plugin adds a model for content. You want many roles to see and add that type of content, but only the creator of that content should be able to edit it. == So…')
  • 02:10, 21 February 2012 ‎Recipes/Linking to Related Items (hist) ‎[3,441 bytes] ‎Andy (Talk | contribs) (Linking to Related Items)
  • 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,888 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) ‎[4,234 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,822 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,962 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,495 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) ‎[5,995 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…')
(Latest | Earliest) View (newer 50) () (20 | 50 | 100 | 250 | 500)