Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.0-rc2
Component:
Code - Taxonomy Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 18:43 UTC
Updated:
27 Aug 2008 at 14:15 UTC
Hi Wim,
After a recent update to HS or possibly to drupal, HS no longer works in my themed exposed view. I'm using the solution outlined here - in which template.php issues drupal_render($form...) and returns _phptemplate_callback to a template file for further formatting.
When i theme this way the "Add" button and secondary pop ups do not work and i get the same error messages as the ones mentioned in this post.
If no fix for HS is possible in the short term - any idea of how i can do a "complete" theming of an exposed view that will not conflict with HS?
Comments
Comment #1
Hunabku commentedAfter poking around the issues more i can see that there are a lot of discussion related to theming exposed filters.
Wim i greatly appreciate the work you are doing here - outstanding, and can somewhat appreciate the challenges you are facing having to work around the architecture of Drupal. I would still be open to any suggestions you have about theming exposed views.
PS" i upgraded to 5.x-3.x-dev and will do some tests on that.
Comment #2
sdsheridanI put these two functions in my template.php file for my theme, and they are working nicely for my exposed filters vis-a-vis formatting, theming, etc. Might help some folks...
shawn
Comment #3
wim leersSomething like this is already in the README, but it's much simpler than this (without the "specific" stuff), which is why I won't refer to your comment from the README. I trust users will find it themselves. Thanks! :)