Author Topic: Categorie page does not show the word HITS, under the image  (Read 5104 times)

0 Members and 1 Guest are viewing this topic.

Offline Filip3rd

  • Newbie
  • *
  • Posts: 25
    • View Profile
i have modified the templates//thumbnail_bit.html and removed the user ID and added {lang_hits} {image_hits} after the comment.
now on my index page you can see the this change
Picture
name
categorie
comment:
Hits : 6

but in the the categorie page it only displayes the number of hits and not the word Hits at all.
What do i have to do?

here see it your self http://www.persianelement.com you see the word hits after the comment that go to one of the categories after comment you see only the number of hits.

appreciate your help
Filip

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: i have a problem
« Reply #1 on: July 09, 2005, 05:18:51 AM »
1) your subject is one of top 10 most useless subjects (please review forum rules)
2) in categories.php find:
Code: [Select]
  "cat_hits" => $cat_cache[$cat_id]['cat_hits'],INsert below:
Code: [Select]
  "lang_hits" => $lang['hits'],
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Filip3rd

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: i have a problem
« Reply #2 on: July 09, 2005, 06:28:40 AM »
Thank you very very much and sorry for the wrong subject

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Categorie page does not show the word HITS, under the image
« Reply #3 on: July 09, 2005, 06:32:52 AM »
now its much better!

P.S. confused me for a minute...I thought I replyed to a wrong topic...:lol:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Sleepy

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: Categorie page does not show the word HITS, under the image
« Reply #4 on: June 28, 2006, 08:57:43 PM »
i have modified the templates//thumbnail_bit.html and removed the user ID and added {lang_hits} {image_hits} after the comment.
now on my index page you can see the this change
Picture
name
categorie
comment:
Hits : 6

but in the the categorie page it only displayes the number of hits and not the word Hits at all.
What do i have to do?

here see it your self http://www.persianelement.com you see the word hits after the comment that go to one of the categories after comment you see only the number of hits.

appreciate your help
Filip
Hello, I have the similar question butin an opposite way.
I could see the "Hits:" in the catetory page but couldn't see that in the index page. (in the thumbnails).

Where did I do wrong???

Thank you very much.