Iβm fixing up a site for a friend they have CB 1.2.2
The Welcome Email footer add a parenthesis in url?
β > URL β>
www.site
)
making an invalid url β
I repair with this β>
www.joomlapolis.com/forum/154-advanced-members-support/190931-solved-inconsistent-automated-e-mail-footer
But still donβt understand the extra parenthesis
I think the problem is with that code - but not sure β> (%s).');
in
DEFINE('_UE_EMAILFOOTER','NOTE: This email was automatically generated from %s (%s).');
Full repair:
Change
IN: components/com_comprofiler/plugin/language/default_language/default_language.php
ON: Line 414 β AHQ = 833
FROM:
DEFINE('_UE_EMAILFOOTER','NOTE: This email was automatically generated from %s (%s).');
TO
DEFINE('_UE_EMAILFOOTER','NOTE: This email was automatically generated from %s (<a href="
www.hiddendepthsmusic.com/
">
www.hiddendepthsmusic.com/
).');
IN: components/com_comprofiler/plugin/language/default_language/default_language.php
ON: Line 391 β AHQ = 787
FROM:
DEFINE('_UE_SENDEMAILNOTICE',"
This is a message from %s at %s ( %s ) to you:
\r\n\r\n");
TO:
DEFINE('_UE_SENDEMAILNOTICE',"
This is a message from %s at %s ( <a href=\"
www.hiddendepthsmusic.com/\
">
www.hiddendepthsmusic.com/
) to you:
\r\n\r\n");