Author Topic: Image Validation  (Read 3564 times)

0 Members and 1 Guest are viewing this topic.

Offline OliverLumby

  • Pre-Newbie
  • Posts: 3
    • View Profile
Image Validation
« on: August 05, 2008, 04:12:34 AM »
Hi, I really need to be able to turn the Image validation off. Is there a mod or anything? I'm getting loads of images submitted a day, and my poor poor admin's cant keep up with it.


Please help us :(


Thanks
Oliver!

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: Image Validation
« Reply #1 on: August 05, 2008, 04:18:14 AM »
Hello and welcome to 4images forum.

You'll need edit each category where you want disable image validation and set "Direct Upload" to either "All"  or "Registered Users"
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 OliverLumby

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Image Validation
« Reply #2 on: August 05, 2008, 02:00:15 PM »
Thanks loads :) Is there a way, the default setting would be Registered Users?

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: Image Validation
« Reply #3 on: August 05, 2008, 02:59:57 PM »
With little code modification you can ;)

In admin/categories.php find:
Code: [Select]
  "auth_directupload" => AUTH_ADMIN,Replace it with:
Code: [Select]
  "auth_directupload" => AUTH_USER,
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)