Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 Re: CE4 Publisher » Export Settings Filesize » 2015-07-22 03:08:07

Matthew wrote:

Exporting from the Web module, all renditions use the same quality setting; no way around this.

With publisher, you can manually edit the setup.xml file in your gallery template to define the quality for each rendition.

OK, it works. TNX.

another Question for publisher:

inside of autoindex.xml

<?xml version="1.0" encoding="UTF-8"?>
<album>
    <access>unlocked</access>    
    <thumbnail></thumbnail>
    <title></title>
    <description>Kundenauswahl</description>
    <url></url>
</album>

is it possible to set [ALBUMTITLE] from lightrooms publisher settings to the row "<title></title>
"

#2 CE4 Publisher » Export Settings Filesize » 2015-07-19 00:55:46

taog
Replies: 4

Hello,

is it possible to set a better compression ratio on the JPEG Quality for Thumbnails?

I found that the file size for thumbnails on my settings are ~40 - 50kb per file.
for better data handling on mobile versions it is enough on my hand to set it ~15 - 20kb per file.

any suggestions to made it hardcoded?

regards torsten

#3 Re: CE4 Client Response Gallery » FROM Email » 2015-03-09 00:45:51

Any Chance to get a news about the problem?

after many response in my mailclient it would be great to have back the art from FormToMail.php


Thats what my email account lloks like and we hav started this year wink

https://www.dropbox.com/s/wn6rluqsrtork … l.png?dl=0

#4 Re: CE4 Client Response Gallery » Client Field Problem » 2015-02-21 02:22:09

Your Form ist without Name and Emailadress not usefull wink

#5 Re: CE4 Publisher » Error Uploading Rendition » 2015-02-17 22:09:29

This same error i got on my own server. some times it runs fine and some times i must restart the publishing process 3 ore more times for only 800 images without highres version ore something. i use only CRG.

#6 Re: CE4 Client Response Gallery » FROM Email » 2015-02-15 16:51:29

Matthew wrote:
taog wrote:

ok, but the formtoemail.php script do it very well. the version before crg6.x

Actually, it didn't. We had a lot of reports of delivered messages being flagged as spam, or of messages simply not arriving at all (presumably because some intermediary server flagged the message as spam and killed it). Form-to-Email was becoming increasingly unreliable, and more a liability for the product, hence our decision to scrap it in favor of a proprietary solution.

what you think about an option switch for "client email" and "server email"?
for me it works with CRG and formtoemail. i think i am not the only one wink
for this ppl it does not work, switch by default to server email.

regards torsten

#7 Re: CE4 Client Response Gallery » FROM Email » 2015-02-13 22:15:40

Ben wrote:
taog wrote:

Ehm, when i use TTG i host it at my own server. this server sends the mail. yahoo as example will mark the mail from my own server as spam when the from adress ist the client mail adress?

I don't know how your server would handle it.  Emails pass through multiple systems, from your server to the email recipient's server.  Any server or software along the way would easily be able to tell that the email from @yahoo didn't actually originate from Yahoo, and could drop it or mark it as spam.

ok, but the formtoemail.php script do it very well. the version before crg6.x

#8 Re: CE4 Client Response Gallery » FROM Email » 2015-02-13 20:45:40

dl wrote:

Adding it to the email subject would make sense to me.

ALBUM TITLE in email subject would be great!

#9 Re: CE4 Client Response Gallery » FROM Email » 2015-02-13 20:42:08

Ben wrote:

Ah, that can not be done.  If the from address changes from client to client, then the chances are that your host will either refuse to send the emails or they'll be marked as spam along the way.  For example, mail servers will detect that an email purporting to be from yourclient@yahoo.com did not originate from Yahoo, so will mark such emails as spam.

Reply-to offers a way to have the correct email address in place upon replying to emails.  Unfortunately that won't help with sorting.
How about if made it possible to add the client name into the email subject?

Pierre, good suggestion.  I'll look into this.

Ehm, when i use TTG i host it at my own server. this server sends the mail. yahoo as example will mark the mail from my own server as spam when the from adress ist the client mail adress?

#10 Re: CE4 Client Response Gallery » FROM Email » 2015-02-13 06:51:43

Ben wrote:

Hi Pierre and Torsten, this was included in 6.0.3, which came out last week.  See the changelog for the updates and upgrade instructions: http://ce4.theturninggate.net/docs/doku … _changelog

Hi Ben, i update my lightroom and webservices but dit not finde the part for changing the sender email to the client adress. it is allways my own sender adress what can i change.

#11 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 05:55:19

This is my code. i am not firm enough with coding. what i have to replace?

<!-- Piwik -->
<script type="text/javascript">
  var _paq = _paq || [];
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.XXX.de/piwik/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', X]);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
    g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript><p><img src="http://www.XXX.de/piwik/piwik.php?idsite=X" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
rod barbee wrote:

i copy paste the code from piwik to the section in the php document.

and it could have contained some sections with single quotes. If you put that after an echo' statement, it will break the page. Those single quotes you got from piwik probably need to be changes to either double quotes or they need to be escaped with a backslash.
nothing wrong with the code by itself, but it probably created a syntax error with the php code it was inserted into.

#12 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 05:37:07

rod barbee wrote:

with the Piwik JAVA Script code the page shown a blank page on my side. with the image tracking code it works.

the blank page was probably caused by syntax errors in the code (perhaps single quotes where double quotes were needed)

i copy paste the code from piwik to the section in the php document.

#13 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 05:29:18

rod barbee wrote:

No, you need to direct where on the page the code is going using one of the hooks, like ttg_head_end or ttg_body_bottom
then you use the echo statement to insert the code in that portion of the page

see the phplugins documentation and the examples for how to do this.
http://ce4.theturninggate.net/docs/doku … _phplugins

with the Piwik JAVA Script code the page shown a blank page on my side. with the image tracking code it works.

#14 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-06 21:35:00

i do this with the phplugins api and piwik.
piwik script does not work but the piwik image works.

#15 CE4 Publisher » LR and CRG Settings » 2015-02-04 03:02:23

taog
Replies: 2

Hi,

i am a bit confused.

1.
I have export my settings from webmodule to an template for publisher. at the settings menu i choose that template.
in my album settings for publisher i turned off the password section.

the gallerie ask for an password.



2.
i set in my template the container text with the description for the handling.

nothing in the gallerie



3.
how can i set the standard settings for new albums?



i will only use this albums ONCE for client response. after that i delete this albums on my server.

#16 Re: CE4 Client Response Gallery » FROM Email » 2015-01-29 06:45:13

Ben wrote:

Hi Torsten,  we already have something similar in our working code.  The FROM address remains as yours, however the REPLY-TO is set to that entered by the client.  Clicking reply therefore goes to the client's address.

I don't have a schedule for updating this.  We don't have any known bugs and want to avoid unnecessary update fatigue for our clients.

when it will come, nice smile

#17 CE4 Client Response Gallery » Function request for "show only selected images" » 2015-01-29 03:35:05

taog
Replies: 7

I have now a lot of my Clients thar use the new CRG. so farso good in response but one thing has requested by most of them.

When only selected images displayed and the client show a single image on fullscreen, the cursor keys works with all images not only shown the "display selected only".

Any HOOK to set this as function?

#18 CE4 Client Response Gallery » FROM Email » 2015-01-29 03:30:33

taog
Replies: 21

Hi,

how can i set the FROM email adress to the entered customer email? actualy is my own email set to it.

Why? When i press reply on the received email i answer to my self and not to the client. wink


Regards Torsten

#19 Re: CE4 Client Response Gallery » Album Title autoset to Image Title » 2015-01-23 21:56:59

rod barbee wrote:

Well, as Matt has stated, this is not possible. So your only option is by hand

ok smile

#20 Re: CE4 Client Response Gallery » Album Title autoset to Image Title » 2015-01-23 21:52:29

rod barbee wrote:

Then enter your title in the Album Title field of Album Info, at the top of the Color Palette control pane
http://ce4.theturninggate.net/docs/doku … album_info

this is made by hand. it would be nice to use automaticly the METADATA Title from the first Picture.

#21 Re: CE4 Client Response Gallery » Album Title autoset to Image Title » 2015-01-23 17:33:48

I am using only CRG with TTG-BE. the galleries are deleted after my client marked there pictures.

it is only the thing to use the metadata field {Title} in your Album Title.

#22 Re: CE4 Client Response Gallery » 404 on iOS » 2015-01-22 21:49:20

rod barbee wrote:

Was there a specific problem/solution in case others run into the same issue?

Ben found an bug and fix this i an update.

#23 CE4 Client Response Gallery » Album Title autoset to Image Title » 2015-01-22 21:32:46

taog
Replies: 7

Hi,

could it be possible to set the Album Title automaticly to the Titel from the first Picture?
I would use it to identify the Galleries better in my Piwik statistik.

Edit: Or could it be Possible to set the Albumtitle to the name are used for ftp upload?

so: www.test.com/galleries/TEST

TEST is typed once and used in two ways?

#25 CE4 Client Response Gallery » 404 on iOS » 2015-01-22 19:04:01

taog
Replies: 4

Hello

the same link, that works on my webside, got an 404 in my iOS devices.
i saw shortly by sidetitle and then it switch to 404 errorcode.

any ideas?

Board footer

Powered by FluxBB