saturngod
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Let me check. In new version, I just add meta tag in header. Let me check first and I will try to fix that.
Thank You
Now, support it.
I will add Layout Setting in next version. Thank You.
Forum: Plugins
In reply to: [Plugin: force-publish-schedule] Bad descriptionyes. I know it. Can you help me for description ?
Thank
Forum: Plugins
In reply to: [Plugin: force-publish-schedule] fix the bugfixed.
Thank.
Forum: Plugins
In reply to: [Plugin: force-publish-schedule] fix the bugthank. I will fix tonight.
I can solve it… post in this post
Forum: Plugins
In reply to: [Plugin:Google Syntax Highlighter] I can’t use with author permissionI solved it..
http://orangescale.net/log/2007/06/sanitizing-html-tags-in-wordpress-mu/
I add like that in kses.php inside wp-includes directory
search
'pre' => array( 'style' => array(), 'width' => array ()),and
change like this
'pre' => array( 'style' => array(), 'name'=>array(), 'class'=>array(), 'lang'=>array(), 'width' => array ()),Forum: Plugins
In reply to: [Plugin:Google Syntax Highlighter] I can’t use with author permissionI also add
extended_valid_elements : "pre[name|language]"in wp-admin/include/post.php
like that
tinyMCEPreInit = { base : "<?php echo $baseurl; ?>", suffix : "", extended_valid_elements : "pre[name|language]", query : "ver=<?php echo $ver; ?>", mceInit : {<?php echo $mce_options; ?>},and
This plugin
http://www.engfers.com/plugins/tinymce-valid-elements/not work for me 🙁
Viewing 9 replies - 1 through 9 (of 9 total)