Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Liquid Templates
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Liquid Templates
Contact owners and managers
1–30 of 335
Mark all as read
Report group
0 selected
Gitted
,
Mason Hale
2
11/25/15
How to store liquid templates in a database?
Is there a way to load them from the database or another data store? What I ideally want to do is,
unread,
How to store liquid templates in a database?
Is there a way to load them from the database or another data store? What I ideally want to do is,
11/25/15
Tikvah Harrison
10/11/15
Trying to alter/add top navigations to my Shopify "Classic" Theme.
Hello, I am all new to the Liquid Markup Language! I am building a site using Shopify and would like
unread,
Trying to alter/add top navigations to my Shopify "Classic" Theme.
Hello, I am all new to the Liquid Markup Language! I am building a site using Shopify and would like
10/11/15
Andrey Amelin
9/2/15
Don"t work 'slice' Liquid 2.6.3 Jekyl 2.5.3
Don"t work filter 'slice' Liquid I want to receive the first letter from the 'title
unread,
Don"t work 'slice' Liquid 2.6.3 Jekyl 2.5.3
Don"t work filter 'slice' Liquid I want to receive the first letter from the 'title
9/2/15
Shad Roi de la Cruz
,
Kristian Brito
2
8/14/15
Hi Guys I need help Form If/Else Statements
{% if radio1.selected %} show input 1 {% elsif radio2.selected %} show input 2 {% endif %} If the
unread,
Hi Guys I need help Form If/Else Statements
{% if radio1.selected %} show input 1 {% elsif radio2.selected %} show input 2 {% endif %} If the
8/14/15
Lindsay Ward
, …
Kristian Brito
8
8/14/15
How do I make my own array?
I had an instance where I had to define an array or declare an array in liquid and this is what I cam
unread,
How do I make my own array?
I had an instance where I had to define an array or declare an array in liquid and this is what I cam
8/14/15
ste...@bellezo.com
5/19/15
Title and H1 Tags
Hi Everyone, I am looking for a little help with something, I am completely new to liquid, and
unread,
Title and H1 Tags
Hi Everyone, I am looking for a little help with something, I am completely new to liquid, and
5/19/15
Travis Beauvais
4/26/15
Access data in custom filters
Is it possible for me to access the data in a custom filter? data = {'name' =>'travis
unread,
Access data in custom filters
Is it possible for me to access the data in a custom filter? data = {'name' =>'travis
4/26/15
Andrei
4/25/15
Passing params back to controller?
Is there a way to pass parameters back to the controller? My situation: I have a {{form form_name}}
unread,
Passing params back to controller?
Is there a way to pass parameters back to the controller? My situation: I have a {{form form_name}}
4/25/15
Dylan
, …
Błażej Kosmowski
4
1/8/15
Skip parsing for documentation
That is very late response - but I just faced the same problem when mixing liquid and angular. I'
unread,
Skip parsing for documentation
That is very late response - but I just faced the same problem when mixing liquid and angular. I'
1/8/15
Michael Ivey
, …
Breno Perucchi
6
9/27/12
counting drops that matched an if
Have way more easily to do that {% assign counter = 0 %} {% for product in products %} {% capture
unread,
counting drops that matched an if
Have way more easily to do that {% assign counter = 0 %} {% for product in products %} {% capture
9/27/12
Nicolas Hock Isaza
9/4/12
Dumping templates with Marshal
Hello, I'm having a problem when saving the `Marshal.dump` on the DB and recovering from there. I
unread,
Dumping templates with Marshal
Hello, I'm having a problem when saving the `Marshal.dump` on the DB and recovering from there. I
9/4/12
Breno Perucchi
8/31/12
Capture New Collection in VIEW in the Loop
I need to capture new collection from the object that running in the loop. I already try this, but
unread,
Capture New Collection in VIEW in the Loop
I need to capture new collection from the object that running in the loop. I already try this, but
8/31/12
Neeraj Singh
,
Masiha H
2
8/28/12
layout template in liquid not working with Rails 3.1
Your link is not opening On Monday, October 24, 2011 11:18:10 AM UTC-7, Neeraj Singh wrote: Here is a
unread,
layout template in liquid not working with Rails 3.1
Your link is not opening On Monday, October 24, 2011 11:18:10 AM UTC-7, Neeraj Singh wrote: Here is a
8/28/12
Sébastien Gruhier
,
Masiha H
3
8/27/12
Template Handler for Rails 3.1
and this too require 'action_view/template/handlers/liquid' ActionView::Template.
unread,
Template Handler for Rails 3.1
and this too require 'action_view/template/handlers/liquid' ActionView::Template.
8/27/12
Tiago Matos
8/13/12
How to list all node of a template
Hello all! I have posted a question, which is bothering us for a long time. I am cross-posting it
unread,
How to list all node of a template
Hello all! I have posted a question, which is bothering us for a long time. I am cross-posting it
8/13/12
liquid1234
,
John Maxwell
2
3/28/12
How to access html5 data store values from liquid block?
You can't do that with liquid - you're mixing up a Server-side technology with a Client-side
unread,
How to access html5 data store values from liquid block?
You can't do that with liquid - you're mixing up a Server-side technology with a Client-side
3/28/12
Rich Morin
2
2/23/12
including specified files in a layout?
It's possible to define fields in the page's YAML header and use them in the layout.
unread,
including specified files in a layout?
It's possible to define fields in the page's YAML header and use them in the layout.
2/23/12
jcs
2/17/12
How to ask whether an array contains a specific element
What's the simplest way to do something like a member? function, as: {% if users_array contains
unread,
How to ask whether an array contains a specific element
What's the simplest way to do something like a member? function, as: {% if users_array contains
2/17/12
Andy Macdonald
, …
Simon Russell
3
1/3/12
URLs / Paths
If you're wrapping your objects in drops, adding a url method should be reasonably
unread,
URLs / Paths
If you're wrapping your objects in drops, adding a url method should be reasonably
1/3/12
Donald Ball
12/16/11
Watch out for liquid eating exceptions
We ran into a problem recently in which ActiveRecord wound up with an inconsistent transaction count.
unread,
Watch out for liquid eating exceptions
We ran into a problem recently in which ActiveRecord wound up with an inconsistent transaction count.
12/16/11
Tom Preston-Werner
,
Alexandre Rademaker
2
12/5/11
Using a for loop's current index as an argument in a tag
Hello Tom, Have you gotten any answer for this question? I am using Jekyll. I want to have in my
unread,
Using a for loop's current index as an argument in a tag
Hello Tom, Have you gotten any answer for this question? I am using Jekyll. I want to have in my
12/5/11
William Lutz
2
11/30/11
Help understanding how to use Liquid
This is the invoice Template I'm working with. I have a condition for 'BREAK' that I want
unread,
Help understanding how to use Liquid
This is the invoice Template I'm working with. I have a condition for 'BREAK' that I want
11/30/11
Carson Reinke
11/18/11
Missing Variables Or Filters
Variables or filters that are not defined are just ignored. Is this expected behavior? I do see the
unread,
Missing Variables Or Filters
Variables or filters that are not defined are just ignored. Is this expected behavior? I do see the
11/18/11
S Ahmed
11/17/11
avoid endless loops
Is it possible for someone to create endless loops and thus bring a server down to its knees? What
unread,
avoid endless loops
Is it possible for someone to create endless loops and thus bring a server down to its knees? What
11/17/11
Brian Cardarella
11/10/11
split text on whitespace
Is there a way to split text, like a name, on space characters?
unread,
split text on whitespace
Is there a way to split text, like a name, on space characters?
11/10/11
Masteroll
,
Jonathan Rudenberg
2
10/16/11
Rounding of results
Hi Masteroll, What you're getting is a float, which isn't exact: http://en.wikipedia.org/wiki
unread,
Rounding of results
Hi Masteroll, What you're getting is a float, which isn't exact: http://en.wikipedia.org/wiki
10/16/11
Jonathan Rudenberg
10/16/11
Version 2.3.0 has been released
I'm happy to announce that liquid v2.3.0 has been released with lots of new features. Highlights
unread,
Version 2.3.0 has been released
I'm happy to announce that liquid v2.3.0 has been released with lots of new features. Highlights
10/16/11
Seth Ladd
,
etagwerker
2
10/10/11
How to treat parameters to custom tags as variables?
I believe you need to save that string when you initialize the block instance. Then later when you
unread,
How to treat parameters to custom tags as variables?
I believe you need to save that string when you initialize the block instance. Then later when you
10/10/11
etagwerker
8/25/11
Wiki Documentation Transalation to Spanish
Hello, I would like to contribute translations to Spanish for the entire wiki: https://github.com/
unread,
Wiki Documentation Transalation to Spanish
Hello, I would like to contribute translations to Spanish for the entire wiki: https://github.com/
8/25/11
S Ahmed
8/11/11
high level of how it parses a block?
I'm trying to understand how things work with liquid. When it encounters a if statement, what is
unread,
high level of how it parses a block?
I'm trying to understand how things work with liquid. When it encounters a if statement, what is
8/11/11