Verfasst am: Mo Okt 24, 2005 2:55 pm Titel: FCK 21 vs PHP Nuke 7.9 patch 31?
Sorry my English.
I try use FCKeditor 21 on PHP Nuke 7.9 patch 31 from NSN (Nuke Scripts Network), install is very easy, articles publication too, but images that I upload and insert don't showing in preview mode and after I try previewing articles, images inserted disapears, only display text and extended text less any images or img tags. The articles showing in home but whitout images and when I try to edit any articles already posted, PHP Nuke use wysiwyg tiny_MCE default, not the FCKeditor.
what is the url from phpnuke (admin.php?... editstory
for FCKeditor is the Adresse like this:
admin.php?op=FCKEditStory&sid=Storyid
the image Problem is a nuke Problem.. the html Tags img and more is a security Problem from Nuke.. edit yourt config.php and add the code to the config.php part:
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
like that "img"=>1, .......
then test it again.
sorry for my broken and BAD english. _________________ mfg.
Helmut
Auf der Suche nach Software? Freeware - ohne Ende!
that starts to fix it, now in the preview page after inserting the images, it show a little square where the image was suppose to be. Like the image code path is bad somewhere in the preview page, any ideas
Yes, I have a similar problem. However, in the preview I get the images showing, but when I post they have gone, only text shows. The only reason I installed FCKeditor for phpnuke 9 was for the easy implementation of images, which dont work!!!
You have to use "img"=>2 because img has one extra vaiable called scr, and that gives 2. If you need more variables. For fun lets say height and width, then use "img"=>4 because of 4 variables 1: img 2: scr 3: height 4: width
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen.
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2004-2012 by phpnuker.de.