1. pstmedia
  2. Support
  3. Friday, April 15 2016, 04:06 PM
Hello EP!

How can i render a map in a user profile?
The view (template) of the profile is hard coded.
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry for late reply, to display map in profile put this code in your file
<div class="ortValue"><?php echo $this->data->ort; ?></div>
<div class="ort_latValue"><?php echo $this->data->ort_lat; ?></div>
<div class="ort_lngValue"><?php echo $this->data->ort_lng; ?></div>
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
can you please send me you override to allow me to understand better your problem? if yes please consider that this forum allow only ZIP format (not PHP).
  1. more than a month ago
  2. Support
  3. # 1
pstmedia Accepted Answer
Hello EP!

Attached an example of the default.php override.

THX
  1. more than a month ago
  2. Support
  3. # 2
pstmedia Accepted Answer
THX for fast reply
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.