Is it possible to add support for the skinr module? As far as I can work out the variable $skinr needs to be added into semanticviews-view.tpl.php. I'm just not sure where/how drupal_attributes work.

Most excellent module by the way. Has changed my life! :)

Comments

Anonymous’s picture

Status: Active » Closed (won't fix)

I am still undecided about the utility of the semanticviews-view.tpl.php file... while I do like the notion of adding an ID to the outer div of a view, it's also something that breaks easily.

If you're not using Views built in displays (i.e. you use OpenLayers or Views Attach), this template won't be used.

With blocks, there's a different problem... there's already a perfectly good ID attached to the block's outer div.

The semanticviews-view.tpl.php is such a hack that it can't even appear in the Theme Information in Views UI. I think this is probably the most significant problem, because it contradicts the documentation and help provided by Views.

Unfortunately, I think the most responsible thing to do is to remove the template from Semantic Views, remove the ID option from the form, and leave this kind of thing to themers and builders. I just need to search through my own sites and check the places I've used the ID feature before I remove it.