-
BodgeIT
-
Topic Author
-
Offline
-
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.
|
Time to create page: 0.411 seconds