Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [Fix] [Location details] badly formatted in email

[Fix] [Location details] badly formatted in email 13 years 1 month ago #15417

  • BodgeIT
  • BodgeIT's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 0
Anyone else noticed that the first 2 lines of address are jsut pushed together, no space or owt.

If you want to change, goto:

/administrator/com_dtregister/lib/tagparser.php

Line 343
Look for
$locParts[] = $location->address.$location->address2;

To fix on same line:
$locParts[] = $location->address.' '.$location->address2;

To change to 2 lines:
$locParts[] = $location->address;
$locParts[] = $location->address2;

Hope this helps
Gary

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.411 seconds