When i try to post something in orca it stops loading. And shows just a message that it is loading the post topic page. And thats it... Any ideas?
When i try to post something in orca it stops loading. And shows just a message that it is loading the post topic page. And thats it... Any ideas? |
No one any ideas about this problem? I read somewhere to add a # but it dont fixed the problem, mbstring is installed. But after adding the # I see the forum activity stream.... |
with version? Kids first |
I had same problem. Today I found the reason, I think. The file ../orca/xml/config.php have two 'editor' folder definition. I changed the second, because that is wrong in my idea. Voila! Forum can work with tinyMCE. |
oke thanks for your update... Kids first |
What did you change exactly? |
First I made a new directory .../orca/3rdparty and filled it with the 3rdparty directory of Orca Forum 2 (tinyMCE).
The 1st section in .../orca/xml/config.php:
// $gConf['dir']['editor'] = BX_DIRECTORY_PATH_PLUGINS . 'tiny_mce/'; // path to javascript editor
The 2nd:
// $gConf['url']['editor'] = $site['plugins'] . 'tiny_mce/'; // url to javascript editor
|