First of all sorry, I tried different code tags but it seems I can't find the correct one. LoL, finally succeeded by createm the via the html editor.I don't want to break things and I'm a bit confused so maybe somebody can clear this for me.Instructions for making a symlink or copy stuff.1.) in the plugin directory of tinymce, by linking soft as:ln -s js/tinymce ../../../js/tinymceBut there is no /js directory in the /osticket/includes/plugins/tinymce directory. It's under /osticket/includes/plugins/tinymce osticket.But if you need to symlink to the main osticket/js directory, the command is not correct either because ../../../js will not exist however ../../../../js will put you in the main osticket/js directory.So just to be sure, shouldn't it be like this?1.) in the plugin directory of tinymce, by linking soft as:ln -s osTicket/js/tinymce ../../../js/tinymceor start the same command not from the tinymce plugin directory but from within the /tinymce/Osticket directory and then:ln -s js/tinymce ../../../../js/tinymce/Same for the copy command under 2.) in the doc so files will be copied from plugins/tinymce/OsTicket/js directory to /public_html/Osticket/js directory.Is this correct or am I missing something?Edit: Didn't work out so I went in the /osticket/js folder and created a
symlink from there to the /plugins/tinymce/osTicket/js/tinymce folder.I hope this was the intention for the symlink to point to and from.Looks like it's working. Going to test now. :)