The embeds tag has no wiki summary.
1
vote
2answers
36 views
Embed variables in the Query Module for expressionengine
Having an issue with the following sql within the query module.
SELECT
exp_channel_titles.entry_id,
exp_channel_titles.title,
exp_channel_titles.url_title,
exp_channel_titles.status,
...
0
votes
2answers
48 views
Problems Limiting within an Embed
We seem to be having some problems limiting within an embed.
2 Channels: Daily-Deals (approx 50 listings), Business-Listing (approx 10,000 listings).
Each daily deal is related to a single ...
1
vote
1answer
28 views
Display embedded templates inside a conditional statement if checked on publish page
In short: I need to display embedded templates based on whether they are selected by checkbox on the publish page, but my code doesn't work if more than 1 is checked.
I tried using the code below to ...
0
votes
0answers
6 views
Weird video playback issue with simple search embed
I am working on a site that recently started having issues with being able to play youtube videos on an ipad 3 only.
The site in question is https://www.formmobi.com/
A sample of the problem can be ...
0
votes
2answers
34 views
Channel Entries Search Returning No Results
I have a routine that searches for an existing customer, based on their member email address. I'm passing the email address as an embed variable:
{embed="delivery/charter_customer_form" ...
0
votes
0answers
17 views
Wygwam embed is not working if using SC to embed Youtube videos (iframe)
Im running EE2.5.5 and latest Wygwam but when i added the field into my safecracker form, and tried to publish youtube video with the Embed-function, it just shows up the tag. Channel is allowing all ...
2
votes
2answers
48 views
Self-Referenced Relationships
I've set up three relationships in my products channel, pointing at...wait for it...the products channel. They're called also_like_1, 2 and 3.
In my main template, inside my {exp:channel:entries ...
1
vote
2answers
32 views
Embeds with single page design?
I'm creating a single-page portfolio site using jquery scrollto and easing, etc. For ease of editing, I'm seriously considering creating each "Section" on the main page as its own template and then ...
1
vote
1answer
12 views
How do I embed a slide deck from Slideshare
what´s the best way to embed an iframe from Slideshare into an entry? Here´s an example.
<iframe src="http://de.slideshare.net/slideshow/embed_code/17368866" width="427"
height="356" ...
0
votes
1answer
16 views
Embedded template channel entries tag inexplicably breaking in some host templates
I've got an embedded template called _sidebar that contains (surprise surprise) the site's sidebar content. It contains a heading and a channel:entries tag, all wrapped in a container div. In some ...
0
votes
2answers
83 views
Editor ability to attach “events” to a page
I have the need to allow site editors to be able to create groups of "events" and assign a title, body, icon, etc to those events, order them, and place them where they like inside of their "pages".
...
2
votes
2answers
61 views
Getting specific code into the <head> section from within channel entries
I edit an old, large EE1 site with lots of weblog articles, some containing flash content. We want to change that content into HTML5/css/java but that requires specific code to get into the head ...
1
vote
1answer
55 views
I need help with some strange EE1 behavior
I have an EE1 site I created a few years ago that was chugging along happily until just recently. I had upgraded it to 1.7.3 about a year ago but beyond that there has been very little that was done ...
1
vote
1answer
35 views
Agressive template caching in EE1
I've got an old EE1 site that I'm doing some minor updates to but I'm finding that it is very aggressively caching embedded templates.
This means that when I make a change it doesn't appear on the ...
2
votes
1answer
65 views
SEO Lite & Switchee
OK, so i've had a great deal of help on here on the rebuild of my site, and I'm onto the last part which is to make sure my pages meta, titles etc are working well.
I have switched (pun) a lot of my ...
1
vote
4answers
120 views
Embedding Channel Entry Tag Pair within another Channel Entry Tag Pair
I am using ExpressionEngine 2.5.2.
I am trying to set up an instance where one channel entry is embedded within another. I found this question on StackOverflow and tried the method described in the ...
1
vote
1answer
87 views
Display Choice from Select Dropdown Custom Field in Sidebar
This is taken from this previous thread but I still can't get the answer. Can someone help me?
Basically I am looking to be able to display different sidebar options dependant on what option is ...
0
votes
1answer
22 views
EE1 - Include entry category ID in an embed
I usually use Low Variables or Stash for this, but thought I would toss this one out there anyway to see if I have just been over complicating my templates.
I have a template that pulls in an entry. ...
1
vote
1answer
25 views
embed member information in another member's profile
I am using zoo visitor, safecracker and solspace user to enable a site member to act as an agent and register other client members to the site.
These new members are linked to the agent via a hidden ...
2
votes
1answer
27 views
Anyone know how to limit the number of entries displayed between a set of tag pairs embedded in other tag pairs?
I'm embedding a set of tag pairs with another set of tag pairs, but because there are two entries that meet the criteria of the outer tag pairs, EE's displaying the embedded tag pairs twice.
My code ...
2
votes
4answers
99 views
How to 'embed' a template from within a plugin
In a plugin is it possible to output the equivalent of {embed="my_template"} if a certain condition is met?
My site index file is as follows at the moment, with php enabled and set to input:
...
1
vote
1answer
39 views
SafeCracker and embedding templates - channel data lost?
I have a SafeCracker form. In order to maximize code reused, I have broken the form into embeddable fieldsets, with each fieldset containing embedded fields. (Basically, I can just embed fields as I ...
2
votes
2answers
703 views
Stash Embeds - Trying to be DRY
I'd like to know if/how Stash embeds could be used in a particular way. I'm trying
to keep things DRY.
Generally my templates look something like this:
_wrapper.html
<html>
<body>
...
4
votes
1answer
121 views
Embeds in stash don't work when using process=“end”
A stripped down example:
{exp:stash:get_list name="sidebar" process="end"}
{embed="templates/sidebar-events" limit="3"}
{/exp:stash:get_list}
The embed tag doesn't get parsed at all, it just ...
4
votes
2answers
45 views
issue with fixed_order and embed query
I’m having some issues with the fixed_order parameter.
I’m running a query to order by a matrix col
{embed="_includes/_ajax_results"
entry_ids="{exp:query sql="SELECT entry_id FROM ...
4
votes
3answers
85 views
setting a global var in an embedded template with PHP
I have a header template with PHP parsing on Input an the following code:
<?php
$this->EE->config->_global_vars['user_language'] = "nl";
?>
When I use {user_language} in my ...
4
votes
3answers
72 views
Need help cutting back on embeds when using Tags from Solspace
I have a channel listing characters in a TV show. On the index page of that channel, I display a visual index to all characters. The index looks like this and it uses Solspace's Tags module to pick ...
5
votes
2answers
75 views
Preferred method for site-specific content in MSM “child” sites?
I'm building a set of sites with MSM and intend to use a "parent" site for the organization to publish most of the common content that will be used for each of the "child" sites. Think of a restaurant ...
15
votes
6answers
499 views
Stash vs. Embeds
I am using Stash only recently and was wondering how the performance is boosted over using embeds? I know there are a few less queries used in general, and I know you can subvert the parse order, but ...



