ypmhp's Profile
ypmhp
- Job Title unspecified
- Website unspecified
- Blurb unspecified
- Stats
- Rank 165
- Score 6
- Posts 0
- Likes recieved 0
- Post comments 2
- Likes given 0
ypmhp's Posts
ypmhp has not written any posts.
Posts ypmhp likes
There are no posts ypmhp has marked as 'Liked'
Hey, It worked!! Might be because of cookies, it was not showing up! Thanks a lot :)
27/09/2011 9:37am on A _config.php CheatsheetHello, I just added these codes to prevent HTML CODE STRIPPING:: //Set HTML EDitor Config HtmlEditorConfig::get('cms')->setOption('convert_fonts_to_spans', false); // HtmlEditorConfig::get('cms')->enablePlugins('searchreplace'); // HtmlEditorConfig::get('cms')->insertButtonsAfter('pasteword', 'replace'); // HtmlEditorConfig::get('cms')->setOptions(array( 'content_css' => 'static/css/editor.css' )); // //Add...
26/09/2011 10:53pm on A _config.php Cheatsheet