EPrints Technical Mailing List Archive
Message: #02147
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] multiple menu views
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] multiple menu views
- From: Stephen Shorrock <sms67@cam.ac.uk>
- Date: Thu, 15 Aug 2013 09:55:16 +0100
Hi I'm after some further documentation for views that contain several levels of menu. For each academic who has publications in the EPrints server I'm attempting to to create a set of menus that do the following: (Menu 1) List all academics where each id will link to sub set of their publications (Menu 2). (Menu 2) List the academics name with a link to their full list of publications + list the latest publications under their name (an intermediate stage before listing the users full list) I've attempted to do this with a view configuration similar to the following: id => "people_latest", display_id_name => 1, menus => [ { fields => [ "creators_id","editors_id" ], allow_null => 0, order => "-date/title", }, { fields => [ "creators_id","editors_id" ], allow_null => 0, order => "-date/title", render_menu => "render_latest_pubs", }, ] where I was proposing that render_latest_pubs render the latest sub set of publications . I imagine that because the fields in the 'sub menu' are the same I'm having trouble ( the /<creators_id>/ links in the first menu hang ) and therefore possibly using the incorrect method (views) to configure the pages. What would be the best approach to render a cropped list of publications for individual user which also includes a link to their full list? Many thanks, Stephen |
- Prev by Date: [EP-tech] problem with file names in IE
- Next by Date: [EP-tech] Re: Configuring EPrints for SWORD deposit
- Previous by thread: [EP-tech] problem with file names in IE
- Next by thread: [EP-tech] upgrade error from 3.3.7 to 3.3.8
- Index(es):