Jump to content


ryanscherler

Member Since 04 Feb 2011
Offline Last Active Feb 07 2013 05:23 PM
-----

Posts I've Made

In Topic: Image tags being encoded on save

06 February 2013 - 01:19 PM

The extra encoding / slashes are both on the back-end (in TinyMCE) and front-end of the site. The functionality was working fine on my local MAMP setup - only after migration to the development server did we start to have this issue. I will look into something related to mod_security running on the server to see if thats what's making this happen - all I know is this is very odd - never seen it before.


In Topic: Image tags being encoded on save

05 February 2013 - 09:58 PM

A quick note note on this issue...

 

When editing the page, I can 'drop in' the image just fine from the modal pop up (it appears in the WYSIWYG after its inserted). Its just on 'save' that is seems to get encoded. Which makes me think its server related (adding slashes? - though in the .htaccess it states this has been turned off). I have migrated quite a few ProcessWire sites in the past and this has not been an issue.


In Topic: Sort Images via API (outside PW admin)

04 July 2012 - 03:16 AM

Thanks for all the feedback on this post! - I will try some various options.

On a side note: I am a bit confused as to the 'trackChange' method (why it exists) as I did see it in the inputField module as follows:


if($changed) {
$this->value->sort('sort');
$this->trackChange('value');
}

In Topic: Users Dropdown Menu

03 June 2012 - 08:03 PM

Hah! - I should have realized I could select users instead of just pages in the site tree.

Thanks!