- Posts: 4
- Thank you received: 0
URL and email fields template issue
- KATHRYN O'GORMAN
- Topic Author
- Offline
- New Member
-
Less
More
6 years 2 months ago #122934
by KATHRYN O'GORMAN
URL and email fields template issue was created by KATHRYN O'GORMAN
Hello,
I'm not sure this has been noted elsewhere but there is an error in the Membership template files. The file is in:
components/com_osmembership/view/members/tmpl/columns.php
the closing link tags are not formatted correctly and should be:
</a>
I hope this helps!
I'm not sure this has been noted elsewhere but there is an error in the Membership template files. The file is in:
components/com_osmembership/view/members/tmpl/columns.php
Code:
if (filter_var($fieldValue, FILTER_VALIDATE_URL))
{
$fieldValue = '<a href="' . $fieldValue . '" target="_blank">' . $fieldValue . '<a/>';
}
elseif (filter_var($fieldValue, FILTER_VALIDATE_EMAIL))
{
$fieldValue = '<a href="mailto:' . $fieldValue . '">' . $fieldValue . '<a/>';
}
the closing link tags are not formatted correctly and should be:
</a>
I hope this helps!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 2 months ago #122946
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic URL and email fields template issue
Thanks. I can confirm the issue and get it fixed. If you want, you can access to My Downloads menu item, download latest package, upgrade it to your site and it will work well
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.