Yeah, that works for now. I'll check that §content thing later on.
Thanks man!
Remi
On Sunday, February 19, 2012, Erik Hatcher wrote:
> Unfortunately things a bit messy in there because others have tried to
make a kitchen sink of things in there, but as I said, it all starts with
browse.vm and
Unfortunately things a bit messy in there because others have tried to make a
kitchen sink of things in there, but as I said, it all starts with browse.vm
and then follow any #parse's from there. You'll see browse.vm #parse's
"facets.vm", and in there you'll see how it then #parse's to those va
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, F
$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 t
Why do you want to? That is what are you trying to accomplish by
modifying that variable? You may not really need to...
This seems like an XY problem...
Best
Erick
On Thu, Feb 16, 2012 at 11:06 PM, remi tassing wrote:
> Hi all,
>
> How do we modify the "$content" variable in the layout.vm file?