ebsco / edsapi-drupal-plugin

A Drupal modules for the EBSCO Discovery Services API
Apache License 2.0
1 stars 3 forks source link

Hide certain Bibliographic Details from detail record display #19

Open jameswilson opened 6 years ago

jameswilson commented 6 years ago

We need a way to hide the 'Availability' and 'Access URL' entries from Bibliographic Details table of each detail record output.

The two possible solutions I can think of to fix this would both require coping the entire preprocess to our theme in order to add an extra if statement., however the template_preprocess_ebsco_result() is 160 lines long, which would almost amount to a complete fork of the entire codebase for this section.

A better solution would let us hide these lines without overriding any code. Two possible solutions: