Guys, count me in when we should have a joint call of Symphony CMS community, I think such idea was mentioned recently. I should be available from april and onwards.
Bogdan Onyshenko
@bogdanus91_gitlab
Hello all again. I would need help with a following problem. I have 2 templates. One of them gets data from datasource and then applies changes to that. The datasource called menu-dish. I simply need to change one column of it without touching all others.
It is somethin like this. Variable got changed. But can I send to apply template all fields with this value changed?
@bogdanus91_gitlab XML / XML variables are read-only. You cannot change existing XML / variables, only make output transformations. Not sure what are you trying to achieve.
Manaus
@Manaus
hi guys, how do I impose a talking urls on entries? at the moment I have mywebsite/items/10/, I'd like to have mywebsite/items/sitting-bull/ etc depending on one field
I mean they are addressed by @id by default, how to change that?
Well, Symphony attempts to send an email via SMTP, but the encrypted connection to the email server does not work. Have you tried without TLS? Have you tried SSL instead of TLS? Is it a gmail account?
You might as well test a different SMTP account (hosted by a different provider).
Manaus
@Manaus
Thanks Michael, Sendmail fixed the error
Manaus
@Manaus
Sorry guys, dumb question, how can you reply so often so quickly? Since I doubt you keep gitter open on the desktop the whole day, there might be a notification system somewhere?
michael-e
@michael-e
I receive email notifications un "unread messages". Honestly, I don't remember where to configure this… sorry…
Wannes Debusschere
@wdebusschere
Gitter on the phone
Juraj Kapsz
@jurajkapsz
@Manaus I don't recall either, but probably in web browser, in Gitter > Room Settings, there are "Notifications".
Manaus
@Manaus
I need to send two email upon saving a contact form: one for the admin, the other for the subscriber... what would you recommend? I'm trying out Email Template Manager, but I don't see how to hook this filter to latest values submitted
Wannes Debusschere
@wdebusschere
@Manaus thats the best extensions to do this.. then you need to add the 2 emailtemplates to the event filters, works great
Manaus
@Manaus
Using emailtemplates I get a xml node of <filter name="etm-filtername" status="failed" total="1" sent="0"/> but I do not know where to look for finding the issue