Hi -
I've recently added CKEditor to one of my websites to provide a very basic cms-type facility. I use CKEditor to generate BBCoded text files which are rthen dynamically displayed as HTML pages o request thriugh use of a parsing routine. All seems to be OK apart from "mailto:" links.
If I put the text "John Doe" in my CKEditor window and then add a email link to it of "john.doe@aol.com", the BBCode generated is:
I was expecting to see the BBCode looking like:
i.e. in similar format to that used for web links via url bbcode rags, but the code tghat is generated does not inckude the linked text only the email link, so there's no textto display in the HTML when parsed.
As as I can see I have thinbgs configured correctly, but as I'm no javascript expert (or even novice) I'm unable to determine what would need to be changed in the CKEditor BBCode plug-in to get things working for email links.
I'd appreciate any advice or assistance to get this working.
Thanbks
I've recently added CKEditor to one of my websites to provide a very basic cms-type facility. I use CKEditor to generate BBCoded text files which are rthen dynamically displayed as HTML pages o request thriugh use of a parsing routine. All seems to be OK apart from "mailto:" links.
If I put the text "John Doe" in my CKEditor window and then add a email link to it of "john.doe@aol.com", the BBCode generated is:
[email]john.doe@aol.com[/email]
I was expecting to see the BBCode looking like:
[email=john.doe@aol.com]John Doe[/email]
i.e. in similar format to that used for web links via url bbcode rags, but the code tghat is generated does not inckude the linked text only the email link, so there's no textto display in the HTML when parsed.
As as I can see I have thinbgs configured correctly, but as I'm no javascript expert (or even novice) I'm unable to determine what would need to be changed in the CKEditor BBCode plug-in to get things working for email links.
I'd appreciate any advice or assistance to get this working.
Thanbks