Author Topic: owner visits dont count  (Read 4052 times)

0 Members and 1 Guest are viewing this topic.

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
owner visits dont count
« on: June 24, 2003, 04:04:32 AM »
is it possible not to count the visits to the image that is owner does?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
owner visits dont count
« Reply #1 on: June 24, 2003, 09:04:48 AM »
Change
Code: [Select]
if ($user_info['user_level'] != ADMIN) {
to
Code: [Select]
if ($user_info['user_level'] != ADMIN && $user_info['user_id'] != $image_row['user_id']) {
in details.php

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search