Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2012 at 14:32 UTC
Updated:
20 Feb 2019 at 17:34 UTC
Jump to comment: Most recent
Comments
Comment #1
p0732658 commentedI really don't know what I'm doing, but I thing I'm getting close to answer my own question:
The output is ugly (like a box in a box), but at least the search form is open and not collapsed. I'm sure there must be an easier way for this...
Thank you,
Denis
Comment #2
rjerome commentedThis should eliminate the outer most box...
Comment #3
p0732658 commentedThank very much!
I've also find another option, but this option would require different theme for different section.
With the help of hook_form_alter in template.php, I wrote this:
My idea is to have a theme for each documents types (theses, articles, books) and to write different template.php for each of them (function thesebartik_form_alter, function articlebartik_form_alter, function bookbartik_form_alter, etc.). Of course, mybartik sould be change for the use theme name.
But, I will first experiment with jerome code before I explore this option more.
Denis
Comment #4
liam morlandIf you need further help, please re-open and provide details.