Yes, I'm using the example configuration (Solr-3.4).
What I'm trying to do is to remove the menus on the left side ("Query
Facets", "Range Facets", "Clusters"), and the "boost by price" button. I'm
not using them for now and they're kind of distracting.
Thanks, again, in advance!
Remi
On Fri, Feb 17, 2012 at 11:56 PM, Erik Hatcher <[email protected]>wrote:
> $content is output of the main template rendered.
>
> To modify what is generated into $content, modify the main template or the
> sub-#parsed templates (which is what you've discovered, looks like) that is
> rendered (browse.vm, perhaps, if you're using the default example setup).
> The main template that is rendered is specified as v.template (in the
> /browse handler definition in solrconfig.xml, again if you're using the
> example configuration).
>
> Does that help? If not, let us know what you're trying to do exactly.
>
> Erik
>
>
>
>
> On Feb 16, 2012, at 23:06 , remi tassing wrote:
>
> > Hi all,
> >
> > How do we modify the "$content" variable in the layout.vm file? I could
> > managed to change other stuff in doc.vm or header.vm but not this one.
> >
> > Is there any tutorial on this?
> >
> > Remi
>
>