ExpressionEngine is a commercial content management system, written in PHP. Most ExpressionEngine questions will be better asked on the ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).
0
votes
1answer
8 views
expression engine SEO URL disable option?
i need to disable the default functionality of expression engine to create the URL, i can't figure out an option to disable it? even removed everything from htaccess did't resolve..
0
votes
1answer
4 views
expressionengine endless redirect loop since upgrading to 2.6.1
Since upgrading my expressionengine site to version 2.6.1 when you go to admin.php you get stuck in an endless redirect loop. The problem is because the URL you get redirected to is missing an ...
0
votes
1answer
7 views
expression engine dynamic variable names: {slide_{index}_title}
I am using a simple looping plugin so that my template looks like this:
{exp:loop_plus start="1" end="4" increment="1"}
<h3>{slide_{index}_title}</h3>
{/exp:loop_plus}
However, I am ...
0
votes
3answers
20 views
Exclude subdirectory from Expression Engine official .htaccess index redirect
I have found a great number of suggestions online, but none of them seem to work in my case. I have an Expression Engine install in the root of my site. In a subdirectory named "helpone", I have ...
0
votes
0answers
7 views
ExpressionEngine caching tags by default
My ExpressionEngine site is caching stuff by default which is causing all sort of problems since dynamic things are no longer dynamic. For example I am calling a plugin which returns the value of a ...
1
vote
3answers
32 views
CodeIgniter - unable to query database
I have written a function, and it's working except one part:
//Find current upload total value
$this->EE->db->select('upload_total');
$upload_total = ...
0
votes
1answer
10 views
Expression Engine categories channel outputting empty list
I have a problem with outputting categories in to a list.
It seems to create another ul(one for the channel:categories) within the my ul, and also creates empty lists before each list.
I used the ...
0
votes
0answers
12 views
image re-sizing issue with EE2 and Forums
I am using ExpressionEngine 2.5.5 and Discussion Forum 3.1.10.
Issue i am having it will not re-size photos when my members post them as Image Links, it works in Chrome browser but it will not work ...
0
votes
1answer
13 views
Special Characters in Expression Engine Template Variables
I'm not holding my breath for this one, but was curious if someone had a more elegant solution to displaying a date format %d %M, '%Y (13 May, '13) in a single statement using Expression Engine's ...
1
vote
0answers
8 views
expressionengine search {auto_path} wrong entry
I'm having trouble configuring the search results, linking to that specific result.
I've set the channel search preferences so that {auto_path} links to the relevant template group and template and I ...
2
votes
1answer
18 views
How do you restrict content to a specific set of member groups?
I am currently using ExpressionEngine 2.5.5 and have a template with multiple conditional statements...
{if logged_in && member_group == '1' || member_group == '7'}
...
1
vote
4answers
41 views
Merge 2 sql queries
I have 2 sql queries running separately, what I would like to do is merge the two so I can extract both sets of data within one query.
The queries are using the ExpressionEngine query module and are ...
0
votes
1answer
15 views
How to display transition messages in site page only
Iam developing my site in expression engine and in expression engine if we logout then a transition screen will appear with a message 'you are logged out' in a different page rather than in site page,
...
0
votes
2answers
27 views
How to remove view rendered templete in expression engine
I have a site that implemented in Expression Engine,and in admin pannel while iam editing any template, at top right I have noticed one button "view rendered template" and while clicking on it it will ...
0
votes
0answers
34 views
RewriteRule in .htaccess not working for Expression Engine 2
I have an Expression Engine 2.4 based site and need to use .htaccess Rewrite rules for templates, but they are not working.
Here's my .htaccess:
Options +FollowSymlinks -Indexes
RewriteEngine on
...
0
votes
1answer
32 views
Expression Engine Apache and SSD
Recently I've been working on an expression engine project that has a performance problem. On a test with 50 concurrent connections
Extremely high (100%) CPU usage
Low RAM usage (2 gigs out of 8)
...
-3
votes
0answers
85 views
If statement in ExpressionEngine [closed]
I was wondering if someone could help me with if statement that I am stuck on:
<?php if ({total_unread_private_messages} != 0): ?>
{total_unread_private_messages} UNREAD MESSAGES |
<?php ...
0
votes
1answer
31 views
ExpressionEngine and subdomain issue
I'm new to ExpressionEngine but not to php so Im trying to work out if it is a quirk with EE, hosting issue or some config issue.
I'm in the process of developing a mobile version of a pre-existing ...
-1
votes
1answer
35 views
Deprecation of PATH_INFO .htaccess rule broken [closed]
Recently my hosting provider has been updating their apache systems to 2.4.4. In Doing so it has caused my expression engine site to break because i now need to force query strings to get the site ...
1
vote
1answer
31 views
URL title to Entry ID on Channel Entries tag
I'm trying to use the "URL title to Entry ID" plugin to feed the entry_id parameter into a Channel Entries tag, but can't figure out a way to get the ID information inserted early enough in the ...
0
votes
0answers
9 views
Porting a text input field to file field in Expression Engine
I have a site that has a lot of legacy images taken from the site they were on previously, these are stored in a field called legacy-images as a text input. This is basically the folder path from the ...
0
votes
0answers
41 views
PHP to write file to server
I have developed a site in ExpressionEngine and I am looking to export data periodically using a cron, writing the data as a file on the server.
I am planning on using AJW Export to run an SQL query ...
0
votes
1answer
23 views
ExpressionEngine: Display related entries from another channel in a single entry of one channe
I have two channels, events and news. Both have the same category group assigned (international, national, rock, etc.). I need to display a Widget of news entries that belong to the same category as ...
0
votes
0answers
26 views
Expression Engine Database Structure
I am maintaining a website built in ExpressionEngine.
Issue: When the site was built, in the channel administration, one main category was added "main_category", and under it about 250 categories and ...
0
votes
0answers
18 views
I've to pre-fill a matrix fieldtype in ExpressionEngine with a script in jQuery
I need your help.
I'm trying to write a script that will be integrated in ExpressionEngine entry form.
I've done all the required stuff. But now i can't go on.
This is the starting point.
...
0
votes
0answers
66 views
Facebook og:image not scraping blog for images to use for thumbnail
On a blog detail page I have Facebook OpenGraph tags pulling in various bits of data using the clients CMS tags etc. All works fine apart from the images.
Ideally, as the blog posts contain a lot of ...
0
votes
0answers
16 views
CSS hover links in ExpressionEngine using {cat_desc} are destroyed by links within the generated descriptions
Basically, I am trying to run a dynamic query through EE to display links in unordered lists based on existing categories, with a rollover that queries the category description. However, when there is ...
0
votes
0answers
12 views
Expression Engine - Template HTTP authentication
I have turned on HTTP authentication on in one of my template and was wondering how I get the logged in users name?
I have tried both {username} and {logged_in_username} but neither give this to me. ...
0
votes
1answer
17 views
Expression Engine entry_id Parse
Hey Everyone I am having a huge problem :
I have this Line :
{exp:entries:ids_assigned_to_me tag="idont" channel="proiecte" field="clienti"}
Which outputs me some entry ids
and i can put it ...
0
votes
0answers
20 views
variable passed to exp:query in ExpressionEngine
I created a plugin the generates a query string that I want to pass into a exp:query on a template. Here is an example. If I run this generated query directly against the database it works fine but ...
0
votes
1answer
19 views
Expression Engine list category entry only
With the code below, I am currently showing all the categories for the channel, but I only need to show the category or categories for each entry. They have been checkboxed in each seperate entry.
...
0
votes
1answer
52 views
Possible to use Stash “variable” in conditional?
One frustration I've been having with ExpressionEngine is I can't figure out how to do some basic things with template "variables" like I can easily do using Movable Type.
According to Set a custom ...
0
votes
0answers
23 views
Appending textarea fields with line breaks using Safecracker
Another perplexing "is probably an easy fix" question:
I have an EE site, and am using Safecracker to maintain a customer data channel. Each week, the customer receives a notice about an upcoming ...
0
votes
1answer
35 views
Channels, Bootstrap Carousel and ExpressionEngine driving me insane
I know somebody already had their problem fixed on here regarding channels and expressionengine, but nothing worked for me! Still really struggling. I can get only one post to show in the carousel, ...
0
votes
0answers
18 views
ExpressionEngine {exp:channel:categories} change order
In ExpressionEngine, is it possible to create a single alphabetically ordered list containing categories from multiple category groups?
Here is the code I am using:
<ul>
...
0
votes
1answer
569 views
How to create custom google maps (api v3) marker info windows (within context of a specific example)
1) So there's this great example of showing groups of markers by clicking on checkboxes, and I'd like to extend this by customizing the marker infowindow. Below is the code from this example - it ...
0
votes
1answer
125 views
Superfish: Either arrows or sub menus not showing
Depending on how I initialize Superfish, I'm getting either the arrows OR the submenus showing up on hover, but not both.
Arrows will display with: (but no submenus)
<script>
...
0
votes
0answers
25 views
Is it possible to use EE, Structure and Playa to create multiple related listings and detail pages?
We have a single channel that holds all the information for one dataset, in our case, Producers.
We have multiple Event type channels, for each of the Events that our client holds every year.
We ...
0
votes
0answers
25 views
Bootstrap Carousel not working in Expressionengine 2
I know that people have used channels to do this, but I am trying to run a simple carousel using the Bootstrap framework in Expressionengine 2. I have the data and it shows as a static image of slide ...
1
vote
0answers
14 views
expressionengine publish.php file not working
I have upgraded the version to 2.5.2 of expressionengine..
in my old version in themes/cp_themes/default/content/publish.php file, have added a custom javascript code and code php too, because ...
1
vote
0answers
51 views
Dynamic expression evaluation in Eclipse Debugger plugin
I am writing a java-debugger plugin for Eclipse which will need to evaluate expressions selected by the user in Eclipse Java Editor.
Currently, its only for debugging Java.
Basically, I want to ...
0
votes
1answer
14 views
EE2: embed not displaying properly
I've got a website with two channels, news and products.
Products are displayed using an embedded channel entries tag pair called marketing. The news articles are displayed using a regular channel ...
0
votes
1answer
20 views
Security of ExpressionEngine Safecracker
I'm using ExpressionEngine, but I want to make some "content management" templates that are very simple compared to the control panel.
Assume the following:
Only the admin can register new members.
...
0
votes
1answer
62 views
fine uploader - freeform - expression engine
i have a form created in 'freeform' that uses the 'file browse' input to allow people to upload an image file. thing is we'd like to give some feedback to the users regarding how much of the file has ...
1
vote
2answers
92 views
Skip First Line In csv_from_result() In CodeIgniter
I'm trying to export a simple table containing only two fields id, email to a CSV file using csv_from_result() in CodeIgniter.
The first line of the generated CSV file contains the name of the ...
0
votes
1answer
41 views
How to create a selection range in a form?
I'm using expressionengine and safecraker to create a web form for a scheduling app that allows the user to select their desired shift time (ex: 6am to 8pm). I would like the form to know the start ...
0
votes
1answer
73 views
Expression Engine Counting Entries in loop
So I need to count how many entries are being pulled for a certain group. Heres my code dumbed down.
<?php $i = 0; ?>
{exp:weblog:entries related_categories_mode="on" custom_fields="on" ...
0
votes
1answer
49 views
Expression Engine - passing multiple categories as URL segments
I'm trying to create a product filter with deep-linking capability. Essentially, I want the user to be able to filter my product list on multiple categories and have the URL reflect the filtering ...
0
votes
0answers
25 views
Playa tag ignoring child_ids parameter and Low Events parameter
I'm trying to use Low Events in conjunction with a Playa primary tag pair to exclude expired entries from showing up on the site. This is the code I think should work:
{exp:channel:entries ...
0
votes
1answer
36 views
htaccess: turning https on and off for specific urls?
I am trying to configure some conditional redirects, what I want is this:
http://www.example.com/login
http://www.example.com/login/*
http://www.example.com/login/account
...




