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 - ClickyMouse

Pages: [1] 2 3 4
1
Mods & Plugins (Requests & Discussions) / "Medal" to top uploaders
« on: February 06, 2008, 06:17:50 PM »
Hi!

I would like to know if it's possible to show a little medal (Bronze, Silver, Gold, etc) next to the username, related to the amount of images uploaded by that user.

For example:
50 to 100 photos: Bronze Medal
100 to 200 photos: Silver Medal
200  and up photos: Gold Medal

Thanks in advance!

See ya!

2
Mods & Plugins (Requests & Discussions) / First annotate, then thumbnail
« on: February 06, 2008, 05:56:47 PM »
I want to know if there is a way (I assume that there is) to make, when I upload a picture, first the annotation (watermarking) and then the thumbnailing (I have both plugins installed and working).

Thanks in advance!

See ya!

3
Thanks man!
I'll try it

 :wink:

5
Code: [Select]
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /www/110mb.com/g/r/u/p/o/s/c/o/gruposcout508/htdocs/fotos/includes/template.php(101) : eval()'d code on line 2
I've used the exact example that you gave.

And I've created the 4images_menu.html file on my template folder...

What's wrong?

Thanks!

6
It is possible to have this Mod without the .htaccess file?

Because my Server don't allow it...

Thanks!

7
It is possible to "swap places" of thumbnailing and annotation?

Because I like to have Thumbnails without annotation.

I need:
1.- Resize
2.- Thumbnail
3.- Annotation


Thanks!!

8
Mods & Plugins (Releases & Support) / Re: [MOD] Birthday Mod v1.0
« on: January 29, 2008, 06:07:17 PM »
What's wrong?
Code: [Select]
Parse error: syntax error, unexpected T_ELSE in /www/110mb.com/g/r/u/p/o/s/c/o/gruposcout508/htdocs/fotos/member.php on line 1067
Here you got my member.php, from line 1055 to line 1074
Code: [Select]
    if (!empty($additional_user_fields)) {
      $additional_field_array = array();
      foreach ($additional_user_fields as $key => $val) {
        $additional_field_array[$key] = (!empty($user_row[$key])) ? format_text($user_row[$key], 1) : REPLACE_EMPTY;
        $additional_field_array['lang_'.$key] = $val[0];
      }
      if (!empty($additional_field_array)) {
        $site_template->register_vars($additional_field_array);
      }
    }
    $content = $site_template->parse_template("member_profile");
  }
  else {
    $content = $lang['invalid_user_id'];
  }
}

//-----------------------------------------------------
//--- Send Password -----------------------------------
//-----------------------------------------------------

Hope you can give me some advice

Thanks!

9
Mods & Plugins (Releases & Support) / Re: [MOD] - HTML Email
« on: January 29, 2008, 03:20:51 PM »
I should rename mail-client.php to email.php, and replace it on admin/email.php?

Thanks!

10
Mods & Plugins (Releases & Support) / Re: [MOD] - HTML Email
« on: January 29, 2008, 01:10:04 PM »
Sorry, but my english is not very good...

I didn't understand what you were trying to explain...

Could you explain it again?

Thanks!! :D

11
Mods & Plugins (Releases & Support) / Re: [MOD] - HTML Email
« on: January 29, 2008, 02:50:28 AM »
Nice, now it says "Sent!", and it's on my InBox on GMail.

But when I try to Send an EMail from 4Images, for example on ACP>Users>Send Mail, it gives me an error message.

Do I have to make some more configuration?

Thanks!

12
Mods & Plugins (Releases & Support) / Re: [MOD] - HTML Email
« on: January 29, 2008, 02:39:55 AM »
So... I should login as Admin first, for example on the Admin Control Panel, and then, paste the mail-client link on the address bar?

Thanks!

13
Mods & Plugins (Releases & Support) / Re: [MOD] - HTML Email
« on: January 28, 2008, 11:17:19 PM »
I't doesn't work yet :S

Here you can check it: http://gruposcout508.com.ar/fotos/mail-client.php

Thanks!

14
Installation, Update & Configuration / Re: Don't send ANY mail
« on: January 28, 2008, 11:11:55 PM »
Fixed
Thanks!

15
Installation, Update & Configuration / Re: Don't send ANY mail
« on: January 28, 2008, 03:23:17 AM »
 :?
Code: [Select]
Fatal error: Call to undefined function show_use_email_select() in /www/110mb.com/g/r/u/p/o/s/c/o/gruposcout508/htdocs/fotos/admin/settings.php on line 173
It was going good before... I don't know why now it appears this...

Pages: [1] 2 3 4