Author Topic: user comments !  (Read 4891 times)

0 Members and 1 Guest are viewing this topic.

marcuskillen

  • Guest
user comments !
« on: January 09, 2008, 12:08:06 AM »
hello  :D

having trouble with user comments.. myself administrator can without any problem comment however users cant comment. tried to change this in settings but there where no changes made... help !  :cry:

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: user comments !
« Reply #1 on: January 09, 2008, 04:09:30 AM »
ACP - > images - > add / edit images and edit comment setting. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

marcuskillen

  • Guest
Re: user comments !
« Reply #2 on: January 09, 2008, 02:33:13 PM »
thx

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: user comments !
« Reply #3 on: January 09, 2008, 02:36:01 PM »
Ok - 4images version ? PHP version ? mySQL version ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

marcuskillen

  • Guest
Re: user comments !
« Reply #4 on: January 09, 2008, 02:37:09 PM »
i am sorry ! i am such a dumbass.. i guess i cant comment my owm pictures !  :idea:

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: user comments !
« Reply #5 on: January 09, 2008, 02:39:04 PM »
Is work if different author for comment reply ?

[edit] - I forget - spam time is check in details.php file:

Code: [Select]
if ($session_info['session_ip'] == $spam_row['comment_ip'] && time() <= $spamtime && $user_info['user_level'] != ADMIN)  {
      $msg .= (($msg != "") ? "<br />" : "").$lang['spamming'];
      $error = 1;
    }

is why is work sometime and other is no work.  :mrgreen: - ;)
Solution: Wait little bit before post back in comment.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

marcuskillen

  • Guest
Re: user comments !
« Reply #6 on: January 09, 2008, 02:39:28 PM »
yes no problem

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: user comments !
« Reply #7 on: January 09, 2008, 02:40:54 PM »
I edit last reply. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?