Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • writetoshare Friend
    #160521

    Hello All,

    I’ve installed JA Rave theme to my website and it looks pretty good. My problem is that, even though I enabled hits counter everywhere, including frontpage, category link in menu (blog layout) and the article itself, (and just the hits counter, no author or created date or icons) it doesn’t show up on front page and category blog layout, but it does show up in the article with author and the created date.

    In addition, what I noticed is that if I enable author name on category blog layout too, author name and hits counter show up, but this doesn’t happen on the front page.

    What I’d like to have is that I must be able to enable hits counter in anywhere I want regardless of any other option, such as author name. And it must show only the hits counter when I enable it, no other information. Others should be determined by their own inputs.

    Thanks in advance.

    Sherlock Friend
    #377902

    Dear writetoshare,

    You can give me the url,admin account and the FTP Info vai the ticket OFK-689-70441,I will have futher checking on the issue for you.

    writetoshare Friend
    #377935

    <em>@dathq 223087 wrote:</em><blockquote>Dear writetoshare,

    You can give me the url,admin account and the FTP Info vai the ticket OFK-689-70441,I will have futher checking on the issue for you.</blockquote>

    OK, I updated the ticket you mentioned above.

    Sherlock Friend
    #378365

    Dear writetoshare,

    You can try as follow
    Copy the folder of pluginssystemjat3base-themesdefaulthtmlcom_contentarticle put it into the HTML Override folder of the template templatesja_ravehtmlcom_content then open the file of
    templatesja_ravehtmlcom_contentdefault.php
    Look for this
    [PHP]
    if (
    ($this->params->get(‘show_create_date’))
    || (($this->params->get(‘show_author’)) && ($this->article->author != “”))
    || (($this->params->get(‘show_section’) && $this->article->sectionid) || ($this->params->get(‘show_category’) && $this->article->catid))
    || ($this->params->get(‘show_pdf_icon’) || $this->params->get(‘show_print_icon’) || $this->params->get(‘show_email_icon’))
    || ($this->params->get(‘show_url’) && $this->article->urls)
    ) :
    [/PHP]

    Change it to
    [PHP] if (
    ($this->params->get(‘show_create_date’))
    || (($this->params->get(‘show_author’)) && ($this->article->author != “”))
    || (($this->params->get(‘show_section’) && $this->article->sectionid) || ($this->params->get(‘show_category’) && $this->article->catid))
    || ($this->params->get(‘show_pdf_icon’) || $this->params->get(‘show_print_icon’) || $this->params->get(‘show_email_icon’))
    || ($this->params->get(‘show_url’) && $this->article->urls) || $this->params->get(‘show_hits’)
    ) :[/PHP]

    And now you can select to display the Hit feature of your articles without any other features.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum