[Plugin: Page.ly MultiEdit] Not rendering shortcodes with cforms
-
Using cforms II and page.ly multiedit with short code support setting enabled (yes), however any time the cforms shortcode is added to the multiedit region it only renders html as below:
<span title="Default Form" class="mce_plugin_cforms_img">Default Form</span>
the shortcode is
<!--cforms name="Default Form"-->
When that same shortcode is in the Main Content region the content will render the actual form as expected.
If I append a maul string after the apply_filters line #129 of multiedit.php file I can see that the setting is getting picked up and the apply_filters is being called. Example modification for confirmation of line #129:
$me_str = apply_filters('the_content',$GLOBALS['multiEditDisplay'][$index][0]).'[AF]';
Any thoughts or direction to get this to render cforms correctly?
Page.ly MultiEdit version: 0.9.8.1
CFORMS II version: 12.2
WordPress: 3.2.1
- The topic ‘[Plugin: Page.ly MultiEdit] Not rendering shortcodes with cforms’ is closed to new replies.