-
AuthorPosts
-
February 21, 2011 at 5:28 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 22, 2011 at 8:44 am #377902Dear 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.
February 22, 2011 at 11:43 am #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 25, 2011 at 4:39 am #378365Dear 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.
-
AuthorPosts
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