Sir,
a friend of mine, who is the orginal developer of my custom CMS,
Natch was kind enough to come and look at the errors that were being created.
He was able to get past the .js error by editing the template:
WebTemplates_Editors_EditPage
He added the following code to the top of the template:
Code:
<if condition="$show['wysiwyg']">
<script type="text/javascript" src="clientscript/vbulletin_wysiwyg.js"></script>
<if condition="$show['mozilla_js']">
<script type="text/javascript" src="clientscript/vbulletin_moziwyg.js"></script>
</if>
<else />
<script type="text/javascript" src="clientscript/vbulletin_stdedit.js"></script>
</if>
attached it the full, corrected, edited template
However there is still a permissions issue with the same tests as before!!
I hope this helps and maybe you could look into the permissions issue for us sir. I would truly appreciate it!
Thanks to Natch for correcting this!!! :banana: :banana:
*****These changes were only tested for vb 3.5.4*****