[SOLVED] CKEditor <a href ... title="Gone?"> - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: [SOLVED] CKEditor <a href ... title="Gone?"> (/showthread.php?tid=4696) |
[SOLVED] CKEditor <a href ... title="Gone?"> - TeeJay - 2013-04-30 Hello friend, I'm still using FancyBox plugin and after GS update from 3.1.2 to 3.2(.1), I occurred a little problem. In CKEditor there is a bit less options. It doesn't matter, it's batter this way, the most of them were useless anyway. However, there is missing the title attribute of the <a></a> tag! I'm not sure if this was made for reason, but I think that this is really commonly-used attribute which shouldn't be missing there. Furthermore, I can't give titles to gallery pictures. You can see the difference in my screenshot: How can I put it there back? I looked at the wiki but I haven't found what I need - adding this column or changing the "name" column to "title" column Thanks for any help. By the way, what I tried is copying the CKEditor from 3.1.2 to my 3.2.1 version, it works, but why should I use anything older? I prefer the newer version of the CKEditor, just this little thing disappointed me. Thank you. Tom RE: CKEditor <a href ... title="Gone?"> - shawn_a - 2013-04-30 I am pretty sure this change was made in a 3.1 version. Just modify the config.js to readd the functionality. ckeditor version has not changed since like 3.0 RE: CKEditor <a href ... title="Gone?"> - TeeJay - 2013-04-30 (2013-04-30, 05:37:24)shawn_a Wrote: I am pretty sure this change was made in a 3.1 version.Wow, that was pretty easy. Even easier than I ever thought it could ever be I just had to delete line 27: Code: advTab.remove( 'advTitle' ); Btw, when I see how easy it is to hide what I don't need, could you please tell me the names of the fields to delete them? It would be awesome. Thanks again. RE: [SOLVED] CKEditor <a href ... title="Gone?"> - shawn_a - 2013-04-30 I have no idea. RE: [SOLVED] CKEditor <a href ... title="Gone?"> - TeeJay - 2013-04-30 (2013-04-30, 06:00:13)shawn_a Wrote: I have no idea.Never mind, you helped me as I needed, I really appreciate that. Thank you Shawn. If there is someone who knows the names, I would like that, but it's not as necessary as the title was. RE: [SOLVED] CKEditor <a href ... title="Gone?"> - Connie - 2013-04-30 TeeJay, CKEditor is thirdparty-Software and it has its own documentation: http://docs.ckeditor.com/ RE: [SOLVED] CKEditor <a href ... title="Gone?"> - TeeJay - 2013-04-30 (2013-04-30, 16:27:12)Connie Wrote: TeeJay,Cheers Connie I have to admit that the information there is pretty deep and covers everything. So many things that you can't even find what you are looking for there... but Google helped me find that, so I added the lines below and I have what I need - just ID, Title and Rel. Code: advTab.remove( 'advTabIndex'); Thanks for you assist |