Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] CKEditor <a href ... title="Gone?">
#1
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:
[Image: 30k3skm.png]

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 Smile

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
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
Reply
#2
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(2013-04-30, 05:37:24)shawn_a Wrote: 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
Wow, that was pretty easy. Even easier than I ever thought it could ever be Big Grin

I just had to delete line 27:
Code:
            advTab.remove( 'advTitle' );
A piece of cake, thank you very much Smile

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.
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
Reply
#4
I have no idea.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
(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.
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
Reply
#6
TeeJay,

CKEditor is thirdparty-Software and it has its own documentation:

http://docs.ckeditor.com/
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#7
(2013-04-30, 16:27:12)Connie Wrote: TeeJay,

CKEditor is thirdparty-Software and it has its own documentation:

http://docs.ckeditor.com/
Cheers Connie Smile

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');
advTab.remove( 'advCSSClasses');
advTab.remove( 'advAccessKey');
advTab.remove( 'advStyles');
advTab.remove( 'advName');

Thanks for you assist Smile
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
Reply




Users browsing this thread: 1 Guest(s)