<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums: Recent Posts</title>
<link>http://omeka.org/forums/</link>
<description>Forums: Recent Posts</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 20:33:51 +0000</pubDate>

<item>
<title>kellyms on "Admin Users can or can not create users?"</title>
<link>http://omeka.org/forums/topic/admin-users-can-or-can-not-create-users#post-832</link>
<pubDate>Fri, 09 Jan 2009 12:29:54 +0000</pubDate>
<dc:creator>kellyms</dc:creator>
<guid isPermaLink="false">832@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Jeremy,&#60;/p&#62;
&#60;p&#62;Thank you for the clarification and updating the documentation.&#60;/p&#62;
&#60;p&#62;Marj
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Admin Users can or can not create users?"</title>
<link>http://omeka.org/forums/topic/admin-users-can-or-can-not-create-users#post-831</link>
<pubDate>Fri, 09 Jan 2009 10:48:37 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">831@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Marj,&#60;/p&#62;
&#60;p&#62;Admin users cannot add other users; only Super users can manage users. My apologies for the mistake. I've updated the documentation accordingly.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Jeremy
&#60;/p&#62;</description>
</item>
<item>
<title>ebellempire on "Image Does Not Display in Item Record"</title>
<link>http://omeka.org/forums/topic/image-does-not-display-in-item-record#post-830</link>
<pubDate>Thu, 08 Jan 2009 20:35:07 +0000</pubDate>
<dc:creator>ebellempire</dc:creator>
<guid isPermaLink="false">830@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Upon further review, some of my images DO display in the item record, while others DO NOT. &#60;/p&#62;
&#60;p&#62;The only thing I can think of is some variable in how they were uploaded and processed by users (undergrad students).  I will poke around some more but any tips would be welcome.  &#60;/p&#62;
&#60;p&#62;Thanks - Erin B.
&#60;/p&#62;</description>
</item>
<item>
<title>kellyms on "Trouble Saving (and the Resolution)"</title>
<link>http://omeka.org/forums/topic/trouble-saving-and-the-resolution#post-829</link>
<pubDate>Thu, 08 Jan 2009 17:19:12 +0000</pubDate>
<dc:creator>kellyms</dc:creator>
<guid isPermaLink="false">829@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm getting the same error but with version .10. The steps that recreate the error:&#60;/p&#62;
&#60;p&#62;1. Click Add Exhibit&#60;br /&#62;
2. Complete form leaving the default  Exhibit is featured: to No.&#60;br /&#62;
3. Click either Save Changes or Add Section.&#60;/p&#62;
&#60;p&#62;The exhibit can only be added if Exhibit is Featured is set to Yes.&#60;/p&#62;
&#60;p&#62;Tested editing the Exhibit and the error continues to happen when ever I try to flip the feature to no.&#60;/p&#62;
&#60;p&#62;Hope that helps with the debugging, let me know if there is any other information you need
&#60;/p&#62;</description>
</item>
<item>
<title>ebellempire on "Image Does Not Display in Item Record"</title>
<link>http://omeka.org/forums/topic/image-does-not-display-in-item-record#post-828</link>
<pubDate>Thu, 08 Jan 2009 13:58:16 +0000</pubDate>
<dc:creator>ebellempire</dc:creator>
<guid isPermaLink="false">828@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to mod the Dark theme so that the image displays in the item record.  I looked in item/show.php and it looks correct...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (item_has_thumbnail()): ?&#38;gt;
&#38;lt;div class=&#38;quot;item-image&#38;quot;&#38;gt;
&#38;lt;?php echo display_files_for_item(array(&#38;#39;imageSize&#38;#39;=&#38;gt;&#38;#39;fullsize&#38;#39;)); ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can someone tell me what the problem is?  I'm stumped.
&#60;/p&#62;</description>
</item>
<item>
<title>bethnicol on "0.10 - gzip header problem (was 1.0 - cannot install of upgrade)"</title>
<link>http://omeka.org/forums/topic/010-gzip-header-problem-was-10-cannot-install-of-upgrade#post-827</link>
<pubDate>Thu, 08 Jan 2009 11:19:59 +0000</pubDate>
<dc:creator>bethnicol</dc:creator>
<guid isPermaLink="false">827@http://omeka.org/forums/</guid>
<description>&#60;p&#62;More research reveals:&#60;/p&#62;
&#60;p&#62;In firefox, if I can the configuration for network.http.accept-encoding from the the default setting of &#34;gzip,deflate&#34; to &#34;&#34;, then I get the pages displayed correctly.&#60;/p&#62;
&#60;p&#62;Looking at the headers from the application, it seems that the server is sending gzip'd data with a header that says type=&#34;text/html&#34; -- &#60;/p&#62;
&#60;p&#62;I tried adding in the additional parameters for compression from my 0.92 .htaccess:&#60;br /&#62;
        php_flag zlib.output_compression On&#60;br /&#62;
        php_flag register_globals off&#60;/p&#62;
&#60;p&#62;At this point, that seems to have no effect on the results.&#60;/p&#62;
&#60;p&#62;As the accept-encoding seems to be the default setting for browsers, I really need to solve this before I can put the site up.
&#60;/p&#62;</description>
</item>
<item>
<title>bethnicol on "1.0 - cannot install or upgrade"</title>
<link>http://omeka.org/forums/topic/10-cannot-install-or-upgrade#post-826</link>
<pubDate>Thu, 08 Jan 2009 10:03:31 +0000</pubDate>
<dc:creator>bethnicol</dc:creator>
<guid isPermaLink="false">826@http://omeka.org/forums/</guid>
<description>&#60;p&#62;This gets even more strange:&#60;br /&#62;
reaching the url using Safari, Firefox (both mac and windows), IE and Lynx return the binary gibberish.&#60;/p&#62;
&#60;p&#62;However, wget gets proper html which can then be displayed in a browser.
&#60;/p&#62;</description>
</item>
<item>
<title>bethnicol on "1.0 - cannot install or upgrade"</title>
<link>http://omeka.org/forums/topic/10-cannot-install-or-upgrade#post-825</link>
<pubDate>Thu, 08 Jan 2009 09:44:50 +0000</pubDate>
<dc:creator>bethnicol</dc:creator>
<guid isPermaLink="false">825@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Note: I have also unzipped and attempted to install on my space at pair.com (where there is a working 0.92 installation as well); pair is freebsd, but I get the same results - gibberish to the screen, but if I execute &#34;php index.php&#34; at the command line I see reasonable html with funky paths to css and js files.&#60;/p&#62;
&#60;p&#62;I have added the RewriteBase /omeka-0.10 line for a non-root install (and the same + /admin for the admin directory).
&#60;/p&#62;</description>
</item>
<item>
<title>bethnicol on "1.0 - cannot install or upgrade"</title>
<link>http://omeka.org/forums/topic/10-cannot-install-or-upgrade#post-824</link>
<pubDate>Wed, 07 Jan 2009 12:08:32 +0000</pubDate>
<dc:creator>bethnicol</dc:creator>
<guid isPermaLink="false">824@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I have a working 0.92 installation (RedHat Linux, mysql 5.0, php 5.2.6)&#60;/p&#62;
&#60;p&#62;I have no plugins enabled.&#60;/p&#62;
&#60;p&#62;Following the upgrade instructions I try to open the site in the browser (so I can upgrade);&#60;/p&#62;
&#60;p&#62;Ideas? I tried pointing it at a new, empty database, but that gives the same sort of results.&#60;/p&#62;
&#60;p&#62;I get a screen full of gibberish:&#60;/p&#62;
&#60;p&#62;���������Mo�0�����f�l�M ,@����G�fk!��It���#)z�'��އz)���o����������v�ƥ&#124;��H�-���Wqw��O LIR��f ���R�}/�+�Û,�i�����8kDE�595���@�^��&#124;u52d1�o�a�&#34;ik5�\:I�V��� �GA3e���3���/��K�1��i�O(k&#34;R��+��@^�O4X�5&#34;Ņm�;@@����b�&#60;code&#62;e�xTDǠ ��nOw�����ݾN&#60;/code&#62;�I?Y��^�Yl]�(c��䲃D�}5�ue�`���A��C���0�[K�g�� �0�m5rұ��;��!�5��wP�#����X-J�˯��8�/�Y m�%�(�Թ��dq��!�����������~=sf���&#60;/p&#62;
&#60;p&#62;If I run index.php from the command line (php index.php) I can see nice html, etc -- but I notice that the hrefs for things like css and js, etc are rather funky looking: eg &#60;a href=&#34;http:///./themes/default/css/screen.css&#34; rel=&#34;nofollow&#34;&#62;http:///./themes/default/css/screen.css&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kellyms on "Admin Users can or can not create users?"</title>
<link>http://omeka.org/forums/topic/admin-users-can-or-can-not-create-users#post-823</link>
<pubDate>Wed, 07 Jan 2009 11:07:29 +0000</pubDate>
<dc:creator>kellyms</dc:creator>
<guid isPermaLink="false">823@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;We're using Omeka .10.&#60;/p&#62;
&#60;p&#62;I have set up several people with admin access specifically so they can add users.  When logged in using an account set to the admin role, I can't add users. Superadmin can add users no problem but I don't really want to give them that level of access. Is this correct or is this a bug?  &#60;/p&#62;
&#60;p&#62;The documentation at &#60;a href=&#34;http://omeka.org/codex/User_Roles&#34; rel=&#34;nofollow&#34;&#62;http://omeka.org/codex/User_Roles&#60;/a&#62; seems to indicate that Admin users can add users but am I misunderstanding this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Marj
&#60;/p&#62;</description>
</item>
<item>
<title>Kevinreiss on "Limit on tags per item?"</title>
<link>http://omeka.org/forums/topic/limit-on-tags-per-item#post-822</link>
<pubDate>Tue, 06 Jan 2009 21:49:59 +0000</pubDate>
<dc:creator>Kevinreiss</dc:creator>
<guid isPermaLink="false">822@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for checking into this. You can add as many as you like during an initial add or during an edit session using admin/items/edit. However when you open up an item for re-editing using the edit mechanism any tags that you've entered beyond ten disappear when you save your changes, even if they are unrelated to the tags you've given an item. Also the public interface won't display any more than ten tags for an item when you look at a record in the individual item view.
&#60;/p&#62;</description>
</item>
<item>
<title>Kevinreiss on "Problem Deleting Existing Tags"</title>
<link>http://omeka.org/forums/topic/problem-deleting-existing-tags#post-821</link>
<pubDate>Tue, 06 Jan 2009 21:43:11 +0000</pubDate>
<dc:creator>Kevinreiss</dc:creator>
<guid isPermaLink="false">821@http://omeka.org/forums/</guid>
<description>&#60;p&#62;This problem is happening in tags panel on the admin/items/edit part of the management interface. We are using the 12-18 edition of .10 stable. I've had the problem happen in FF2, IE7 on Windows and FF3 and Safari 3.2.1 on OSX 10.5.6.
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-820</link>
<pubDate>Tue, 06 Jan 2009 12:51:42 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">820@http://omeka.org/forums/</guid>
<description>&#60;p&#62;So, after talking to Kris about this, and testing this out with santheo, it looks like the solution is to add &#60;code&#62;require_once &#38;quot;Exhibit.php&#38;quot;;&#60;/code&#62; as the first line inside the function I offered. We're not sure why you have to do this, though. In any case, we'll probably add this or a similar helper to a future version of the Exhibit Builder plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Problem Deleting Existing Tags"</title>
<link>http://omeka.org/forums/topic/problem-deleting-existing-tags#post-819</link>
<pubDate>Fri, 02 Jan 2009 20:51:32 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">819@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm not able to replicate this on FF3/Mac. Are you talking about the tags panel in the admin/items/edit page for an item, or the admin/items/show page, with the tags panel in the sidebar? And, are you using the latest stable 0.10 release of Omeka, or 0.10 beta? We haven't seen/heard about this bug in either version, but it would help us to know what version your using to track it down.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Limit on tags per item?"</title>
<link>http://omeka.org/forums/topic/limit-on-tags-per-item#post-818</link>
<pubDate>Fri, 02 Jan 2009 20:48:48 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">818@http://omeka.org/forums/</guid>
<description>&#60;p&#62;There shouldn't be any limit to the number of tags, so this appears to be a bug. I could add more than ten in admin/items/edit page for an item, but not the panel for tags on the admin/items/show page for an item, which is really odd. We'll have to add a ticket for this bug, and will update this forum topic when we resolve it.&#60;/p&#62;
&#60;p&#62;Sorry for the bug, but thanks for finding it!
&#60;/p&#62;</description>
</item>
<item>
<title>santheo on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-817</link>
<pubDate>Fri, 02 Jan 2009 18:11:29 +0000</pubDate>
<dc:creator>santheo</dc:creator>
<guid isPermaLink="false">817@http://omeka.org/forums/</guid>
<description>&#60;p&#62;We're using .10. I thought it might be something screwy on my local development version, but it's throwing the same error on our server as well. Any advice you have on where to look next would be greatly appreciated...
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-816</link>
<pubDate>Wed, 31 Dec 2008 17:33:59 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">816@http://omeka.org/forums/</guid>
<description>&#60;p&#62;What version of Omeka are you using? I just tried this with 0.10, with the ExhibitBuilder plugin activated, and it works for me. I didn't try it with 0.9, but I can do that and get back to you. And now that I think about it, if you are using 0.9, you can't use a custom.php file in your public theme...I forgot about that! You'd either have to make a new plugin with just that function, or put the function directly in your theme/items/show.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>santheo on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-815</link>
<pubDate>Tue, 30 Dec 2008 14:30:27 +0000</pubDate>
<dc:creator>santheo</dc:creator>
<guid isPermaLink="false">815@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I was able to turn error reporting on. This is the error: &#60;/p&#62;
&#60;p&#62;Fatal error: Class 'Exhibit' not found in (...)/application/libraries/Omeka/Db/Table.php on line 365
&#60;/p&#62;</description>
</item>
<item>
<title>santheo on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-814</link>
<pubDate>Tue, 30 Dec 2008 14:16:20 +0000</pubDate>
<dc:creator>santheo</dc:creator>
<guid isPermaLink="false">814@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks, Jeremy. It's close, but it's not quite working. Unfortunately, I'm not sure how to nail down exactly what the problem is, as my Apache error log is quite about it. Basically the page renders up to the point of the function call, then stops. I've commented out stuff to hone in on the offending code, and it appears to be the &#34;-&#38;gt;getTable(&#34;Exhibit&#34;)&#34; command. If I take that out, the page renders, though still not properly -- it doesn't show any results. But at least it renders. When I put that phrase back it, it borks again.&#60;/p&#62;
&#60;p&#62;Not sure what to do at this point other than appeal to you for more assistance. Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
-Sandy
&#60;/p&#62;</description>
</item>
<item>
<title>Kevinreiss on "Limit on tags per item?"</title>
<link>http://omeka.org/forums/topic/limit-on-tags-per-item#post-813</link>
<pubDate>Sun, 28 Dec 2008 16:37:04 +0000</pubDate>
<dc:creator>Kevinreiss</dc:creator>
<guid isPermaLink="false">813@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Is there a limit on the number of tags that can be attached to an item in v.10? The public theme   in v.10 only will display 10 tags for an item even if more than 10 are assigned. It also appears that the &#34;edit&#34; mechanism in admin will only accommodate up 10 tag association. Any associations beyond that number are deleted whenever you make any kind of edit to an item. Is there somewhere that this behavior can be changed to allow more tags per item?
&#60;/p&#62;</description>
</item>
<item>
<title>Kevinreiss on "Problem Deleting Existing Tags"</title>
<link>http://omeka.org/forums/topic/problem-deleting-existing-tags#post-812</link>
<pubDate>Tue, 23 Dec 2008 13:10:29 +0000</pubDate>
<dc:creator>Kevinreiss</dc:creator>
<guid isPermaLink="false">812@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've noticed a bug in the latest version of .10 that we are using. Deleting an existing single tag while using the &#34;tag&#34; screen of the item creation/editing interface results in the deletion of all tags associated with an object instead of just the one selected. I've replicated the error in FF2, FF3, IE7 on windows and Safari on a MAC. We are running omeka on a typical LAMP setup. Has anyone else experienced this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>jpeg2000 on "Associating Metadata With Batch Uploaded Files"</title>
<link>http://omeka.org/forums/topic/associating-metadata-with-batch-uploaded-files#post-811</link>
<pubDate>Tue, 23 Dec 2008 12:08:01 +0000</pubDate>
<dc:creator>jpeg2000</dc:creator>
<guid isPermaLink="false">811@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hello Tom,&#60;/p&#62;
&#60;p&#62;I haven't seen much mentioned about it with the new release, and I'm wondering if the CONTENTdm migration tools are included in .10 release. &#60;/p&#62;
&#60;p&#62;Jason
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-810</link>
<pubDate>Mon, 22 Dec 2008 20:09:03 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">810@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi santheo,&#60;/p&#62;
&#60;p&#62;There isn't a helper function in the core or the ExhibitBuilder plugin that does this, but I wrote this function a while back to return links to any exhibits that used an particular item:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function link_to_related_exhibits($item) {

	$db = get_db();

	$select = &#38;quot;
	SELECT e.* FROM {$db-&#38;gt;prefix}exhibits e
	INNER JOIN {$db-&#38;gt;prefix}sections s ON s.exhibit_id = e.id
	INNER JOIN {$db-&#38;gt;prefix}section_pages sp on sp.section_id = s.id
	INNER JOIN {$db-&#38;gt;prefix}items_section_pages isp ON isp.page_id = sp.id
	WHERE isp.item_id = ?&#38;quot;;

	$exhibits = $db-&#38;gt;getTable(&#38;quot;Exhibit&#38;quot;)-&#38;gt;fetchObjects($select,array($item));

	if(!empty($exhibits)) {
		echo &#38;#39;&#38;lt;h3&#38;gt;Related Exhibits&#38;lt;/h3&#38;gt;&#38;#39;;
		echo &#38;#39;&#38;lt;ul&#38;gt;&#38;#39;;
		foreach($exhibits as $exhibit) {
			echo &#38;#39;&#38;lt;li&#38;gt;&#38;#39;.link_to_exhibit($exhibit).&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;;
		}
		echo &#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add this function to your custom.php file in your public theme, then use the function in your items/show.php file like so:&#60;/p&#62;
&#60;p&#62;`&#38;lt;?php echo link_to_related_exhibits(item('ID')); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;This is all assuming your using Omeka 0.10. If you're using 0.9, you would need to use:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo link_to_related_exhibits($item-&#38;gt;id); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This could be modified to link to the actual page in the exhibit where the item is used.&#60;/p&#62;
&#60;p&#62;Hope this helps!
&#60;/p&#62;</description>
</item>
<item>
<title>santheo on "Linking to Exhibit from item page"</title>
<link>http://omeka.org/forums/topic/linking-to-exhibit-from-item-page#post-809</link>
<pubDate>Mon, 22 Dec 2008 17:03:26 +0000</pubDate>
<dc:creator>santheo</dc:creator>
<guid isPermaLink="false">809@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm using the ExhibitBuilder to organize our items into exhibits. I'd like to present a link on each individual item page back to the exhibit page or pages that it's a part of. Is this currently possible?
&#60;/p&#62;</description>
</item>
<item>
<title>phpdev on "API for object insert, items for example"</title>
<link>http://omeka.org/forums/topic/api-for-object-insert-items-for-example#post-808</link>
<pubDate>Sun, 21 Dec 2008 00:12:33 +0000</pubDate>
<dc:creator>phpdev</dc:creator>
<guid isPermaLink="false">808@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Yes, thanks for sharing the code, that helps a bit..
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "API for object insert, items for example"</title>
<link>http://omeka.org/forums/topic/api-for-object-insert-items-for-example#post-807</link>
<pubDate>Sat, 20 Dec 2008 19:20:05 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">807@http://omeka.org/forums/</guid>
<description>&#60;p&#62;The next version of Omeka will include an insert_item() helper function that will make this much easier -- one of our other devs, Jim, is working on migration scripts and may have more insight, particularly regarding the use of phased loading to possibly have a script run in the background and not time-out over HTTP.  &#60;/p&#62;
&#60;p&#62;Here's a look at the code for inserting items that's being used in the soon-to-be-released upgrade of the dropbox plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**
* This function will be deprecated in the upcoming 1.0 release
* in favor of an insert_item function added to the core
**/
function insert_item($itemMetadata = array(), $elementTexts = array())
{
    // Insert a new Item
    $item = new Item;

    // Item Metadata
    $item-&#38;gt;public           = $itemMetadata[&#38;#39;public&#38;#39;];
    $item-&#38;gt;featured         = $itemMetadata[&#38;#39;featured&#38;#39;];
    $item-&#38;gt;collection_id    = $itemMetadata[&#38;#39;collection_id&#38;#39;];

    foreach ($elementTexts as $elementSetName =&#38;gt; $elements) {
        foreach ($elements as $elementName =&#38;gt; $elementTexts) {
            $element = $item-&#38;gt;getElementByNameAndSetName($elementName, $elementSetName);
            foreach ($elementTexts as $elementText) {
                $item-&#38;gt;addTextForElement($element, $elementText[&#38;#39;text&#38;#39;], $elementText[&#38;#39;html&#38;#39;]);
            }
        }
    }

    // Save Item and all of its metadata
    $item-&#38;gt;save();

    // Save Element Texts
    $item-&#38;gt;saveElementTexts();

    return $item;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And in a plugin's controller, you would use something similar to the following code to pass metadata to the helper function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$itemMetadata = array(  &#38;#39;public&#38;#39;            =&#38;gt; $_POST[&#38;#39;public&#38;#39;],
                                        &#38;#39;featured&#38;#39;          =&#38;gt; $_POST[&#38;#39;featured&#38;#39;],
                                        &#38;#39;collection_id&#38;#39;     =&#38;gt; $_POST[&#38;#39;collection_id&#38;#39;]);

                $elementTexts = array(&#38;#39;Dublin Core&#38;#39; =&#38;gt; array(&#38;#39;Title&#38;#39; =&#38;gt; array(array(&#38;#39;text&#38;#39; =&#38;gt; $originalName, &#38;#39;html&#38;#39; =&#38;gt; false))));
                $item = dropbox_insert_item($itemMetadata, $elementTexts);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does that help?  You may be interested in joining our Developer Google Group where these more-technical questions are often asked: &#60;a href=&#34;http://groups.google.com/group/omeka-dev&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/omeka-dev&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dave
&#60;/p&#62;</description>
</item>
<item>
<title>phpdev on "API for object insert, items for example"</title>
<link>http://omeka.org/forums/topic/api-for-object-insert-items-for-example#post-806</link>
<pubDate>Sat, 20 Dec 2008 18:33:11 +0000</pubDate>
<dc:creator>phpdev</dc:creator>
<guid isPermaLink="false">806@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm trying to load an existing data collection to Omeka. The existing collection is too big to load by hand, instead I'll need to automate the load.&#60;/p&#62;
&#60;p&#62;I notice that Omeka uses MyISAM, hence no referential integrity constraints in the DB, so I'm hesitant to directly convert the schema and load outside of Omeka's existing functionality.&#60;/p&#62;
&#60;p&#62;Is there API that I can use?&#60;/p&#62;
&#60;p&#62;When I look at ItemsController I see code that appears to require an interactive user session with a browser.&#60;/p&#62;
&#60;p&#62;Any suggestions welcome, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>ammon on "missing file during install?"</title>
<link>http://omeka.org/forums/topic/missing-file-during-install#post-805</link>
<pubDate>Wed, 17 Dec 2008 11:54:35 +0000</pubDate>
<dc:creator>ammon</dc:creator>
<guid isPermaLink="false">805@http://omeka.org/forums/</guid>
<description>&#60;p&#62;It seems to be an issue with a couple of variables in the my.cnf file.&#60;/p&#62;
&#60;p&#62;Per these forum posts: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.mysql.com/read.php?52,151255,151255#msg-151255&#34; rel=&#34;nofollow&#34;&#62;http://forums.mysql.com/read.php?52,151255,151255#msg-151255&#60;/a&#62; (look through all messages, they basically say change the bind address)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.mysql.com/read.php?52,234903,235833#msg-235833&#34; rel=&#34;nofollow&#34;&#62;http://forums.mysql.com/read.php?52,234903,235833#msg-235833&#60;/a&#62; (this one talks about changing the max allowed packets)&#60;/p&#62;
&#60;p&#62;Try changing the &#34;bind-address&#34; to either be the internal IP (192.168.x.x) if the servers are on an internal network, or the WAN IP (the one accessible to the world).&#60;/p&#62;
&#60;p&#62;Also try changing the max_allowed_packet to 16M or 32M.&#60;/p&#62;
&#60;p&#62;Please post back if that works, or if you get it to work in any other way for the benefit of future users. :)
&#60;/p&#62;</description>
</item>
<item>
<title>rmurphy on "User Comments?"</title>
<link>http://omeka.org/forums/topic/user-comments#post-804</link>
<pubDate>Tue, 16 Dec 2008 13:45:54 +0000</pubDate>
<dc:creator>rmurphy</dc:creator>
<guid isPermaLink="false">804@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for the quick response, Dave.  I am a complete coding novice, so I'll probably put this on the back burner for a bit until I learn more, but I will definitely join the Google Group.  With luck, someone there will be excited about jumping on the project ;)&#60;/p&#62;
&#60;p&#62;Our site is so new that we haven't put it up publicly yet - we're doing the localhost thing while we try to configure it and make sure it meets our needs - but as soon as it is I will post it here.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Robyn
&#60;/p&#62;</description>
</item>
<item>
<title>senthil on "Looking to Hire Programmer for Omeka Migration from XML database Export"</title>
<link>http://omeka.org/forums/topic/looking-to-hire-programmer-for-omeka-migration-from-xml-database-export#post-803</link>
<pubDate>Tue, 16 Dec 2008 12:00:05 +0000</pubDate>
<dc:creator>senthil</dc:creator>
<guid isPermaLink="false">803@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Josh,&#60;/p&#62;
&#60;p&#62;Do you have a sample of the data? I can take a look at it and provide an estimate.&#60;/p&#62;
&#60;p&#62;You can also reach me at &#60;a href=&#34;mailto:senthilblogs@gmail.com&#34;&#62;senthilblogs@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-Senthil
&#60;/p&#62;</description>
</item>
<item>
<title>kellyms on "missing file during install?"</title>
<link>http://omeka.org/forums/topic/missing-file-during-install#post-802</link>
<pubDate>Tue, 16 Dec 2008 08:37:32 +0000</pubDate>
<dc:creator>kellyms</dc:creator>
<guid isPermaLink="false">802@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Dave,&#60;/p&#62;
&#60;p&#62;It is a yes/no answer about the MySQL connection. &#60;/p&#62;
&#60;p&#62;Just a quick bit about our set up, the Apache/PHP box with Omeka installed is in one subnet, the MySQL box is in another.  There is a firewall between them with a rule to allow MySQL access via a particular port. &#60;/p&#62;
&#60;p&#62;We have other php programs running on the same server that can connect to databases on the MySQL server with no problems. &#60;/p&#62;
&#60;p&#62;Have added the port to the db.ini file of Omeka but still no go. Has anyone tried Omeka in this type of environment?  Is there any reason it would not work with a firewall between the php and database?&#60;/p&#62;
&#60;p&#62;Marj
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "User Comments?"</title>
<link>http://omeka.org/forums/topic/user-comments#post-801</link>
<pubDate>Mon, 15 Dec 2008 20:24:03 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">801@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Robyn,&#60;/p&#62;
&#60;p&#62;Thanks for the Omeka love!  If you have an example of a site that you're developing at Portsmouth, we'd love to see it and add it to the master-list of Omeka installs: &#60;a href=&#34;http://omeka.org/codex/View_Sites_Powered_by_Omeka&#34; rel=&#34;nofollow&#34;&#62;http://omeka.org/codex/View_Sites_Powered_by_Omeka&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At this time there's no commenting plugin official scheduled for release from the core development team, but this is something we're interested in, and we'd love to help anyone out who's willing to take it on.  *hint hint* It shouldn't be overly complicated, and we can offer advice on the Developer Google Group &#60;a href=&#34;http://groups.google.com/group/omeka-dev&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/omeka-dev&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Dave Lester
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "missing file during install?"</title>
<link>http://omeka.org/forums/topic/missing-file-during-install#post-800</link>
<pubDate>Mon, 15 Dec 2008 20:20:21 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">800@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Kelly,&#60;/p&#62;
&#60;p&#62;It sounds like this is a problem with your MySQL connection, and not relating to the missing css file.  Have you installed a previous version of Omeka on your server with the same database information?  Double check and let us know.&#60;/p&#62;
&#60;p&#62;Good luck,&#60;br /&#62;
Dave Lester
&#60;/p&#62;</description>
</item>
<item>
<title>TomScheinfeldt on "Making Contribution Plugin .10 compatible"</title>
<link>http://omeka.org/forums/topic/making-contribution-plugin-10-compatible#post-799</link>
<pubDate>Mon, 15 Dec 2008 19:11:29 +0000</pubDate>
<dc:creator>TomScheinfeldt</dc:creator>
<guid isPermaLink="false">799@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Just to follow up on Jeremy's post. If you'd like to help upgrade the Contribution plugin yourself and help get it out before February, please let us know on the dev list (http://omeka.org/get-involved/develop/). We'll get you started.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "404 Error for SimplePages"</title>
<link>http://omeka.org/forums/topic/404-error-for-simplepages#post-798</link>
<pubDate>Mon, 15 Dec 2008 15:24:02 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">798@http://omeka.org/forums/</guid>
<description>&#60;p&#62;There's a bug fix for this that's available for download via SVN, &#60;a href=&#34;https://omeka.org/trac/browser/plugins/SimplePages/tags/0.10.x-0.2.1&#34; rel=&#34;nofollow&#34;&#62;https://omeka.org/trac/browser/plugins/SimplePages/tags/0.10.x-0.2.1&#60;/a&#62;  The changes will be packaged with the upcoming Omeka 0.10 stable release, due out by the end of this week.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Dave
&#60;/p&#62;</description>
</item>

</channel>
</rss>
