Hello Again,

I found the solution:

I just changed the file - /config/spring/api - discovery.xml - try change 
the to 5, like <property name="max" value="5"/>

<property name="recentSubmissionConfiguration">
            <bean 
class="org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration">
                <property name="metadataSortField" 
value="dc.date.accessioned" />
                <property name="type" value="date"/>
                <property name="max" value="5"/>
                <!-- If enabled the collection home page will not display 
metadata but show a pageable list of recent submissions -->
                <property name="useAsHomePage" value="false"/>
            </bean>
        </property>

and at dspace.cfg change to recent.submissions.count = 0

att,
Júlia Almeida 
Institutional Repository - RI - UFPE
repositorio.ufpe.br

Em segunda-feira, 18 de setembro de 2017 14:29:02 UTC-3, [email protected] 
escreveu:
>
> Hello, 
>
> Did you find some solution? I'm passing for the same thing...
>
>
> Em terça-feira, 31 de janeiro de 2017 12:05:24 UTC-3, Ahmet Melih Başbuğ 
> escreveu:
>>
>> Hello. I tried to install and develop myself open archive system and I 
>> have mistake in dspace. I searched postgresql database and I can't see any 
>> duplicate items. However while i click my collections and communities I see 
>> duplicate items. I analyze page's html code by F12 keyboard button and I 
>> see duplicate code.. Here is my duplicate code:
>>
>> <div xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; xmlns="
>> http://di.tamu.edu/DRI/1.0/"; 
>> id="aspect_artifactbrowser_CollectionRecentSubmissions_div_collection-recent-submission"
>>  
>> class="ds-static-div secondary recent-submission">
>>
>> <ul xmlns:oreatom="http://www.openarchives.org/ore/atom/"; xmlns:ore="
>> http://www.openarchives.org/ore/terms/"; xmlns:atom="
>> http://www.w3.org/2005/Atom"; class="ds-artifact-list">
>> ......................
>> </li>
>> </ul>
>> <ul xmlns:oreatom="http://www.openarchives.org/ore/atom/"; xmlns:ore="
>> http://www.openarchives.org/ore/terms/"; xmlns:atom="
>> http://www.w3.org/2005/Atom"; class="ds-artifact-list">
>> ........................
>> </div>
>> </li>
>> </ul>
>> </div>
>>
>> I see double xmlns:oreatom line and it causes double items showed on 
>> page. How can i delete one? I can't find any code files about 
>> recent-submission tag or xmlns:oreatom tag.. Thanks.
>> Ahmet 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.

Reply via email to