EPrints Technical Mailing List Archive

Message: #08580


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] eprints 3.4: add new browse by Field


CAUTION: This e-mail originated outside the University of Southampton.

Hey

 

How can I add the Field “Contributors” to “Browse by”

I have successfully created the view with this code in file views.pl:

                id => "contributors",

                menus => [

                        {

                                fields => [ "contributors_type" ],

                                hideempty => 1,

                        },

                        {

                                fields => [ "contributors_name" ],

                                reverse_order => 0,

                                allow_null => 1,

                                new_column_at => [10,10],

                        }

                ],

                order => "contributors_name/title",

                variations => [

                        "contributors_name;first_letter",

                        "type",

                        "DEFAULT" ],

        },

When I go to http://eprints.mydomain.com/view I see Contributors and all working well. But when I try “Browse by”  the entry Contributors is missing.

We have installed eprints 3.4.2. What can I do for fix the problem?

Thanks for Support

Greetings Christian