Re: [Dspace-tech] Front Page Build

2015-08-14 Thread Keith Jones
Thanks Helix84, Thank did the trick. This exchange definitely helped me get a better understanding. I really appreciate the help you've given me. Thanks Keith On Thu, Aug 13, 2015 at 4:35 PM, helix84 wrote: > On Thu, Aug 13, 2015 at 7:21 PM, Keith Jones wrote: > >> Do you think it is causing

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
On Thu, Aug 13, 2015 at 7:21 PM, Keith Jones wrote: > Do you think it is causing your code some problems. When I leave you code > out this works, but when I have your code in it doesn't. > Most certainly. This is what builds your collection/community structure to be styled as collapsible. Replac

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Helix, After looking over my changes, I did have to add this to the utils.xsl file: ds-artifact-item community

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
The code I sent you tries to be as non-invasive as possible. When you add the template, the only the DRI output of the homepage should change but not the DRI output of the community-list. Therefore, if your collapse/expand widgets are just css/js, they should continue to work. If, however, they do

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Helix, Thanks for the help, the code is working and will remove the list from the home page. Here is my problem. Currently in production we are using collapsible list for the community browse page, which you can see here: http://udspace.udel.edu/community-list. This is in version 3.1 using the XM

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
Try this: It hides the community browser unless the request URI is non-empty (like "/community-list"). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Hi Helix84, I've actually implemented the over-ride suggestion you gave a few years ago. It works in removing the community list from the front page, but in doing so, it breaks my changes to the community list page. On the community list page I'm using CollapsibleList.js to manage the community li

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
Hi Keith, XMLUI isn't organized around files but rather around templates, some of which are shared among different pages. You probably already figured out [1]. Now you just need [2] to distinguish between the homepage and /community-list (@target). [1] https://wiki.duraspace.org/display/DSPACE/T

[Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Hi, I'm working on Dspace version 5.3 XMLUI and I want to make some changes to the front page. Which XSLT file should I edit. I'm looking to remove the community list from the front page. I've tried over-riding it with a custom process but doing so changes the custom function of expanding list on