Results 1 to 3 of 3

Thread: Count detail hits instead outgoing hits ?

  1. #1
    Test71 is offline Registered User
    Join Date
    Nov 2006
    Posts
    56

    Default Count detail hits instead outgoing hits ?

    Hi,

    wasn't there a place to count detail hits instead of outgoing hits ?

    Regards
    Frank

  2. #2
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    If you see in rows.html, the counter code is like this:
    Code:
    <a href="<&#37;$url%>" name="link_<%$link_id%>">
    So if you want to counter the detail page, then you can use
    Code:
    <a href="<%$site_url%>/<%$detail_page_url%>" name="link_<%$link_id%>">
    www.nicecoder.com
    www.dodyrw.com

  3. #3
    Test71 is offline Registered User
    Join Date
    Nov 2006
    Posts
    56

    Default Counting hits

    Ops, may be I missed something, how do you count the outgoing links without using go.php ?
    And why is it different in wows (I didn't check) and other templates linke the new links block for the index ?

    Regards
    Frank

Similar Threads

  1. Calculating hits on detail page
    By jhanna in forum v5.x
    Replies: 1
    Last Post: 04-03-2006, 12:32 AM
  2. Replies: 7
    Last Post: 01-04-2004, 09:19 AM
  3. Replies: 1
    Last Post: 05-21-2003, 07:54 AM
  4. hits
    By vakil in forum v3.2
    Replies: 1
    Last Post: 09-04-2002, 04:10 PM
  5. More Hits
    By Hart_House in forum Tutorials, Hints & Tips
    Replies: 1
    Last Post: 03-05-2002, 10:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •