Author |
Message |
salvatore
New Member
Joined: Oct 27, 2013
Posts: 2
|
Posted:
Tue Oct 29, 2013 8:44 am |
|
when I set a color to the character with FCK Editor, riulta applied at the time, but after saving in web display the color of the text is unchanged. |
|
|
|
|
misterstereus
Regular
Joined: Aug 03, 2012
Posts: 56
Location: Rome Italy
|
Posted:
Tue Oct 29, 2013 9:05 am |
|
see on config.php or rnconfig.php $AllowableHTML = array |
|
|
|
|
nuken
RavenNuke(tm) Development Team
Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Tue Oct 29, 2013 9:28 am |
|
It could also be a theme related issue. See if it works in the included RN themes. |
_________________ Tricked Out News |
|
|
|
neralex
Site Admin
Joined: Aug 22, 2007
Posts: 1774
|
Posted:
Tue Oct 29, 2013 9:32 am |
|
I believe this issue is not based in the allowed html array because the fck is creating the colors with rgb() values. If i'm trying to use hexa-coded then it works:
will not work:
Code:<span style="color: rgb(0, 0, 0);">test</span>
|
will work:
Code:<span style="color:#000">test</span>
|
But why it was not stored with the rgb() values is a good question. It could be a issue with the kses.php. |
_________________ Github: RavenNuke |
|
|
|
Eduardo
Worker
Joined: Jul 20, 2004
Posts: 189
Location: Italy
|
Posted:
Wed Oct 30, 2013 12:51 am |
|
I did the test with the themes Blue_Blog and Rick Tido and does not work. |
|
|
|
|
Eduardo
|
Posted:
Thu Oct 31, 2013 2:23 am |
|
It is also necessary to solve the problem about the popup window, keeping the system in safety.
Please see:
[ Only registered users can see links on this board! Get registered or login! ] |
|
|
|
|
neralex
|
Posted:
Thu Oct 31, 2013 3:39 pm |
|
FCK is oudated, try a look: [ Only registered users can see links on this board! Get registered or login! ] |
|
|
|
|
Eduardo
|
Posted:
Fri Nov 01, 2013 3:18 am |
|
If CK solves problems should an official integration. |
|
|
|
|
montego
Site Admin
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Nov 01, 2013 6:08 am |
|
|
|
|
Eduardo
|
Posted:
Fri Nov 01, 2013 7:31 am |
|
I have no doubt about this.
My idea is: integrate nukeWYSIWYG in the next release. |
|
|
|
|
Eduardo
|
Posted:
Sun Nov 10, 2013 9:30 am |
|
to RAVEN:
I have tested nukeWYSIWYG by nukeSEO, it works perfectly.
I hope for an immediate integration into a Raven Nuke 2.5.2 update. |
|
|
|
|
nuken
|
Posted:
Sun Nov 10, 2013 11:20 am |
|
nukeWYSIWYG 4.2.1 is in the 3.0 release. I do not believe there will be a 2.52 release unless major issues pop up between now and the 3.0 release. |
|
|
|
|
Eduardo
|
Posted:
Mon Nov 11, 2013 12:33 am |
|
Please, when the 3.0 release? |
|
|
|
|
nuken
|
Posted:
Mon Nov 11, 2013 6:05 am |
|
There is not a set date for release yet. A lot of work has already been done, but a lot is still left. A post will be made as soon as a release date is determined. |
|
|
|
|
|