You are not logged in. Log In or Sign Up
   
# of Views

Hi I'd like to know if there was a way to show the # of views for the content-detail page on the videos?

 

I've been trying to figure it out, but I'm not getting anything. I used this code:

<?fml version="1.0" ?>
<fx:single-element datasource="visitor">
<fx:content-numberOfViews/>
</fx:single-element>

 

and i got an error:

Required url part {QueryType} is missing.

 

 

if anyone can help, much appreciated. thanks!

Created By:
nextselection Admin
on 06.12.08 | 9:48
    Flag     0 Votes
Comments
 You are not logged in. Log In or Sign Up
1
ok so I figured out how to display the number of views. here is my code below:




Views:



another issue i'm having now is that the views are only effective for that one content-id. is there any way to make the content-id dynamic so where the content id switches every single time depending on what content detail page i'm in?
posted on 06.12.08 | 1:46 PM