Questions tagged [expressionengine]

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).

ExpressionEngine is a commercial content management system for websites. It is developed and sold by EllisLab and utilizes an open source PHP MVC framework called CodeIgniter (also created by EllisLab).

Most ExpressionEngine questions are better asked on ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).

1263 questions
-1
votes
1 answer

ExpressionEngine 1.67 - Upgraded PHP, tags not loading

We’re using EE1.67 and recently upgraded PHP so had the ereg issues (which I solved by replacing it with preg_match) and I had some pass by reference issues so I replaced all the &$ with just $ - but now my tags are showing like {photo} instead of…
sunzyflower
  • 195
  • 3
  • 13
-1
votes
2 answers

jQuery .wrapAll() Issue

I am using my CMS to output list items, and then I am using .wrapAll() to wrap the list items in a ul based on their class. This is to basically group them, because I can't do it on the server side with my CMS. But it is wrapping list items that…
Justin Clarke
  • 139
  • 1
  • 8
-1
votes
1 answer

Accessing particular file in website

I've developed a push notification using php and put that one inside server, lets say in the folder /system/expressionengine/controllers/cp/gcm_server_php/. But when I type its…
user2522586
  • 97
  • 1
  • 10
-1
votes
1 answer

Expression Engine Plugins Inside Articles

I am very new to the Expression Engine CMS, and I con't for the life of me figure out how I can get my plugin code to work inside an article. I have it working great when embedded inside a template, but when I try to put the same code inside an…
Kevin
  • 2,684
  • 6
  • 35
  • 64
-1
votes
1 answer

Deprecation of PATH_INFO .htaccess rule broken

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 running. From what i understand your can easily fix…
Luke O'Regan
  • 777
  • 1
  • 5
  • 11
-1
votes
1 answer

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 There at the entry_id: {exp:channel:entries…
Klauss
  • 71
  • 1
  • 8
-1
votes
1 answer

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 works great for toggling markers, but has unstyled…
-1
votes
1 answer

Expression Engine Problem - Javascript error in comments

I am having a problem with the comments system on my site. The comments are displayed with a javascript error message. This is the error message I get when a user attempts to post a comment: .(JavaScript must be enabled to view this email address)…
Josh
  • 1
  • 1
-1
votes
1 answer

Exp:resso Store Sample Checkout Template

I'm working with Exp-resso Store for ExpressionEngine for the first time and wondering if there are sample checkout templates available anywhere.
-2
votes
2 answers

htaccess mod_rewrite Help for Expression Engine Forum Module

I need to write a .htaccess rewrite command to make a certain URL behave like another. A forum module I have installed over ExpressionEngine will not work unless the forum is situated on the first segment of the URL. So I need to make:…
digiwig
  • 621
  • 1
  • 9
  • 21
-2
votes
1 answer

prev_entry with ExpressionEngine

I’m having a small problem with the prev_entry tags and ExpressionEngine. It’s strange as it works on other parts of the site. Basically I have a site with the six latest projects, then a prev_entry and a next_entry to go to the next entry in the…
John Stant
  • 65
  • 1
  • 1
  • 7
-2
votes
1 answer

mktime function is not displaying correct month name

All of you please try to understand {segment_4} is not a variable. its taking 4th value from URL e.g. www.example.com/panel/vals/2015/09 i.e. 09 I am using mktime function in Expression engine but its giving incorrect month name even i have set…
Abhay
  • 11
  • 4
-2
votes
1 answer

How to call Database Class in Expression Engine?

I started to learn Expression Engine. I want to get some data from the database. How do I have to use the database class to achieve that? I would be glad to get a very detailed example.
-2
votes
2 answers

Remove PHP Error Message at top of page with Jquery

I have a site running on Expression Engine. It appears the webserver was upgraded and now a plugin is throwing an error message. It doesn't seem to be impacting the operation of the site so while I try and remedy the issue I thought I could hide the…
Adam Fletcher
  • 1,021
  • 1
  • 10
  • 18
-2
votes
3 answers

Creating multidimensional array with alpha key

I am writing a PHP plugin, which builds a multidimensional array, in the format below, so that it can be passed back to the template system and parsed as tags. I am fetching the information from a database: $SQL = SELECT `id`, `name`, `description`…
1 2 3
84
85