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.
You are not logged in.
Pages: 1
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>
"
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
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
Your Form ist without Name and Emailadress not usefull
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.
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
for this ppl it does not work, switch by default to server email.
regards torsten
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
Adding it to the email subject would make sense to me.
ALBUM TITLE in email subject would be great!
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?
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.
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 -->
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.
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.
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 pagesee 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.
i do this with the phplugins api and piwik.
piwik script does not work but the piwik image works.
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.
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
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?
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.
Regards Torsten
Well, as Matt has stated, this is not possible. So your only option is by hand
ok
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.
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.
Was there a specific problem/solution in case others run into the same issue?
Ben found an bug and fix this i an update.
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?
Take a look at this section:
https://www.dropbox.com/s/hvc94cq5fjr87 … e.png?dl=0
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?
Pages: 1