4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: franco190453 on July 20, 2006, 01:36:33 AM

Title: e-cards
Post by: franco190453 on July 20, 2006, 01:36:33 AM
How can I completely disable the e-cards.
Regards.
Title: Re: e-cards
Post by: V@no on July 20, 2006, 02:42:14 AM
remove {postcard_button} from details.html template and remove postcards.php file.
Title: Re: e-cards
Post by: franco190453 on July 20, 2006, 03:51:44 AM
V@no:
Thank you very much!!!.
I love the "Pillows" picture at your Site.
COOL!!!.
Regards.
Title: Re: e-cards
Post by: hamaset on April 12, 2008, 04:54:30 PM
How can I disable e-card if user not logged in ?
Title: Re: e-cards
Post by: mawenzi on April 14, 2008, 10:25:37 AM
How can I disable e-card if user not logged in ?

ACP -> Edit Categories -> Edit -> Permissions -> Send eCard -> Registered Users
Title: Re: e-cards
Post by: hamaset on April 15, 2008, 12:54:23 PM
How can I disable e-card if user not logged in ?

ACP -> Edit Categories -> Edit -> Permissions -> Send eCard -> Registered Users

Thanks for help. But I want default e-card setting = registered users. I have 560 categories and I don't want setup them one by one.
How can I make this. Sorry my poor english.
Title: Re: e-cards
Post by: mawenzi on April 15, 2008, 01:19:11 PM
... then use PhpMyAdmin ... and set all 4images_categories -  auth_sendpostcard = 2 ...
Title: Re: e-cards
Post by: hamaset on April 16, 2008, 01:21:52 PM
... then use PhpMyAdmin ... and set all 4images_categories -  auth_sendpostcard = 2 ...

Is there any sql query to update my all auth_sendpostcards values to "2" for previously created categories ?.
And how can I use this query in PHPmyAdmin ?
Title: Re: e-cards
Post by: Nicky on April 16, 2008, 01:53:38 PM
hi,

place table_update.php where your config.php is..

run it once with...

http://yourdomain.com/gallery/table_update.php

then delete it..

check if it is done
Title: Re: e-cards
Post by: hamaset on April 16, 2008, 02:09:28 PM
İt is now OK. Thank You.