Hi @dzejkins,
Many thanks to you for the kind words!
You can use " for this. This way it won’t break the line π
Thanks for your answer @alexacymailing!
Could you show me some example? In my xxx_custom.ini file i have somethink like this example:
SOME_CUSTOM_TEXT="bla bla <a href="some_url">text</a>"
but source code of my browser brakes at the equal sign (i think so), it looks like that:
"bla bla <a href"
Hi,
Please let me know the context. What are you trying to do?
I guess you’re trying to change a string displayed in AcyMailing to add a link right?
Or are you working on some custom code / development?
I think I need more details to help here π
Alexandre, im trying to insert “a href” link into custom translations file. Custom translation files are located here in my case:
/wp-content/plugins/acymailing5/language/
I’m trying to put some translation with link in it, as example below.
SOME_CUSTOM_TEXT=”bla bla text”
Is it cleare for you now? π
I can’t edit post above, there should be:
SOME_CUSTOM_TEXT="bla bla <a href="some_url">text</a>"
Hi,
Oh ! You’re talking about v5.
Please try to use this <a href="_QQ_"xx"_QQ_">aa</a>
You need to replace every double quote " by "_QQ_".
This should be working π
Alexandre, thanks for your answer, but equal sign is the problem in this case i think. I’m sorry, but your solution doesn’t work. All stops at equal (=) sign.
For example if i put somethink like this ‘1+1=2’ into custom translation, in source code i can see only 1+1.
π