expressionengine Questions
3
Solved
I'm using ExpressionEngine and SafeCracker along with Ajax (plugin: jquery.form.js - http://jquery.malsup.com/form/).
Best I can tell, SafeCracker will only allow for updating a single entry at a...
Armament asked 27/5, 2012 at 15:52
4
Solved
I have a mysql database of articles that were entered into a textarea with no formatting, they use only a newline character for line breaks
\n
I need to convert all of these into html br tags
&...
Faustinafaustine asked 24/8, 2011 at 14:19
5
The discussion forum module for expression engine uses {include:file} tags in its templates like in forum_themes/developer/forum_index/main_forum_list.html:
{include:table_heading}
{include:table_...
Glittery asked 23/10, 2012 at 15:17
6
Solved
I've been trying to increase the php memory_limit in MAMP (Mac OSX). The version of PHP I'm using is 5.4.1.0. I've read about creating a new template for MAMP Pro, but I'm using the standard versio...
Hastate asked 23/9, 2014 at 13:45
5
Solved
I'm about to do an ExpressionEngine v1 to ExpressionEngine v2 Upgrade with lots of data stored in nGen File Fields.
What are the steps I need to take pre and post upgrade to get this data working ...
Kashgar asked 24/10, 2012 at 0:49
4
Solved
Is there a way to force expression engine to NOT render items within curly brackets as EE code?
The google chart tools uses javascript code that contains curly { } brackets, and naturally EE thinks...
Delladelle asked 29/6, 2011 at 0:50
3
Hi I have the following code:
<div class="row-fluid">
<div class="span12">
<h3>Top 10 most popular</h3>
<ul>
{exp:channel:entries channel="faqs" dynamic="no" limi...
Greenman asked 29/10, 2012 at 10:29
2
Solved
In a controller in CI you could get all post variables by doing something like this:
$data = $this->input->post();
In EE (built off of CI by the same people) the analogous syntax would be:...
Raine asked 20/6, 2012 at 21:7
3
Solved
So, I've searched, and found a few posts that kinda get me what I want, but it still doesn't quite work. This post especially seemed closest to what I was trying to achieve, and I built my code off...
Proteinase asked 10/1, 2011 at 1:28
1
I seem to be having an issue with the pagination on the news section appending an /index/ when using the {pagination_links} tag.
My news page has a template path of news/index and the posts templa...
Reed asked 11/9, 2013 at 14:39
6
Solved
I have found out today that if you visit an EE site that uses the {site_url} tag in the path of the css link in the document head, that the site can not load the CSS file if you type in https rathe...
Fredricfredrick asked 2/11, 2012 at 15:25
2
Solved
Site has two sections; 'Everywhere' and 'LA'.
Default is 'Everywhere' section.
How would I go about creating a cookie if the visitor clicks the 'LA' section link and when they return to the main ...
Ricard asked 9/11, 2012 at 17:54
2
I am working on a responsive site and need to output my Structure powered nav into a select menu for smaller screens. In looking at Structure's documentation this doesn't seem possible natively. Am...
Showmanship asked 9/11, 2012 at 16:45
2
Solved
First off, a caveat ... I am brand new to Stash. I've heard a lot about it but this is my first time actually playing with it. I get the concept, but am having a hard time figuring this one thing o...
Commissary asked 7/11, 2012 at 20:53
3
Solved
In the control panel, there's a setting in Admin > General Configuration for 'Name of your site.'
The value entered here appears in the top right hand corner of the control panel.
Is there a conf...
Winterize asked 7/11, 2012 at 15:27
4
Solved
To those of you that are trying to be good little developers and version control their ExpressionEngine sites with git, how do you handle your database?
In my limited experience with multiple deve...
Adelbert asked 7/11, 2012 at 14:39
2
Solved
I'm using snippets to break up long templates into more manageable chunks, is this bad practice and should I only use snippets for reusable code?
Thanks
Lee
Sawfly asked 7/11, 2012 at 9:53
2
Solved
I've exported about 2000 forum posts (split between 9 forum categories), each with up to 10 replies.
I'm importing them as channel entries and comments. Would it be best to use a single channel an...
Leyes asked 6/11, 2012 at 17:29
4
Solved
The official docs only go as far to say put system above root and rename admin.php to something obscure - which is not security so much as it is inconveniencing bots that would otherwise simply try...
Gadfly asked 5/11, 2012 at 18:38
2
Solved
I'm trying to display a list of retailers on a client site. The filtered list (by State) displays properly, but the 'show all' list doesn't. Items that are missing from the 'show all' list are disp...
Teleran asked 6/11, 2012 at 2:28
3
Solved
I have a single entry url structure like:
www.site.com/template_group/template_1/entry_id
But I want it to be:
www.site.com/template_group/template_1/entry_id/url_title.
Entry_id would be the ...
Crusted asked 6/11, 2012 at 9:14
4
Solved
Is it possible to trigger a conditional in EE via the server time?
{if servertime == 'midnight to 13:00'}
do this
{if:else}
do something else
{/if}
Thank you
Luxurious asked 5/11, 2012 at 8:25
2
Solved
Is there a way to know which add-ons are creating messages in the Developer Log in the EE control panel or is it basically a process of elimination?
Example messages:
A third-party add-on is cal...
Tightrope asked 5/11, 2012 at 18:31
1
Solved
I have a blog that uses Channel Images to upload and manage images. The content area is a WYGWAM field. I have a few sizes set up in Channel Images to allow the user to adjust the layout inside the...
Unbelieving asked 1/11, 2012 at 22:18
3
Solved
I have a login form at the following page:
site.com/en/downloads
“en” is the user_language ( and is stored as such in a global var )
when I login, the form redirects me to:
site.com/downloads
...
Dubbin asked 31/10, 2012 at 8:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.