Author Topic: Remove Validate Images?  (Read 6220 times)

0 Members and 1 Guest are viewing this topic.

Offline daved

  • Pre-Newbie
  • Posts: 2
    • View Profile
Remove Validate Images?
« on: May 08, 2006, 10:27:51 AM »
Hi,

I would like to be able to allow my registered users to upload their images live on the site without me being required to validate them?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Remove Validate Images?
« Reply #1 on: May 08, 2006, 12:59:43 PM »
For Single Users
1. Edit Categories
ACP -> Categories -> Edit Categories -> Categorie -> Edit -> Upload -> Private
2. Edit User
ACP -> Users -> Edit Users -> User -> User Permission -> Categorie Upload -> Yes

or

For Usergoups
1. Edit categories
ACP -> Categories -> Edit Categories -> Categorie -> Edit -> Upload -> Private
2. Add Usergoup
APC -> User Groups -> Add User Group (Upload) -> User Goup Permission - > Categorie Upload -> Yes
3. Edit User
APC -> Edit Users -> User -> User Groups -> User Group Upload -> Yes
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline anildhan123

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Remove Validate Images?
« Reply #2 on: January 16, 2007, 06:01:33 PM »
these are for usergroups or users which have already registered.. and i want it to be set forever.. like when a person newly registers he wont be needin to validate the image..so can we do that??

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Remove Validate Images?
« Reply #3 on: January 16, 2007, 06:08:52 PM »
For all reg. Users
1. Edit Categories
ACP -> Categories -> Edit Categories -> Categorie -> Edit -> Upload -> Reg.Users
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Remove Validate Images?
« Reply #4 on: January 16, 2007, 06:09:45 PM »
Set "Direct Upload" on "Registered User"...

@mawenzi
Beim Upload muss er immer noch die Bilder freigeben... (o:

Offline Benator

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Remove Validate Images?
« Reply #5 on: March 19, 2007, 07:35:50 PM »
ive found an easier way, i had over 30catagories, so i just edited them directly in the sql database (phpmyadmin) with the followring SQL query
Code: [Select]
UPDATE `4images_categories` SET `auth_directupload` = '2'
worked like a charm :)

make sure you backup your database though

Ben

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Remove Validate Images?
« Reply #6 on: March 19, 2007, 11:36:36 PM »
@mawenzi
Beim Upload muss er immer noch die Bilder freigeben... (o:

... eigentlich ... nicht ... !
... so kann man Usern in den ihnen zugewiesenen Kategorien den direkten Upload ohne zusätzliche Freigabe ermöglichen ...
... funktioniert in meinem Memberbereich eigentlich bestens ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Remove Validate Images?
« Reply #7 on: March 20, 2007, 02:56:20 PM »
Wofür ist dann bitte der "direkte Upload"? *wunder*