
ExpressionEngine HowTo: FF Matrix + LG TinyMCE + imgsizer + LG Replace
5 months ago
More
1. ExpressionEngine HowTo: FF Matrix + LG TinyMCE + i…
5 months ago
After a few requests, here's the video for how I used FF Matrix, LG Replace, LG TinyMCE, LG LiveLook, imgsizer and more to accomplish user image/wysiwyg editing in ExpressionEngine.
If you have any questions, Tweet me @ajp.
Or email contact@prettysquares.com
Thanks!
For futher discussion, visit the ExpressionEngine forums:
expressionengine.com/forums/viewthread/120427/
If you have any questions, Tweet me @ajp.
Or email contact@prettysquares.com
Thanks!
For futher discussion, visit the ExpressionEngine forums:
expressionengine.com/forums/viewthread/120427/
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
My only question is where does LG LiveLook fit in this picture for you? You listed it in the description but didn't use it in the video.
Again, thanks for sharing!
Live Look just allows you to preview that exact same template that I show on the front end anyways. Only in the LiveLook tab. What's great about LiveLook is the ability to custom config your URLs for each weblog. In this case LiveLook previews at /index.php/about/{url_title}.
Thanks!
However I use FF {row_count} so that I don't have to limit the number of rows/images.
By the way, I was totally going to change my perception of you, right up until you got to naked valentine ;-)
Are you using {row_count} as part of your needle? And then loop through use lg_replace as needed? that's a great idea.
v2 of the screencast coming soon (with FF 1.13 updates too).
{exp:lg_replace:haystack needles="{ff_field backspace="1"}image{row_count}|{/ff_field}"}
The backspace is not yet supported.
then loop through:
{ff_field}
{exp:lg_replace:replacement needle="image{row_count}"}
code with imgsizer
{/exp:lg_replace:replacement}
{/ff_field}
Did you add backspace as a parameter into lg_replace?
If so, brilliant! The only thing I didn't like about my approach was that it was limiting and had lots of code. This certainly helped simplify it.
I'll be updating it soon as I said.
I've made all the changes we talked about here. So much simpler, and now unlimited images. Rock!
I get asked the question "can I place images wherever I want in the body of the page" on a regular basis, and I've always had to limit my clients to placing certain images in certain custom fields.
My initial comment was going to be about how you still have to specify how many images are "allowed" but it looks as though thats been solved, having read the followup comments :) Excellent.