﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8591	Bug with custom smilies(BBCode) with phpBB3	Almog Baku		"Dear sir,
Recently I have been developed a mod for phpBB who add your editor to the phpBB system(modx format).

The problem is that the custom smilies dosent works and when i click Source its stuck.

Attached the zip of the phpBB mod.

Yours,
Almog Baku

*tried on the nightly ver and on the release ver.

The javascript at the posting page:
	<script type=""text/javascript"" src=""http://www.alpha.liorbarkan.com/phpBB3/lib/ckeditor/ckeditor.js""></script>
	<script type=""text/javascript"">
	function CKEditor_for_phpBB_starter() {
		CKEDITOR.replace(""message"", {
			extraPlugins: 'bbcode',
			fontSize_sizes: 'קטנטן/50%;קטן/85%;רגיל/100%;גדול/150%;ענק/200%',
			toolbar:
			[
				['Bold', 'Italic', 'Underline'],
				['Undo', 'Redo'],
				['NumberedList','BulletedList','-', 'Blockquote'],
				
				['Image', 'Link', 'Unlink'],
				
				['FontSize', 'TextColor' , 'Smiley'],
				['Source']
			], //
			smiley_path: 'http://www.alpha.liorbarkan.com/phpBB3/images/smilies/',
			smiley_images: [
				'icon_biggrin.gif','icon_smile.gif','icon_sad.gif','icon_surprised.gif','icon_eek.gif','icon_confused.gif','icon_cool.gif','icon_lol.gif','icon_mad.gif','icon_razz.gif','icon_redface.gif','icon_cry.gif','icon_evil.gif','icon_twisted.gif','icon_rolleyes.gif','icon_wink.gif','icon_exclaim.gif','icon_question.gif','icon_idea.gif','icon_arrow.gif','icon_neutral.gif','1luvu.gif','5000_p70099.gif','5000_p70105.gif','5000_p70150.gif','5000_p70153.gif','5000_p70157.gif','5000_p70158.gif','5000_p70159.gif'
			],
			smiley_descriptions: [
				'מאוד שמח','מחייך','עצוב','מופתע','המום','מבולבל','מגניב','צוחק','עצבני','חוצפן','מתבייש','בוכה או מאוד עצוב','רשע או מאוד עצבני','רשע מאוד','מגלגל עיניים','קורץ','סימן קריאה','סימן שאלה','רעיון','חץ','ללא הבעה','מאוהב','דופק את הראש בקיר','מסמיק','מה אתה קוקו?','בלון','תחתום','השטן','מתרפס אפיים ארצה'
			]
		});
		document.getElementById(""format-buttons"").style.display = 'none';
		document.getElementById(""smiley-box"").style.display = 'none';
		document.getElementById(""message-box"").style.width = '100%';
	}
	onload_functions.push('CKEditor_for_phpBB_starter()');
	</script>"	Bug	closed	Normal		Core : Output Data		duplicate		
