<?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 Topic: User Contributions</title>
<link>http://omeka.org/forums/</link>
<description>Forums Topic: User Contributions</description>
<language>en</language>
<pubDate>Sat, 11 Oct 2008 23:14:37 +0000</pubDate>

<item>
<title>DaveLester on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-588</link>
<pubDate>Wed, 13 Aug 2008 07:27:20 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">588@http://omeka.org/forums/</guid>
<description>&#60;p&#62;The contribution plugin was designed to accept specific item-types, which are hard coded into the plugin itself.  The plugin's features reflect uses of the plugin to date, and there's currently no pre-packaged configuration file to customize that, and we have no plan to offer all DC metadata through this public-facing form.&#60;/p&#62;
&#60;p&#62;Luckily, Omeka is open source software and you can accomplish a lot by hacking some code.  To accomplish what you're looking for, you'd have to modify the plugin, including the Contribution Controller and create a new partial for the item type.  It's possible to add 'website' to the drop-down menu for the contribution plugin by following the example code from other item-types.  And although the contribution plugin was not designed to allow users to enter all the associated metadata for items, it's once again possible to modify the plugin to do so.&#60;/p&#62;
&#60;p&#62;If you have specific questions about hacking the plugin I can help out -- best of luck.
&#60;/p&#62;</description>
</item>
<item>
<title>jpeg2000 on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-586</link>
<pubDate>Tue, 12 Aug 2008 16:34:54 +0000</pubDate>
<dc:creator>jpeg2000</dc:creator>
<guid isPermaLink="false">586@http://omeka.org/forums/</guid>
<description>&#60;p&#62;This might not be the appropriate place for this question/comment, but I'm wondering if it's possible to add &#34;website&#34; to the options that a user can contribute with all the associate metadata that an admin-created item would have.
&#60;/p&#62;</description>
</item>
<item>
<title>TomScheinfeldt on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-348</link>
<pubDate>Sun, 13 Apr 2008 20:49:24 +0000</pubDate>
<dc:creator>TomScheinfeldt</dc:creator>
<guid isPermaLink="false">348@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Bethnicol--&#60;/p&#62;
&#60;p&#62;Have you thought about adding reCAPTCHA (http://recaptcha.net/) to your contribution form to control spam?  I don't think we want to bundle the software with the standard contribution program because not everyone will want to use it, but it should be fairly easy to add it to your site and should eliminate most of the spam.&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
</item>
<item>
<title>bethnicol on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-346</link>
<pubDate>Sat, 12 Apr 2008 23:16:43 +0000</pubDate>
<dc:creator>bethnicol</dc:creator>
<guid isPermaLink="false">346@http://omeka.org/forums/</guid>
<description>&#60;p&#62;What worries me about the Contribution plugin (with no sign-in options) is spam. I run several blogs and wikis and the spam is a killer.&#60;/p&#62;
&#60;p&#62;I really like the Contribute idea (it would be very good for a shared/consortial project that I work with), but open contributions make my knees weak.
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-317</link>
<pubDate>Mon, 07 Apr 2008 15:59:24 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">317@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I forgot to mention that we have documentation on how to use the Contribution plugin with your themes here: &#60;a href=&#34;http://omeka.org/codex/Contribution_plugin&#34; rel=&#34;nofollow&#34;&#62;http://omeka.org/codex/Contribution_plugin&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>JeremyBoggs on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-316</link>
<pubDate>Mon, 07 Apr 2008 15:57:49 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">316@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi pcoutas,&#60;/p&#62;
&#60;p&#62;I'll try to answer all of your questions:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Ok, maybe I'm missing something, but it seems that the two available themes don't include a &#34;contribution&#34; page/system for visitors? Even with the plugin installed?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;The Contribution plugin does create a page for the contribution form, located at &#60;a href=&#34;http://example.com/contribute/,&#34; rel=&#34;nofollow&#34;&#62;http://example.com/contribute/,&#60;/a&#62; where example.com is the path to your Omeka installation. You're right that Omeka currently requires some modifications to have your public theme&#60;/p&#62;
&#60;p&#62;To make a link to contribution form, I recommend opening up &#60;code&#62;common/header.php&#60;/code&#62; in the theme your using, and adding the following inside the &#60;code&#62;nav()&#60;/code&#62; function:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;#39;Contribute&#38;#39; =&#38;gt; uri(&#38;#39;contribute&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, if you're using the default theme, your entire nav() function should look like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo nav(array(&#38;#39;About&#38;#39; =&#38;gt; uri(&#38;#39;about&#38;#39;), &#38;#39;Items&#38;#39; =&#38;gt; uri(&#38;#39;items&#38;#39;), &#38;#39;Exhibits&#38;#39; =&#38;gt; uri(&#38;#39;exhibits&#38;#39;), &#38;#39;Collections&#38;#39;=&#38;gt;uri(&#38;#39;collections&#38;#39;), &#38;#39;Contribute&#38;#39; = uri(&#38;#39;contribute&#38;#39;))); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can change 'Contribute' to whatever you want the text of the link to be in your main navigation.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;There's also no &#34;login&#34; so people with different access levels have access to different things on the frontend. Is this something I'd have to write myself?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;There is a login for the admin, at &#60;a href=&#34;http://example.com/admin/users/login/,&#34; rel=&#34;nofollow&#34;&#62;http://example.com/admin/users/login/,&#60;/a&#62; where example.com is the path to your Omeka installation. Its currently not possible to have the login form on the public theme, or to have the public sign up for user accounts, so you or an administrator would need to create user accounts for other people. But we're in the process of making a plugin that I think will solve your problem.&#60;/p&#62;
&#60;p&#62;I hope this helps! Let us know if we can provide more assistance.
&#60;/p&#62;</description>
</item>
<item>
<title>pcoutas on "User Contributions"</title>
<link>http://omeka.org/forums/topic/user-contributions#post-314</link>
<pubDate>Sat, 05 Apr 2008 08:53:01 +0000</pubDate>
<dc:creator>pcoutas</dc:creator>
<guid isPermaLink="false">314@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Ok, maybe I'm missing something, but it seems that the two available themes don't include a &#34;contribution&#34; page/system for visitors?  Even with the plugin installed?  There's also no &#34;login&#34; so people with different access levels have access to different things on the frontend.  Is this something I'd have to write myself?&#60;/p&#62;
&#60;p&#62;The exemplar sites seem to have a way of doing this...&#60;/p&#62;
&#60;p&#62;I'd love to use Omeka for my research project - it seems to be exactly what I'm after in terms of simplicity of use.  The backend is great... but the frontend seems like it would need a lot of website design work, for which I have very limited skills, and no funding to get someone to do it for me!&#60;/p&#62;
&#60;p&#62;Is there another template/theme &#34;in the works&#34; that we, as website-design-and-coding-limited-users could adapt to suit our needs, but which include the basic functionality for creating online, collaborative archives?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
