| Re: bug in xoopscodes.php |
| by Panzer on 2003/10/7 6:33:55 Found my problem ! Don't had the rights to save a file change ! Now it's working fine ! Thx !
|
| Re: bug in xoopscodes.php |
| by Derya on 2003/10/6 14:18:12 I have test it only with IE, but it should work with other browsers, too. Because these aren't changes in bb-code, only call of the missing js. For example, if inserting bb-code at the right cusor position works well on news-submitting with other browsers, then this changes will work with these browsers,too. The news-submitting and comments aren't effected by this changes, because they work with the xoopsform class and they have these calls. They're only missing in xoopscodes.php. greetz derya |
| Re: bug in xoopscodes.php |
| by techgnome on 2003/10/6 13:57:15 Has any of this been checked for cross browser capabilities? Will this work in IE, AND Mozilla, AND NS? What has it been tried on? |
| Re: bug in xoopscodes.php |
| by Derya on 2003/10/6 11:38:32 I have tested this with XOOPS 2.0.3 and 2.0.4 and it works. Are you sure that you have placed it right(all in one line)? The changed parts are the js-calls in the textarea. le="color: #000000"><?php onselect="xoopsSavePosition('{$textarea_id}');" onclick="xoopsSavePosition('{$textarea_id}');" onkeyup="xoopsSavePosition('{$textarea_id}');" Don't forget spaces between " and onclick/onkeyup. greetz derya |
| Re: bug in xoopscodes.php |
| by Panzer on 2003/10/6 11:10:10 The code you posted didn't work for me in the forum ! It's posted right, but didn't work with XOOPS 2.04 ! The Smileys aren't posted in the selected textarea !
|