Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

Re: [EP-tech] views for thesis only

From: Yuri <yurj AT alfa.it>
Date: Thu, 25 Sep 2008 16:45:13 +0200


Threading: [EP-tech] views for thesis only from Ranju.Upadhyay AT nuim.ie
      • This Message
             Re: [EP-tech] views for thesis only from Ranju.Upadhyay AT nuim.ie

*** 
http://www.eprints.org/tech.php/id/%3CEMEW-k8OFjKa7ab2e8a91f836568ed5e520c5a09d4e-48DBA3F9.4020604%40alfa.it%3E
*** EPrints community wiki - http://wiki.eprints.org/

Ranju Upadhyay ha scritto:
> Hi list,
>
> we want to have separate views created for eprints of  type thesis 
> which can be browsed under several headings like type,year, subjects 
> etc.However I am not able to  create a thesis only view to browse by 
> subjects.For some reason all the subjects that are there in the 
> repository seem to be getting listed under this view instead of only 
> the ones that have thesis, in other words this view is the same as the 
> browse by subject view in index page.Would anyone know how to filter 
> for thesis only?
>
> Here is the chunk of code that I have in my views.pl file with which I 
> was hoping to get this:
>
>   {       id=>"ethesis/subjects",
>                 allow_null=>0,
>                 fields=>"subjects",
>                 subheadings=>"thesis_type",
>                 order=>"title",
>                 nolink=>1,
>                 heading_level=>2,
>                 hideempty=>1,               
>         },
fields -> "thesis_type, subjects"

then link only the one you want to be showed.


[index] [prev] [next] [options] [help]