Re: [Dspace-tech] Home Paage theme and metadata fields

2012-12-13 Thread Darren Arsenault
Hi Parul,

The location of the Messages.properties file is irrelevant given the changes 
that you want to make. You will have to make code changes in the ItemTag.java 
file—in the render() and renderFull() methods. The dc fields aren't being 
appended in that section, they are being displayed as they are mapped dc.x.x = 
value. It is the simple item view that is rendering a masked value, such as 
author. At the database level, it is not stored as author, Bob, it is 
stored as dc.contributor, Bob. If you want it to display anything else, 
you have to tell it what to display. That addresses items #1, 2, and 3 from 
your list.

For #4, that involves code changes to the home.jsp file, and the layout files. 
The layout files are under the folder layout, and include the 
default-header.jsp, default-navbar.jsp, etc. You can edit any text or section 
that you wish, a quick glance at the code should indicate to you where you want 
to make your changes.

If you want step-by-step details on making layout changes, check the Wiki—all 
of the required information is there.

Darren Arsenault
Programmer
Algonquin College
1385 Woodroffe Avenue
Ottawa, ON, K2G 1V8


From: Parul dubey [parul.du...@itsl.in]
Sent: December-13-12 1:13 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Home Paage theme and metadata fields


Hi

Still not able to do any changes:

1.   Please specify the location of  Message. properties file .

The problem is  ,  as we view any submissions metadata fields , it looks ok but 
when we click to  Show Full Item Record it shows the metadata value having 
fields  name as  dc.contributor.author  ,  dc.description.abstract  what I want 
to do is to  remove the term dc.contributor , dc.description which is appended 
to the fields and view it as simply author , abstract.

2.  Also want to know is to possible to remove particular fields while  
viewing the full Metadata records(ex: field named Subject).

3.  Remove the heading named Language and its value from Full meta data 
fields

Summarizing all the above points I want to view full metadata fields like the 
simple metadata fields only.

4.   I just want to remove all the content   specified in the right 
(center) of DSpace Home Page  DSPace is Live , Search  , Communities  and add 
our own information ,  also rather than having  three blocks there want to have 
only one block only.

Kindly suggest how to resolve these issues as I m working on a project and 
these are requirements which needs to resolve as soon as possible.
Also refer to the screenshots attached.

Thanks in Advance
Parul Dubey





From: shekhar [mailto:shekhar252...@yahoo.co.in]
Sent: Tuesday, December 11, 2012 10:41 AM
To: Parul dubey
Subject: Re: [Dspace-tech] Uploading multiple documents during a submission

Hi Parul

1. Add dc.contributor= whatever you want to display on Message.properties file.
2. This is the programming effort. if you want to remove these things you have 
to change in
home .jsp in 
DSpacesource\dspace-jspui\dspace-jspui-webapp\target\dspace-jspui-webapp-1.6.1
as well as required jsps in 
DSpacesource\dspace-jspui\dspace-jspui-webapp\target\dspace-jspui-webapp-1.6.1\layout
locations.

Please note that i am not the part of the Dspace-tech team.when you mail me 
please dont cc to
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net. it 
is my personel mail id and whatever i suggest you with my exp.

thanks a lot.



--
Shekhar
From: Parul dubey parul.du...@itsl.in
To: 'shekhar' shekhar252...@yahoo.co.in
Cc: dspace-tech@lists.sourceforge.net
Sent: Monday, 10 December 2012 4:16 AM
Subject: RE: [Dspace-tech] Uploading multiple documents during a submission

Thanks for your reply..
1.   Please suggest how to remove the  dc .contributor  text while viewing 
the metadata .
Also is there a possibility to restrict the metadata fields  view to particular 
users.i.e  User 1 would able to see particular  metadata fields and User 2  the 
remaining ones.
2.   Also how to remove the DSPace at my university , Search , Communities 
complete block from home page. i.e. to fully customize the home page

DSapce version 1.8.2
JSPUI
Operating Systems : Windows


Thanks
Parul


From: shekhar [mailto:shekhar252...@yahoo.co.in]
Sent: Monday, December 10, 2012 11:35 AM
To: parul.du...@itsl.in
Subject: Re: [Dspace-tech] Uploading multiple documents during a submission

Hi Parul

1. You can upload more than one document when uploading the bitstream.

2. Add it on Message.properties file,

3. change the content of news-side.html and news-top.html file.

--
Shekhar
From: Parul Dubey parul.du...@itsl.in
To: dspace-tech@lists.sourceforge.net
Sent: Friday, 7 December 2012 10:02 PM
Subject: [Dspace-tech] Uploading multiple documents during a submission

Hi All

1.   How to upload multiple documents during the submission of an Item.For 
ex:
  I have to submit details regarding an event having 10

Re: [Dspace-tech] Home Paage theme and metadata fields

2012-12-12 Thread Parul dubey
 

Hi

 

Still not able to do any changes:

1.   Please specify the location of  Message. properties file .

The problem is  ,  as we view any submissions metadata fields , it looks ok
but when we click to  Show Full Item Record it shows the metadata value
having fields  name as  dc.contributor.author  ,  dc.description.abstract
what I want to do is to  remove the term dc.contributor , dc.description
which is appended to the fields and view it as simply author , abstract.

2.  Also want to know is to possible to remove particular fields while
viewing the full Metadata records(ex: field named Subject).

3.  Remove the heading named Language and its value from Full meta data
fields

Summarizing all the above points I want to view full metadata fields like
the simple metadata fields only.

4.   I just want to remove all the content   specified in the right
(center) of DSpace Home Page  DSPace is Live , Search  , Communities  and
add our own information ,  also rather than having  three blocks there want
to have only one block only.

 

Kindly suggest how to resolve these issues as I m working on a project and
these are requirements which needs to resolve as soon as possible.

Also refer to the screenshots attached.

 

Thanks in Advance

Parul Dubey

 

 

 

From: shekhar [mailto:shekhar252...@yahoo.co.in] 
Sent: Tuesday, December 11, 2012 10:41 AM
To: Parul dubey
Subject: Re: [Dspace-tech] Uploading multiple documents during a submission

 

Hi Parul

 

1. Add dc.contributor= whatever you want to display on Message.properties
file.

2. This is the programming effort. if you want to remove these things you
have to change in 

home .jsp in
DSpacesource\dspace-jspui\dspace-jspui-webapp\target\dspace-jspui-webapp-1.6
.1

as well as required jsps in
DSpacesource\dspace-jspui\dspace-jspui-webapp\target\dspace-jspui-webapp-1.6
.1\layout

locations.

 

Please note that i am not the part of the Dspace-tech team.when you mail me
please dont cc to

dspace-tech@lists.sourceforge.net. it is my personel mail id and whatever i
suggest you with my exp.

 

thanks a lot.

 

 

 

--

Shekhar

From: Parul dubey parul.du...@itsl.in
To: 'shekhar' shekhar252...@yahoo.co.in 
Cc: dspace-tech@lists.sourceforge.net 
Sent: Monday, 10 December 2012 4:16 AM
Subject: RE: [Dspace-tech] Uploading multiple documents during a submission

 

Thanks for your reply..

1.   Please suggest how to remove the  dc .contributor  text while
viewing the metadata .

Also is there a possibility to restrict the metadata fields  view to
particular users.i.e  User 1 would able to see particular  metadata fields
and User 2  the remaining ones.

2.   Also how to remove the DSPace at my university , Search ,
Communities complete block from home page. i.e. to fully customize the home
page

 

DSapce version 1.8.2 

JSPUI

Operating Systems : Windows

 

 

Thanks  

Parul 

 

 

From: shekhar [mailto:shekhar252...@yahoo.co.in] 
Sent: Monday, December 10, 2012 11:35 AM
To: parul.du...@itsl.in
Subject: Re: [Dspace-tech] Uploading multiple documents during a submission

 

Hi Parul

 

1. You can upload more than one document when uploading the bitstream.

 

2. Add it on Message.properties file, 

 

3. change the content of news-side.html and news-top.html file. 

 

-- 

Shekhar

From: Parul Dubey parul.du...@itsl.in
To: dspace-tech@lists.sourceforge.net 
Sent: Friday, 7 December 2012 10:02 PM
Subject: [Dspace-tech] Uploading multiple documents during a submission

 

Hi All 

 

1.   How to upload multiple documents during the submission of an
Item.For ex:

  I have to submit details regarding an event having 10 photographs
during a single submission.

 

2.   During the view of MetaData fields the term dc would not
come.Please  provide the steps for this settings.

 

 

3 .  Still not able to change the front page content.Please provide the
location from whee to edit the text.

  DSpace is Live

  Welcome to our digital repository of My University research!

  More exciting news to appear here

 

 

Thanks in Advance

Parul Dubey



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency,