[wp-testers] Looking for a filter hook for TinyMCE

Karl Wångstedt kalle at wangstedt.net
Sun Jun 1 09:36:22 GMT 2008


Super!

Thank you. I almost got it, but I called $initArray, and got an error.  
Now it's working. :)

Karl


31 maj 2008 kl. 19.28 skrev Andrew Ozz:

> That would be:
> function my_tinymce_mod($init) {
>
>  $init['theme_advanced_blockformats'] = 'p,dt,dd,code,...';
>  return $init;
> }
> add_filter('tiny_mce_before_init', 'my_tinymce_mod');
>
> More info:
> http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_blockformats
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

----------------------------------
           Wångstedt nova

Karl Wångstedt       0278-61 12 33
Stenhuggarvägen 3g   070-578 13 04
821 41  BOLLNÄS
----------------------------------
Det här brevet skickades med en Macintosh från Apple.
Garanterat virusfri med Mac OS X.


More information about the wp-testers mailing list