Skip to main content

Questions tagged [variable]

1 vote
3 answers
115 views

In an upstream template, I do this code : {embed="templatecategory/template" varA="{var1}" varB="{var2}"} These variables are populated by a custom addon. And in the ...
Eastmarch's user avatar
0 votes
2 answers
132 views

In former days {assign_variable: my_var="foo"} was a very handy tool. I haven't used it for some time and discovered that it was deprecated in EE 4.x but was not able to determine what if ...
forrest's user avatar
  • 1,068
0 votes
1 answer
97 views

I tried to insert a custom field variable, Stash here, a simple custom field as a text field works fine (the value is parsed), but when I use a pair tag (as Fluid, Grid or another add-on), or a Stash ...
Stéphane's user avatar
  • 885
0 votes
1 answer
105 views

Is there any way to pass a value from an extension to a module or a plugin in ExpressionEngine? I created this very useful extension to take advantage of the expresso store module: <?php use ...
Marcuzio Developuzio's user avatar
0 votes
1 answer
92 views

We are creating a template that our client would use on many pages of their website, for example 'Accordion Layout Template'. So we create a page 'Bikes', assign the 'Accordion Layout Template', then ...
user9631's user avatar
2 votes
1 answer
85 views

I have a list of items. Each item has a season. I am trying to organize the items by season. I believe the list is pre sorted and I need to create a header everytime there item has a new season In ...
Shawn Northrop's user avatar
0 votes
1 answer
311 views

I have a freeform form with a text field with a value. Users of this form are not logged in and I need to pass the value of that field to a second confirmation page where I am building a paypal form. ...
Peter Eastwood's user avatar
0 votes
1 answer
165 views

I'm using CE Image 2.4.5 on EE 2.9.3 and it outputs the image cropped correctly. However I also need the {height} and {width} variables elsewhere. The problem is that both of these variables are ...
CreateSean's user avatar
  • 4,747
0 votes
1 answer
56 views

I created some template variables which is https://docs.expressionengine.com/latest/templates/globals/template_variable.html, how can I show one of them randomly?
simpleton's user avatar
1 vote
0 answers
76 views

loping through channel entries tag, I can use {title} for the title of the article. inside the channel entries loop for the specific article, I use an EE partial with get list inside. Inside the ...
Thomas Hartmann's user avatar
1 vote
0 answers
333 views

I have some javascript in a template and when I try to use template variables inside the ... tags, the template variables are not parsing. All other template vars on the page are parsing as ...
kambythet's user avatar
  • 113
0 votes
1 answer
92 views

In BR's settings, it is possible to limit the number of products displayed in the catalog and paginate the results. However, that seems to set the limit for any and all catalogs referenced throughout ...
Niki's user avatar
  • 5
0 votes
2 answers
157 views

I am working on an Expressionengine site at the moment, the client would like the ability to choose if there's a custom phone number in the sidebar of the page and if non is entered it just shows the ...
Harry Francis's user avatar
1 vote
0 answers
81 views

In my article template I'm doing this: {exp:stash:set name="article_lang" parse_vars="yes" parse_depth="2" parse_tags="yes" parse_conditionals="yes"} {exp:switchee variable="{transcribe:...
Steven Grant's user avatar
  • 2,473
1 vote
1 answer
64 views

I have this code {exp:channel:entries channel="katalog" limit="12" dynamic="yes" status="open" show_future_entries="no" orderby="date" sort="desc" disable="member_data" pagination="bottom"} {!-- if ...
BSheep's user avatar
  • 25

15 30 50 per page
1
2 3 4 5