The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
32 views

When selecting channel entries, only select entries in just the top-level category

I have a channel with entries in categories and subcategories. I want to output a list of only the entries that are not in the subcategories. Is there a way to do an "only A" or "A & not anything ...
0
votes
2answers
28 views

Preload replace not evaluating variable outside of pair

I am trying to get the current entry's category so I can make a comparison inside a menu elsewhere to see if the menu item is for the current page. I have the following code at the top of my template: ...
0
votes
0answers
23 views

Channel entries category tag only showing last category

Within my exp:channel:entries tag, I am using the categories tag pair to show the categories that the entry is in. However, it is only showing the last category that the entry is in: ...
2
votes
3answers
84 views

Group Entry Listing By Channel

I feel like there's an obvious answer to this, but is it possible to have one channel entries tag with multiple channels and group the output by channel? For example: {exp:channel:entries ...
0
votes
0answers
10 views

2 column item list with bootstrap and expresionengine loop problem [duplicate]

Here's an illustration to help you understand what I'm trying to do. on the news section of my site I want to display a 2-column list of articles. This is within a span8 div. The HTML I want to use ...
2
votes
1answer
16 views

Abort the channel entry publish process?

I am working on an extension that takes some entry data (from the control panel) and performs some tasks with it, just prior to insert/update. I am currently using the "entry_submission_end" hook to ...
0
votes
1answer
26 views

Alternating layouts within one set of channel entry tags

New to ExpressionEngine so apologies if my question has an obvious answer. Basically, I have two paths for a single channel's content on one page, one arranges the image to the left and the title to ...
1
vote
1answer
25 views

Using the Entry title variable in an Channel Entry field

I have a Channel Entry field that contains a table. I need the caption to contain the title. I tried: <caption>{title}</caption> Thinking it would work, given that it's within the scope ...
1
vote
1answer
30 views

Help with sequential numbering in a Entries loop?

I'm trying to get my head around EE so please bear with me on something probably simple: How do you loop through a EE entries chunk and append a number? Like a id="blogitem-1", id="blogitem-2", ...
2
votes
2answers
44 views

Add to homepage and reorder

I am trying to find the most common way to add entries to the home page and then reorder them. In the past I have set a custom status and used Low Reorder to sort the entries. Are there other ...
1
vote
1answer
20 views

'pubsubhubbub' support for EE?

A little background, we have a theory that content scrappers are using our feeds to scape and post our site content and it might be negatively effecting or search results. This topic was mentioned by ...
0
votes
3answers
35 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 ...
0
votes
5answers
31 views

Change order of channel entries output with multiple channels

I have a channel entries call which is pulling in 2 channels (channel_1 and channel_2), what i want to be able to do is always make the first / latest post show from channel_1, even if channel_2 has ...
0
votes
1answer
23 views

How to add a different style to the first 2 entries in a channel call

I want to add a different class and fields to the 1st and 2nd entries produced from the channel entries call. I then want the rest of the entries on the page to be the same style, that style should ...
0
votes
1answer
23 views

Exclude content from loop

I feel like I have seen a solution to my issue in the EE docs before, but now I can't find what I'm looking for. I would like to exclude some information from repeating inside of a channel entries ...
3
votes
3answers
70 views

Ignore 'The' when sorting by title

When sorting by title in channel results, is there a way to ignore the 'The'?
0
votes
1answer
28 views

Channel entry title updated with member email

I had developed an extension (hooked with zoo_visitor_register_end) using Channel Entry API which creates a new channel entry by setting the title of this entry with a custom field value of Zoo ...
1
vote
1answer
19 views

Displaying 5 digit entry_ids

Want to display entry_id's in a numeric list so they can be sorted with jquery plugins. Heres current code to achieve this, basically adding appropriate amount of zeros before entry_id so all are 5 ...
0
votes
0answers
28 views

How to keep Screen Name in sync with Profile channel fields using Profile:Edit

I'm using Profile:Edit 1.0.9 with EE 2.5.5, and finding that the Screen Name is sometimes coming out of sync with the First Name and Last Name custom fields in the profile entry (when a user edits ...
0
votes
0answers
22 views

Channel Entries & Elasticsearch or Solr or Memecached

I suppose this is more of an academic question rather than a support request of any sorts. I am working on a fairly huge web app which is based on ExpressionEngine and as you might expect, quite a lot ...
2
votes
3answers
81 views

Use same channel field across channels

I am trying to setup meta tags for my site specifically for Facebook sharing. I have 4 different channels and I want to ideally use the same channel field for each of them so I can efficiently ...
0
votes
2answers
35 views

Remove Duplicate Values in List from Channel Entries

I am creating a dropdown menu for a mailing list sign up form for an events company. I would like to give people the option to select a city where the company has had an event in the past or where ...
3
votes
2answers
77 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" ...
2
votes
1answer
26 views

Saving rendered page as image

I'm trying to find a way to have EE automatically save a webpage as an image. Basically when an single entry page is rendered I would also like EE to create an image of the finished page and attach ...
0
votes
2answers
48 views

Is there any way to limit the number of entries a user can make?

I want to limit the number of entries a user can create. I've found a similar question here: Restrict number of entries per user The reason that answer won't work for us is because our version of EE ...
0
votes
2answers
49 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 ...
0
votes
0answers
43 views

Repair EE addon?

the thing is that i Really need this addon to work , and somehow the developer is not answering as this is a beta version. I looked around it and this is the problematic code : public function ...
1
vote
3answers
48 views

How to share an entry to show up only to some users

Hei everyone, I am trying to build a small system for an architectural bureaux like this : The main architect posts a House Project ( # an entry ). he invites 1 or more people to join the ...
0
votes
1answer
56 views

Display entries from channel if checked on publish page

I have a page where I am allowing the client to choose which channel entries are displayed on the page, which is controlled by a field with checkboxes on the publish page. If rides is checked, I need ...
1
vote
2answers
36 views

sort=“asc” Breaks “count” Conditional

This is super weird. I have this channel entries loop: {exp:channel:entries channel='resources_webinars' dynamic='no' limit='5' disable='categores|member_data|pagination' ...
0
votes
1answer
8 views

Pull all {alternate_titles} fields for navigation menu, even if page is limit=1

I'm using a sidebar navigation, that is embedded on an intro page and subsequent single article pages. This is my embedded navigation: <ul> <li><a href="{path='spice_2011/kiritimati'}" ...
1
vote
1answer
34 views

category_heading and GWcode Categories

I don't seem to be able to use ExpressionEngine's native {exp:channel:category_heading} feature in combination with GWcode Categories. I would like to display a simple category results page which ...
1
vote
0answers
43 views

Categories Tag inside of Channel Entries Tag understanding problem

I use this code to list and filter my 3000 blog entries by category. {exp:channel:entries channel="blog" limit="200" disable="member_data|pagination|category_fields" category="1&2" dynamic="no" ...
1
vote
1answer
28 views

Entry ID Returned From Plug-In Not Working in Channel Entries Tag

I've written a custom plugin which I call repeatedly (via a channel:entries tag) to store a list of entries in an array. (BTW, you have to set up a separate singleton class to do that, as the plug-in ...
1
vote
2answers
28 views

Sort categories by amount of entries

When using {exp:channel:categories} to list categories, is it possible to sort the list by the number of entries each category has associated with it?
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" ...
1
vote
1answer
27 views

How to get order to go 1, 2, 3, 4… rather than 1, 10, 11, 12, 2, 3, 4

I'm sure this is a simple one, but it's got me stumped so I'd appreciate your thoughts. Here goes... I'm displaying a selection of images The order of these images is controlled by using ...
1
vote
3answers
34 views

Formatting a CSV using Channel Entries

I'm trying to export a CSV of my members using Solspace User. It works fine, except that when I open the CSV in Excel, it actually shows the quotes around the values. I know that obviously my ...
2
votes
1answer
21 views

ExpressionEngine {exp:channel:categories}, categories from multiple category groups ordered together

Is it possible to create a single alphabetically ordered list containing categories from multiple category groups? Here is the code I am using: <ul> {exp:channel:categories ...
0
votes
1answer
11 views

Alternative channel:entries Depending on First Result Set

I have two channels: products and promos. I need to display either one or the other on my homepage. If I find a promo, I display that one and not the the product. If I don't find a promo, I display ...
0
votes
0answers
9 views

Displaying Successive Entries on Successive Requests

I've got a products channel. Some of the products have a status of Wide, and these also have a sequence number. I don't know how many Wide products I have. On the home page I need to display two Wide ...
0
votes
0answers
20 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 ...
1
vote
3answers
130 views

Avoiding duplicate based on title in exp:channel:entries

I have a bunch of testimonials in a channel. Some have the exact same value in the title field. My code looks like: {exp:query sql=" SELECT DISTINCT title FROM exp_channel_titles WHERE ...
2
votes
3answers
53 views

Passing ID’s from a query to Channel Entries

I'm using quite a complex query using exp:query to generate the member ID's of members who have certain data in a custom field. I'm struggling on how to pass the generated ID's onto a channel entries ...
0
votes
0answers
14 views

Why is EE not autosaving?

I have got editors who often have an entry open around 30minutes before saving. I have turned on autosaving in the config.php file and this is also reflected in the config edotr in the control panel: ...
0
votes
4answers
44 views

Unable to publish new channel entry

I'm trying to publish a new entry into an existing channel. This channel has one other entry. When I hit the Submit button on the new entry, I'm not seeing any error messages. This same site has a ...
1
vote
2answers
22 views

How to order titles with non-english characters?

I display a list of entries using orderby="title" sort="asc" But titles starting with the Swedish character "Å" and "Ä" is sorted before "A" - and it should be last in the list. Like this: ... X Y ...
1
vote
1answer
20 views

Hide menu item if no results for a certain channel

I'd like to hide a menu item called 'Events and Activties', if there are no entries in that particular channel. I've tried to do this using this code but it's not working: <ul class="nav-bar"> ...
1
vote
2answers
36 views

Selecting Channel data within a custom Addon

I'm going to be inserting some data into a channel via a custom Add-on. It looks as thought I should be using the Channel Entries API in order to do this, which is fine. What I need to do first ...
2
votes
1answer
46 views

Next/Previous Entry Linking + Structure showing entry from different channel

I have entry linking working in multiple templates on my current EE site. In one of my channels, when I get to the end of the loop, it's displaying a next link to an entry in a different channel. It ...

1 2 3 4