I have used this in Dolphin-v.6.0.0003 and seems to work (havent had any probs yet). When creating an article in the admin I was frustrated with the buttons missing to add and remove link so enabled them in code.
In admin/articles.php look around line 52 for
and simply replace withCode:theme_advanced_disable : "link,unlink,insertanchor,image,subscript,superscript,help,anchor,code,styleselect",
As you can see it is just a matter of removing link,unlink from the disabled code. If you want the others enabled as well just remove them too havent tried them though but cant see why wouldnt work.Code:theme_advanced_disable : "insertanchor,image,subscript,superscript,help,anchor,code,styleselect",
As I said this seems to work for me using Dolphin-v.6.0.0003 but cant say if it works with other versions as I havent tried. If anyone finds any bugs this causes let me know.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks