<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thanks Alen, I'll look into it deeper.<br>
      <br>
      It's sad, though, that default Import/Export plugins break. Could
      you give a few hints on how to customise these plugins? (general
      guidelines). Could the changes be applied on the parent Import and
      Export plugin, or most child plugins tend to override functions
      dealing with title, abstract, etc?<br>
      <br>
      And that being the case, isn't it equivalent to adding extra
      fields for an additional language? Either way same things are
      broken, right? :)<br>
      <br>
      Lastly, where are these metadata fields stored in the database?
      Reading the article in the link you provided diagonally, it seems
      that I need to update the database in order to create them, right?<br>
      <br>
      Thanks again!<br>
      <br>
      On 24/06/2015 11:18 μμ, Alen Vodopijevec wrote:<br>
    </div>
    <blockquote
cite="mid:EMEW3|8f8d262cb4ff5168cae592c434829bc3r5NLK414eprints-tech-bounces|ecs.soton.ac.uk|6E1B04F2-D821-4793-9B32-95FA73DA1541@irb.hr"
      type="cite">Hi!<br>
      <br>
      You have Metadata Field Types documented here:<br>
      <a moz-do-not-send="true"
        href="http://wiki.eprints.org/w/Category:EPrints_Metadata_Fields">http://wiki.eprints.org/w/Category:EPrints_Metadata_Fields</a><br>
      <br>
      But, be aware that changing title, keywords and abstract fields to
      <br>
      'compound' breaks default EPrints plugins - export/import .. these
      <br>
      plugins expect title/keywords/abstract to be simple and not
      compound <br>
      (hash) value.<br>
      <br>
      I'm using it that way but there is some extra effort to customize
      and <br>
      maintain import/export plugins.<br>
      <br>
      If anybody have a suggestion or a better solution please let me
      know.<br>
      <br>
      Maybe this is a good opportunity to discuss that i18n issues in
      EPrints.<br>
      <br>
      Kind regards,<br>
      --<br>
      Alen<br>
      <br>
      On 06/24/2015 10:15 AM, George Mamalakis wrote:<br>
      &gt; Ah,<br>
      &gt;<br>
      &gt; And by the way, is there any documentation on this "fields"
      attribute <br>
      &gt; somewhere? Cos I think it wasn't mentioned anywhere.<br>
      &gt;<br>
      &gt; Thanks again!<br>
      &gt;<br>
      &gt; On 24/06/2015 10:29 πμ, Timothy Miles-Board wrote:<br>
      &gt;&gt;<br>
      &gt;&gt; ---------- Forwarded message ----------<br>
      &gt;&gt; From: Timothy Miles-Board
      <a class="moz-txt-link-rfc2396E" href="mailto:timothy.miles-board@ulcc.ac.uk">&lt;timothy.miles-board@ulcc.ac.uk&gt;</a><br>
      &gt;&gt; Date: 18 Jun 2015 11:30 pm<br>
      &gt;&gt; Subject: Re: [EP-tech] How to set a field to be multilang<br>
      &gt;&gt; To: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
      &gt;&gt; Cc:<br>
      &gt;&gt;<br>
      &gt;&gt; {<br>
      &gt;&gt; name =&gt; 'title',<br>
      &gt;&gt; type =&gt; 'multilang',<br>
      &gt;&gt; multiple =&gt; 1,<br>
      &gt;&gt; fields =&gt; [ { sub_name =&gt; "text", type =&gt;
      "longtext",<br>
      &gt;&gt; input_rows =&gt; 3, make_single_value_orderkey =&gt;<br>
      &gt;&gt; 'EPrints::Extras::english_title_orderkey' } ],<br>
      &gt;&gt; input_add_boxes =&gt; 1,<br>
      &gt;&gt; },<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; Tim<br>
      &gt;&gt;<br>
      &gt;&gt; On 23 Jun 2015 9:09 am, George Mamalakis
      <a class="moz-txt-link-rfc2396E" href="mailto:mamalos@eng.auth.gr">&lt;mamalos@eng.auth.gr&gt;</a> wrote:<br>
      &gt;&gt;<br>
      &gt;&gt; Guys (and girls),<br>
      &gt;&gt;<br>
      &gt;&gt; Any news on multilingual fields? Anybody using them?<br>
      &gt;&gt;<br>
      &gt;&gt; Thanks!<br>
      &gt;&gt;<br>
      &gt;&gt; George<br>
      &gt;&gt;<br>
      &gt;&gt; On 18/06/2015 06:31 μμ, George Mamalakis wrote:<br>
      &gt;&gt; &gt; Hello again,<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; I am trying to make my EPrints installation support<br>
      &gt;&gt; multilanguage fields<br>
      &gt;&gt; &gt; (eg. title, abstract, etc.). The thing I did that
      worked (which<br>
      &gt;&gt; doesn't<br>
      &gt;&gt; &gt; feel right to me, though) was adding a new Metadata
      field (eg.<br>
      &gt;&gt; title_en)<br>
      &gt;&gt; &gt; and add it to the database and workflow. On the
      documentation,<br>
      &gt;&gt; on the<br>
      &gt;&gt; &gt; other hand, I saw that there is a Multilang field
      type<br>
      &gt;&gt; &gt; (./perl_lib/EPrints/MetaField/<a
        moz-do-not-send="true" href="http://Multilang.pm">Multilang.pm</a>)
      which should be<br>
      &gt;&gt; used for<br>
      &gt;&gt; &gt; this purpose. The strange thing is that its perldoc
      DESCRIPTION<br>
      &gt;&gt; section<br>
      &gt;&gt; &gt; starts with "not done", probably meaning that it's
      not implemented?<br>
      &gt;&gt; &gt; Disregarding the last comment, when I changed<br>
      &gt;&gt; &gt; ./archives/myarchive/cfg/cfg.d/eprint_<a
        moz-do-not-send="true" href="http://fields.pl">fields.pl</a>
      title field to<br>
      &gt;&gt; read:<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; {<br>
      &gt;&gt; &gt; name =&gt; 'title',<br>
      &gt;&gt; &gt; type =&gt; 'multilang',<br>
      &gt;&gt; &gt; input_rows =&gt; 3,<br>
      &gt;&gt; &gt; make_single_value_orderkey =&gt;<br>
      &gt;&gt; &gt; 'EPrints::Extras::english_title_orderkey',<br>
      &gt;&gt; &gt; },<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; and I reloaded epadmin, I got the following error:<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; "Error in field property for eprint.title: fields on
      a multilang<br>
      &gt;&gt; &gt; metafield can't be undefined"<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; So, which is the proper way for adding multilanguage
      support in<br>
      &gt;&gt; fields<br>
      &gt;&gt; &gt; and display them in workflows?<br>
      &gt;&gt; &gt;<br>
      &gt;&gt; &gt; Thanks for all help in advance!<br>
      &gt;&gt; &gt;<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; -- <br>
      &gt;&gt; George Mamalakis<br>
      &gt;&gt;<br>
      &gt;&gt; IT and Security Officer,<br>
      &gt;&gt; Electrical and Computer Engineer (Aristotle Univ. of
      Thessaloniki),<br>
      &gt;&gt; PhD (Aristotle Univ. of Thessaloniki),<br>
      &gt;&gt; MSc (Imperial College of London)<br>
      &gt;&gt;<br>
      &gt;&gt; School of Electrical and Computer Engineering<br>
      &gt;&gt; Aristotle University of Thessaloniki<br>
      &gt;&gt;<br>
      &gt;&gt; phone number : +30 (2310) 994379<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; *** Options:<br>
      &gt;&gt; <a moz-do-not-send="true"
        href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
      &gt;&gt; *** Archive: <a moz-do-not-send="true"
        href="http://www.eprints.org/tech.php">http://www.eprints.org/tech.php</a>/<br>
      &gt;&gt; *** EPrints community wiki: <a moz-do-not-send="true"
        href="http://wiki.eprints.org">http://wiki.eprints.org</a>/<br>
      &gt;&gt; *** EPrints developers Forum: <a moz-do-not-send="true"
        href="http://forum.eprints.org">http://forum.eprints.org</a>/<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; *** Options:<a moz-do-not-send="true"
        href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
      &gt;&gt; *** Archive:<a moz-do-not-send="true"
        href="http://www.eprints.org/tech.php">http://www.eprints.org/tech.php</a>/<br>
      &gt;&gt; *** EPrints community wiki:<a moz-do-not-send="true"
        href="http://wiki.eprints.org">http://wiki.eprints.org</a>/<br>
      &gt;&gt; *** EPrints developers Forum:<a moz-do-not-send="true"
        href="http://forum.eprints.org">http://forum.eprints.org</a>/<br>
      &gt;<br>
      &gt;<br>
      &gt; -- <br>
      &gt; George Mamalakis<br>
      &gt;<br>
      &gt; IT and Security Officer,<br>
      &gt; Electrical and Computer Engineer (Aristotle Univ. of
      Thessaloniki),<br>
      &gt; PhD (Aristotle Univ. of Thessaloniki),<br>
      &gt; MSc (Imperial College of London)<br>
      &gt;<br>
      &gt; School of Electrical and Computer Engineering<br>
      &gt; Aristotle University of Thessaloniki<br>
      &gt;<br>
      &gt; phone number : +30 (2310) 994379<br>
      &gt;<br>
      &gt;<br>
      &gt;<br>
      &gt;<br>
      &gt; ----------------------------- Upozorenje
      -----------------------------<br>
      &gt;<br>
      &gt; Automatskom detekcijom utvrdjeno je da tekst ove poruke<br>
      &gt; podsjeca na tzv. phishing poruku.<br>
      &gt;<br>
      &gt; AKO SE U PORUCI TRAZI DA POSALJETE VASU IRB LOZINKU ILI<br>
      &gt; DA UNESETE IRB PODATKE NA NAVEDENOM LINKU, RADI SE O<br>
      &gt; NAPADU S CILJEM KRADJE I ZLOUPOTREBE PODATAKA.<br>
      &gt;<br>
      &gt; Centar za informatiku i racunarstvo,<br>
      &gt; Institut Rudjer Boskovic<br>
      &gt;<br>
      &gt; ----------------------------- Upozorenje
      -----------------------------<br>
      &gt;<br>
      &gt;<br>
      &gt; *** Options: <a moz-do-not-send="true"
        href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
      &gt; *** Archive: <a moz-do-not-send="true"
        href="http://www.eprints.org/tech.php">http://www.eprints.org/tech.php</a>/<br>
      &gt; *** EPrints community wiki: <a moz-do-not-send="true"
        href="http://wiki.eprints.org">http://wiki.eprints.org</a>/<br>
      &gt; *** EPrints developers Forum: <a moz-do-not-send="true"
        href="http://forum.eprints.org">http://forum.eprints.org</a>/<br>
      <br>
      <br>
      -- <br>
      Sent from my Android device with K-9 Mail. Please excuse my
      brevity.
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
*** EPrints developers Forum: <a class="moz-txt-link-freetext" href="http://forum.eprints.org/">http://forum.eprints.org/</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
George Mamalakis

IT and Security Officer, 
Electrical and Computer Engineer (Aristotle Univ. of Thessaloniki),
PhD (Aristotle Univ. of Thessaloniki),
MSc (Imperial College of London)

School of Electrical and Computer Engineering
Aristotle University of Thessaloniki

phone number : +30 (2310) 994379


</pre>
  </body>
</html>