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

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 21
76
No, i have no ideas, but i`m trying. Are you sure that it must need?

77
No problems now. Thanks. All is fine! :-)

78
I need to change all files, or only refresh install_email.php??? Thanks!

79
Hm.... In this requests we extract information from TEMP folder of the gallery... 4IMAGES_TEMP have only cat_id, but not have cat_name info... I think it`s not possible... But i`ll trying...

In awaiting.php find:

  $sql "SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_media_file, i.image_thumb_file".$additional_sql.get_user_table_field(", u.""user_name")."
          FROM ("
.IMAGES_TEMP_TABLE." i)
          LEFT JOIN "
.USERS_TABLE." u ON (".get_user_table_field("u.""user_id")." = i.user_id)
          WHERE i.user_id = 
$logged_in_id
          ORDER BY i.image_date DESC
          LIMIT 
$offset$perpage";


And replace this:



  $sql 
"SELECT i.image_id, i.cat_id, c.cat_id, c.cat_name, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_media_file, i.image_thumb_file".$additional_sql.get_user_table_field(", u.""user_name")."
          FROM ("
.IMAGES_TEMP_TABLE." i,  ".CATEGORIES_TABLE." c)
          LEFT JOIN "
.USERS_TABLE." u ON (".get_user_table_field("u.""user_id")." = i.user_id)
          WHERE i.user_id = 
$logged_in_id AND c.cat_id = i.cat_id
          ORDER BY i.image_date DESC
          LIMIT 
$offset$perpage";


Try this

80
Thanks for this mod... How to set "YES" values by default???

81
Good day. Is it possible to do next:

If photo have more than 2 votes, it will automatically replace to the category "people`s choise" for i.e.???

If yes, please help me! Thanks

82
ORDER BY random_no DESCRAND(), i.image_hits DESC

This rondomize my new images sorted by hits "image_hits" query too... How to randomize only random_no???

83
New version released! See first post!

84
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: July 03, 2011, 03:39:49 PM »
I test it and work fine! Thanks for this wouderful mod and support!

Will be very good to perform this for validation_email.html too! ;-D

If it possible, connect your mod with this http://www.4homepages.de/forum/index.php?topic=8286.0, please!

85
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: July 03, 2011, 03:12:11 PM »
Sorry, i can`t understand. How to use upload_notify_html.html? When this work?

86
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: July 02, 2011, 09:38:16 PM »
Thank you, but, this send old html (validation_email.html) instead of upload_notify_html.html

87
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: July 01, 2011, 11:40:00 AM »
Very very sadly... This is one of the best MODs for gallery! You performed a very hard and good job!!! Thank you very much! :-)

I`ll try and try!

88
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: July 01, 2011, 09:52:27 AM »
Same errors, maybe i used incorrect login/pass??

Login must be: ...@domain.com?

"Email Error: AUTH LOGIN invalid mail server response: 250-PIPELINING
Maybe your SMTP Server does'nt support authentification. Try to leave Username and Password blank in your settings."

89
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: June 30, 2011, 06:59:33 PM »
Now good. Many thanks! Next message: Email Error: RCPT TO invalid mail server response: 554 5.7.1 : Relay access denied

90
Mods & Plugins (Releases & Support) / Re: [MOD] Sende Emails als HTML
« on: June 30, 2011, 05:59:01 PM »
Please look 4.1 and 4.2 steps... I think something is not correct...

Member.php gave me error: Parse error: syntax error, unexpected $end in /home/...../member.php on line 2598

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 21