Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    @sancho0410,
    If you know some PHP and how to use WordPress hooks then there is a filter that you can use to accomplish that.

    The filter is:

    apply_filters( 'gmw_fl_info_window_content', $output, $member, $this->form );

    which can be found in geo-my-wp/plugins/friends/includes/gmw-fl-search-query-class.php

    Let me know if you have any other questions.

    Thread Starter sancho0410

    (@sancho0410)

    @eyal Fitoussi

    Thanks for you reply, I started in the wordpress development, WP hooks of use do not familiar to me …
    I would just like to add the field “Telephone” … present in the data xprofile member.

    Thanks a lot

    Thread Starter sancho0410

    (@sancho0410)

    @eyal Fitoussi

    I just succeed at add fields from BP, thank you for the technical and especially the file in which change the structure of the info-window

    Thanks a lot

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Perfect, I am glad you got that working!

    @sancho0410

    As I have the same problem now I would be interested in how you solved it. Could you tell me what to add in the gmw-fl-search-query-class.php if I want to add a Buddypress field?

    Thanks in advance and best regards ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add information in Marker Info Windows’ is closed to new replies.