• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] views on images are not moving from 0

Started by elitepromo,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

elitepromoTopic starter

views on images are not moving from 0 i dont know why.
  •  

ronyhage

  •  

ronyhage

  •  

ronyhage

  •  

PHPVibe A.

RonyHage pretty soon you'll end up without support, read the new rules very clearly!


PHPVibe A.

The bug exists,

open tpl/main/othermedia.php

and drop this :

<script type="text/javascript">
$(document).ready(function(){
	DOtrackview(<?php echo $video->id; ?>);
});
</script>


at the very end.

ronyhage

Quote from: Alexander on
The bug exists,

open tpl/main/othermedia.php

and drop this :

<script type="text/javascript">
$(document).ready(function(){
	DOtrackview(<?php echo $video->id; ?>);
});
</script>


at the very end.

Sorry for the inconvenience, and no means of disrespect at all, just looking after a great thing that you guys built.

I tried adding the code you gave me at the end like you sed:

<script type="text/javascript">
$(document).ready(function(){
   DOtrackview(<?php echo $video->id; ?>);
});
</script>

The file ends at line 205 (last sentence: <?php do_action('post-video'); ?>), when you say the end you mean start it at line 206? cause I did this, and nothing happened.

thanks again
  •  

PHPVibe A.

I mean the very end.
But you can place anywhere in the file as long as you don't break some php tags.

PHPVibe A.


ronyhage

  •  

Similar topics (7)