Hi there, just upgraded to WP 3.0 and RB stop working properly.
Everything seems ok until the actual Insert.
Old links inserted with RB still working fine.
Hi there, just upgraded to WP 3.0 and RB stop working properly.
Everything seems ok until the actual Insert.
Old links inserted with RB still working fine.
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.
This topic has been closed to new replies.