The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
If you want to auto renew watched videos in x seconds
demo: http://freepornscan.com/
Just open frontpage.tpl.php
change this
<script type="text/javascript">
$(document).ready(function() {
$("#refresh").click(function(e) {
e.preventDefault();
$("#content-watched-videos").load("<?php echo RELATIVE_URL; ?>/ajax/?s=watched");
});
});
</script>
<script>
var refreshId = setInterval(function()
{
$('#content-watched-videos').fadeOut("slow").load('<?php echo RELATIVE_URL; ?>/ajax/?s=watched').fadeIn("slow");
}, 20000);
</script>
Offline
Nice. Thanks for the share.. Works great!
Works like a charm!!!
Offline
Pages: 1