Questions related to the ExpressionEngine "templating" system.

learn more… | top users | synonyms

0
votes
0answers
12 views

CartThrob Custom Report

What would be the best way to create a CartThrob Custom Report template that needs the following: All products: Including all Product Options (x axis, 1 per column) Days / Total of products sold per ...
0
votes
2answers
25 views

Is there a way to use global templates in expression engine?

By default, each template in expression engine is an entire template. Is there a way to set a global template, and have each template be inserted as the content section of that template? ie. ...
0
votes
2answers
26 views

Pre-Cache Template Base on URL

I am working on a site that has an employees channel with over 1000 entries. When a user visits the "all employees" page we are paginating the results and all is well, however when a user views the ...
1
vote
2answers
38 views

How to count Matrix rows that are not empty?

This seems like it should be a piece of cake, but I'm at a loss. I have a Matrix field called {the_matrix} which contains two columns {comment} and {image}. And I'm attempting to output the number ...
0
votes
1answer
23 views

Orderby Not Working

I have a channel field named {board_sort_order} and I limited the entry to Integer. I am trying to use that field to order the dynamic listing on the template. I have tried everything and search ALL ...
0
votes
1answer
19 views

Output segment_x via template HTML

Using EE 2.5.5, I wish to output a segment_x (segment_2, which aligns with our department names) so that I may class by department; i.e., <article class="main {segment_2}"> <more html ...
0
votes
1answer
45 views

how to make safecracker login form open in a new window/tab

I currently have a safecracker login form which enables specific users to login and download files. [click here][1] I have noticed when a user logs in they are redirected to the following link [click ...
0
votes
1answer
21 views

safecracker login form not accepting login details

I am fairly new to Safecracker, so forgive me if my question is stupid. On the following [site Click][1] Here when you click on the promo materials button, a pop up window appears requiring users to ...
0
votes
1answer
59 views

Playa Entries and Unique Identifiers

I'm displaying a list of Packages and within those Packages are Products. The Packages channel entry has a Playa field populated by Product channel entries. So to display them I have something like ...
0
votes
1answer
20 views

Synchronize Templates Show No file exists

(EE 2.5.5) All of a sudden making changes to the template files stopped getting inhaled into the app. The changes are on the server, but they're not showing up on the rendered pages. I'm guessing that ...
0
votes
2answers
53 views

PHP error on template export, after upgrading to 2.6

Getting the following when I try to export any template group... A PHP Error was encountered Severity: Notice Message: Undefined property: Design::$api Filename: cp/design.php Line Number: 3516 ...
3
votes
2answers
64 views

How to approach static content

I've been struggling with static content and wanted some other opinions on how to best approach it. Currently, I have a channel called Static Content where I, obviously, post all the "static" ...
1
vote
1answer
19 views

External Links Stored in Channel

In my navigation snippet I have some immutable external links and I just used a standard a tag with a hard-coded href attribute. No problems and it worked nicely. So I figured there was "no trick" to ...
2
votes
2answers
38 views

templates vs. themes

What's the difference between "templates" (default location system/expressionengine/templates/default_site/) and "themes" (default location themes/)? I'm curious particularly for a single site setup. ...
1
vote
1answer
24 views

Conditional Tags Based on EE Tag Value?

I am coding a plugin for our company's stock price. I am determining growth as such: public function __construct(){ $this->EE =& get_instance(); $fp = fopen ...

1 2 3 4 5 10
15 30 50 per page