<![CDATA[ TinyMCE has strange problems - My Forums]]> https://forums.modx.com/thread/?thread=45832 <![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265346 Bravado Jun 12, 2007, 02:14 PM https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265346 <![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265345 franklos Jun 08, 2007, 04:26 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265345 <![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265344

Jeff]]>
Bravado Apr 04, 2007, 09:27 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems?page=2#dis-post-265344
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265343 I’ve simply hacked a bit the tinymce.functions.php and added some conditions, so a web user can get a "Links list" but no access to the assets browser.

This solved my dilemmas and problems.]]>
andrazk Apr 03, 2007, 12:21 PM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265343
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265342 Quote from: andrazk at Apr 03, 2007, 08:06 AM

TinyMCE 2.1.0 solved my problems.
It works in manager as in the front end, with the callback function hack mentioned above everything is solved.

Could there be an option, whether or not showing the "Link list" in the front end?
I’m logged in as a manager but still on the web form there is no list of existing pages.

Awesome! Good to know that the new 2.1.0 version solves some known issues! smiley

Regarding the "Link List" thing, I feel that the Link List feature is more of a manager only feature. Not only that, the scripts the Link List feature is using need to be locked down and secured using manager authentication. That’s just something you can’t do effectively for front-end use. So...for now, I keep it hidden except when TinyMCE is being used within the manager. Hope that answers your question.

Jeff]]>
Bravado Apr 03, 2007, 10:29 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265342
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265341 It works in manager as in the front end, with the callback function hack mentioned above everything is solved.

Could there be an option, whether or not showing the "Link list" in the front end?
I’m logged in as a manager but still on the web form there is no list of existing pages.]]>
andrazk Apr 03, 2007, 03:06 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265341
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265340 Quote from: andrazk at Mar 29, 2007, 09:30 PM

Soft line break works normally. But hard line break creates one extra paragraph containing just &nbsp;

Funny thing is, in manager TinyMCE works great.

Today tested with FF on an iMac - same results.
I’m having a similar problem, although the main content editing field works OK, as do Rich Text TVs and even the QuickEdit seems to work properly. But the mod of the KoopsMailinglistX editor uses the TV Rich Text subsystem to allow it to use the default RTE, and while otherwise working great, it does the extra <p>&nbsp;</p> thing. This is also FF on Mac. Odd, that it only does this in that one situation.

	// Get access to template variable function (to output the RTE)
		include_once($modx->config['base_path'].'manager/includes/tmplvars.inc.php');
	  
		$event_output = $modx->invokeEvent("OnRichTextEditorInit", array('editor'=>$modx->config['which_editor'], 'elements'=>array('tvmailMessage')));
	
		if(is_array($event_output)) {
			$editor_html = implode("",$event_output);
		}
		// Get HTML for the textarea, last parameters are default_value, elements, value
		$rte_html = renderFormElement('richtext', 'mailMessage', '', '', '');
		
		echo $rte_html;
		
		echo $editor_html;

]]>
sottwell Mar 31, 2007, 01:23 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265340
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265339

BUT, it works in FF in manager, so I need to figure out what’s different.

]]>
andrazk Mar 30, 2007, 04:40 PM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265339
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265338
It’s not recommeneded to use FF and opera with TinyMCE&FCK - not all functions are working correctly]]>
Comicz Mar 30, 2007, 03:24 AM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265338
<![CDATA[Re: TinyMCE has strange problems]]> https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265337
Funny thing is, in manager TinyMCE works great.

Today tested with FF on an iMac - same results.]]>
andrazk Mar 29, 2007, 04:30 PM https://forums.modx.com/thread/45832/tinymce-has-strange-problems#dis-post-265337