[Dspace-tech] Switch My Account and Discovery position in DSpace XMLUI home page

2013-10-10 Thread KC Roa
Greetings! I want to know how to switch the positions of the boxes in the sidebar wrapper. I particularly want to move the Discovery feature before the My Account box. What file should I edit, and where to put the corresponding code? I made a customized theme, btw. Thank you, in advance.

[Dspace-tech] Switch My Account and Discovery position in DSpace XMLUI home page

2013-10-09 Thread KC Roa
Greetings! I want to know how to switch the positions of the boxes in the sidebar wrapper. I particularly want to move the Discovery feature before the My Account box. What file should I edit, and where to put the corresponding code? I made a customized theme, btw. Thank you, in advance.

[Dspace-tech] Create-Administrator Error

2013-09-28 Thread KC Roa
After successfully building ant fresh_install, I tried to create an administrator with the command: dspace create-administrator in C:/DSpace/bin but it fails and the error says: Using DSpace installation in c:/DSpace -Xms64M was unexpected at this time What could be the problem? I have set

[Dspace-tech] DSpace 1.8.2 war file

2012-05-25 Thread KC Roa
Can DSpace be contained in only one war file, with only one folder containing everything in the currents webapps directory? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

[Dspace-tech] How to Access ONLY a Community/Collection Administrator

2012-05-03 Thread KC Roa
How can I set or what is the code for the Boolean element of a community/collection administrator? What to put inside the getAttribute() function. I would like to assign a function that is only for a community/collection administrator, not including the system administrator. Is this possible?

[Dspace-tech] Search Function Internal Server Error DSpace 1.8.2

2012-05-02 Thread KC Roa
I get this error when I search for the keyword dspace and any other words.The file _1b.prx cannot be found, and I do not know its purpose. I tried to re-index dspace but I get an error saying that _1b.prx cannot be found as well. Therefore, it cannot be re-indexed. I hope someone could enlighten

[Dspace-tech] Community Admin Boolean

2012-03-27 Thread KC Roa
How can I set or what is the code for the Boolean element of a community administrator? I don't know what to put inside the getAttribute() function. Thank you for your response. Example: For a system administrator, it is: Boolean admin = (Boolean)request.getAttribute(is.admin); boolean isAdmin

[Dspace-tech] DSpace 1.8.2 System Administrator Functionality

2012-03-24 Thread KC Roa
Is there any way I could limit a system administrator's functionality? It seems a system administrator can do anything or has overall functionality. Example: He CAN create/edit a top level community or sub-community but CANNOT create its collection. A community administrator of that particular

[Dspace-tech] DSpace 1.8.0 ERD

2012-03-01 Thread KC Roa
Can someone please explain to me what the relationship between the entities in DSpace 1.8.0 ERD, RDBMS section, is? I am about to make a thesis based on DSpace and I can't understand what the half-filled diamonds represent between the entities. Thank you so much. :)