[campsite-support] article statistics
  • How does campsite count the article reads? Do I have to do something in the
    templates?
    The reads counter keeps always zero, anyway I did read an article or not.

    (Well the publication I talk about is in georgian, so campsite noticed that
    I did not really read throught the articles?)

    Best,
    Sebastian
  • 5 Comments sorted by
  • What Campsite version are you using? Please make sure you marked the content
    fields as "content" in the article types management screen.

    Mugur

    On Fri, Feb 27, 2009 at 6:41 PM, Sebastian Goebel
    wrote:

    > How does campsite count the article reads? Do I have to do something in the
    > templates?
    > The reads counter keeps always zero, anyway I did read an article or not.
    >
    > (Well the publication I talk about is in georgian, so campsite noticed that
    > I did not really read throught the articles?)
    >
    > Best,
    > Sebastian
    >
    >
  • Yes, that's the ultra secret feature... if your eyes just gaze over the text, our comprehension index is set to 0, therefore zero counts Smile)Now, we used to have this ultra-accurate counter, no kidding, which only counted expired sessions, but that could take a day or so sometimes to reflect the reads. If you haven't done so, please upgrade to 3.2 rc4, or wait until monday to upgrade to the official (crossing my fingers).Sava-----"Sebastian Goebel" <devel@yellowsunshine.de> wrote: -----To: <campsite-support@campware.org>From: "Sebastian Goebel" <devel@yellowsunshine.de>Date: 02/27/2009 05:41PMSubject: [campsite-support] article statisticsHow does campsite count the article reads? Do I have to do something in thetemplates?The reads counter keeps always zero, anyway I did read an article or not.(Well the publication I talk about is in georgian, so campsite noticed thatI did not really read throught the articles?)Best,Sebastian
  • Hi all

    we want to make use of the article topic fields:
    http://code.campware.org/manuals/campsite/3.1/index.php?id3

    Maybee someone have experience with that?

    The list_artcles works fine with "topic is %value%" constraint.

    But how can I display those fields in the template? I tryed list_article_topics as well as $campsite->article->topicfieldname, but don't get results.

    Thanks,
    Sebastian
  • Did you try $campsite->article->[field]->name, where field is of type topic?

    On Thu, Mar 19, 2009 at 4:50 PM, Sebastian Goebel
    wrote:

    > Hi all
    >
    > we want to make use of the article topic fields:
    > http://code.campware.org/manuals/campsite/3.1/index.php?id=153
    >
    > Maybee someone have experience with that?
    >
    > The list_artcles works fine with "topic is %value%" constraint.
    >
    > But how can I display those fields in the template? I tryed
    > list_article_topics as well as $campsite->article->topicfieldname, but don't
    > get results.
    >
    > Thanks,
    > Sebastian
    >
    >
  • Thanks, that worked.
    I understand it is an topic name, but this is not self-explaining I believe. May add some other syntax.
    -----Original Message-----
    From: Mugur Rus [mailto:mugur.rus@gmail.com]
    Sent: Thursday, March 19, 2009 9:00 PM
    To: campsite-support@campware.org
    Subject: Re: [campsite-support] article topic-type fields


    Did you try $campsite->article->[field]->name, where field is of type topic?


    On Thu, Mar 19, 2009 at 4:50 PM, Sebastian Goebel wrote:

    Hi all

    we want to make use of the article topic fields:
    http://code.campware.org/manuals/campsite/3.1/index.php?id3

    Maybee someone have experience with that?

    The list_artcles works fine with "topic is %value%" constraint.

    But how can I display those fields in the template? I tryed list_article_topics as well as $campsite->article->topicfieldname, but don't get results.

    Thanks,
    Sebastian