1
mixxorz
xcgallery 2.0.2- approve images
  • 2006/1/11 15:47

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


How do i approve more images in one click?-
I have 643 images to approve, that means 643 clicks
The mean streets of uhw.

2
gediminasbyt
Re: xcgallery 2.0.2- approve images

DB is always an option Not sure about in UI but you can access a DB directly or phpmyadmin and update it there.

3
mixxorz
Re: xcgallery 2.0.2- approve images
  • 2006/1/11 17:19

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


mm thanks i will check it
The mean streets of uhw.

4
mixxorz
Re: xcgallery 2.0.2- approve images
  • 2006/1/11 19:22

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


doen't work for me. i don't know how to add pictures to the database like that. I tried one other gallery, myalbum-P, but i didn't like that layout. which one do you advice me?
The mean streets of uhw.

5
gediminasbyt
Re: xcgallery 2.0.2- approve images

It's easy when you know some mysql. By the way this gallery is one of the best around.

To do that you will have to get to php and find go to your xoopsdatabase. Go to SQL tab and paste this code. You will have to change 'yourbeginning' to whatever your database tables do starts. If lets say you name like 'xoops_xcgal_pictures' then you would issue that.
UPDATE `yourbeginning_xcgal_picturesSET `approved` = 'YES';

Of course the same thing can be done from command line.

1.mysql -u root -p (enter MySQL password)
2.select xoopsdatabasename
3.UPDATE `yourbeginning_xcgal_pictures` SET `approved` = 'YES';

Oh la la. All pictures are approved!

Gediminas

6
mixxorz
Re: xcgallery 2.0.2- approve images
  • 2006/1/11 20:37

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


i got it thanks for your help
The mean streets of uhw.

7
gediminasbyt
Re: xcgallery 2.0.2- approve images

You're welcome! Glad you solved that simple problem.

Gediminas

Login

Who's Online

293 user(s) are online (191 user(s) are browsing Support Forums)


Members: 0


Guests: 293


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits