Search found 5 matches

by troykay
05 Jul 2016, 15:39
Forum: Marketplace
Topic: Looking for OTRS consultant
Replies: 2
Views: 47275

Looking for OTRS consultant

Hi all, I'm looking for an OTRS developer familiar with the 5.x infrastructure, skinning and incorporating pre-existing JavaScript into a Customer/Agent module. I have set up an installation of OTRS 5.0.11 on a droplet to use for development of a Customer-facing portal into our internal ticket syste...
by troykay
04 Jul 2016, 18:24
Forum: Help
Topic: Custom JS in new Customer portal module not displaying
Replies: 5
Views: 2399

Re: Custom JS in new Customer portal module not displaying

At the moment, I'm using the stock Customer skin. The files I'm using (and their permissions): -rw-r--r-- 1 otrs apache 1435 Jul 4 11:33 ./Kernel/Config/Files/CustomerFileRepo.xml -rw-r--r-- 1 otrs apache 2604 Jul 4 11:27 ./Kernel/Modules/CustomerFileRepo.pm -rw-r--r-- 1 otrs apache 7152 Jul 4 11:25...
by troykay
04 Jul 2016, 12:22
Forum: Help
Topic: Custom JS in new Customer portal module not displaying
Replies: 5
Views: 2399

Re: Custom JS in new Customer portal module not displaying

Thanks for the suggestion, Reneeb! I removed the '/otrs-web/' portion from each path: <Loader> <JavaScript>FileRepo/jstree/dist/jstree.min.js</JavaScript> <JavaScript>FileRepo/custom-jstree.js</JavaScript> <CSS>FileRepo/jstree/dist/themes/default/style.min.css</CSS> <Loader> Sadly, I'm still having ...
by troykay
03 Jul 2016, 21:52
Forum: Help
Topic: Custom JS in new Customer portal module not displaying
Replies: 5
Views: 2399

Re: Custom JS in new Customer portal module not displaying

I should add that I've tried this with and without extra <JavaScript></Javascript> entries for jquery and jquery-ui.
by troykay
03 Jul 2016, 21:25
Forum: Help
Topic: Custom JS in new Customer portal module not displaying
Replies: 5
Views: 2399

Custom JS in new Customer portal module not displaying

Hi all, I'm sure this is a frequently asked question, but none of my searching is proving fruitful. I'm taking my first stab at writing an OTRS module. It's basically a file repository to allow someone on the Customer portal to download a file. I'd like to use a jquery-ui based tree like: jstree: ht...