Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - klechoo

Pages: [1]
1
I need to make a button "Print" so they can print the picture and color in it after that.

2
Pictures black and white which can be colored with different colors - for the kids.

3
I need that because I want to have a coloring pictures for the kida on my site :)

4
I want to add a function "print" in to my sytem. I try to add it with these lines in functions.php:

 if (!check_permission("auth_sendpostcard", $image_row['cat_id'])) ......

and:

 if (!check_permission("auth_print", $image_row['cat_id'])) {
    $print_button = "<img src=\"".get_gallery_image("print_off.gif")."\" border=\"0\" alt=\"\" />";
  }
  else {
    $print_button = "<a href=\"".$site_sess->url(ROOT_PATH."print.php?".URL_IMAGE_ID."=".$image_row['image_id'].((!empty($mode)) ? "&amp;mode=".$mode : ""))."\"><img src=\"".get_gallery_image("print.gif")."\" border=\"0\" alt=\"\" /></a>";
  }

In MYSQL I add a line in the table categories "auth_print".
The result wasn't a print button it was "print_off.gif". So please help me to find my mistake in this mess :)

5
Mods & Plugins (Releases & Support) / Re: Birthday Mod v1.0
« on: March 03, 2006, 10:38:56 PM »
where do I download birthday_install.php  :oops:

6
Mods & Plugins (Requests & Discussions) / Re: Date of Birth MOD in English
« on: February 01, 2006, 08:43:37 PM »
Parse error: syntax error, unexpected T_DOUBLE_ARROW in member.php on line 958  :?:

7
I want to specify a date on which the greeting card will be sent and the exact month of course.

8
Thanks I'll try. I was thinking for some kind of MOD but may be and this is a decision.

9
Is it possible to define an exact month and date for sending an image (greeting card)?

10
Lots of thanks for the support :)

11
I'm talking the uploaded image not to be seen in any category. It should be seen only from the uploader and from the recipient.

12
I want to ask if a user can upload a personal picture without to be registered in condition not to be seen in any category in the site (without to be in the admin panel for awaiting validation).  At the same time uploading the picture the visitor to be able to send it like a greeting card and the recipient to see it.

Pages: [1]