Script URL: intranet
Version of script: 3.4.3
Hosting company: IIS
Adding Video to HESK Knowledgebase
I want to add Videos from my local IIS server to a Knowledgebase article, but each time I try, HESK deletes the code.
Can someone help?
The code I am trying to use is:
<iframe width="330" height="240" src="https://iis.domain.local/Toshiba-Profiles.mp4" frameborder="0" allowfullscreen></iframe>
I did see something about modifying the manage_knowledgebase.php, but it still deletes my code.
This is an INTERNAL server only and IT is the only one that can put videos on the IIS server.
Video in KnowledgeBase
Moderator: mkoch227
Re: Video in KnowledgeBase
You should be able to get it working if you edit file /inc/htmlpurifier/custom/heskIframe.php:
1. backup the file
2. change to
3. save and test
P.s.: make sure iis.domain.local is the correct host name
1. backup the file
2. change
Code: Select all
player.vimeo.com
Code: Select all
iis.domain.local
P.s.: make sure iis.domain.local is the correct host name
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 6
- Joined: Wed May 17, 2023 12:32 pm
Re: Video in KnowledgeBase
Thank you so much, that worked perfectly.

