PDA

View Full Version : Problem with WYSIWYG in admincp, Delayed result when validating


VBDev
04-18-2007, 08:26 PM
Hi all,

Back after 3 years during which we totally stopped vbulletin, we decided to come back, just for fun !

It's really not easy, coz everything has changed ... so, here is my problem, I've used this

https://vborg.vbsupport.ru/showthread.php?t=105123&highlight=WYSIWYG+admincp+editor

to add a WYSIWYG editor in my admincp, it looks well, got images, it seems working, but when I validate my form, with a foreach on POST, to see what is recording in my var, like this :


foreach ($_POST AS $key => $val)
{
echo "<br />$key : $val";
}

my var message is empty, but now, when I go back in my browser and changed my message in the editor, and that I validate again, the result of my var message is the text I've entered the 1st time, and so on ...

Why are my results delayed ? Plizz help me if you can (or think), it's now over 1 week I get this problem and I really don't know what the problem is !

Thanks by advance

VBDev
04-21-2007, 03:50 PM
UP pliz :(

VBDev
04-23-2007, 04:18 PM
Really nobody ?
Nobody's an idea why it's delayed ... :(