- Posts: 9
COMMUNITY FORUM
Allow video downloading set to no
- Big MFg
-
Topic Author
- Offline
- New Member
i just installed Joomla and had to download AllVideos so no one could easily download my videos.
also installed disable right click and it doesn't work either.
both are installed, activated and configured. i can't find any verbiage that would over ride the settings in any of the *.php files.
help - if i can't fix this i will have to start all over with a different program.
thanks.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
b) Can you provide a URL with a video on which has downloading disabled yet you still see relevant controls?
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
sixminutestats.com/class/images/videos/Lecture%202.mp4
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
it took these lines out because i thing it would be easier for you to trouble shoot:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
thanks for taking a look, i really appreciate it!!
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
b) I need a URL on your site where the video is ON, not the actual video path which is pointless.
c) The .htaccess rules you mention are not default rules that come with Joomla.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
i don't know what you mean by "where the video is ON"?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
more info, if it points to something i did wrong, when i go to the this page in safari on an iphone the videos don't play but it works fine if i open it on the iphone with Chrome.
thank you for looking at this.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Big MFg
-
Topic Author
- Offline
- New Member
- Posts: 9
<script language=JavaScript>
//Disable right mouse click Script
var message="Function Disabled!";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
</script>
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.