Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Saharusa,
    Have you already found why RB Internal Links does not work in WP 3.0? I am very interested in this plugin, so please let me know if you found domething!
    Regards,
    Irian

    I found the problem for me, I set the order of the buttons in my functions.php file differently:

    function fb_change_mce_buttons( $initArray ) {
    	$initArray['theme_advanced_buttons1'] = 'bold,italic,etc...';
    	return $initArray;
    }

    You should add rbinternallinks somewhere in the code above, this will add the plugin button to the TinyMCE.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: RB Internal Links] Not working with WP 3.0’ is closed to new replies.