Author Topic: e-cards  (Read 8503 times)

0 Members and 1 Guest are viewing this topic.

Offline franco190453

  • Newbie
  • *
  • Posts: 17
    • View Profile
e-cards
« on: July 20, 2006, 01:36:33 AM »
How can I completely disable the e-cards.
Regards.

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: e-cards
« Reply #1 on: July 20, 2006, 02:42:14 AM »
remove {postcard_button} from details.html template and remove postcards.php file.
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 franco190453

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: e-cards
« Reply #2 on: July 20, 2006, 03:51:44 AM »
V@no:
Thank you very much!!!.
I love the "Pillows" picture at your Site.
COOL!!!.
Regards.

Offline hamaset

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: e-cards
« Reply #3 on: April 12, 2008, 04:54:30 PM »
How can I disable e-card if user not logged in ?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: e-cards
« Reply #4 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
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 hamaset

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: e-cards
« Reply #5 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.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: e-cards
« Reply #6 on: April 15, 2008, 01:19:11 PM »
... then use PhpMyAdmin ... and set all 4images_categories -  auth_sendpostcard = 2 ...
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 hamaset

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: e-cards
« Reply #7 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 ?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: e-cards
« Reply #8 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
cheers
Nicky
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 ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline hamaset

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: e-cards
« Reply #9 on: April 16, 2008, 02:09:28 PM »
İt is now OK. Thank You.