• Hi, I downloaded and installed LocateAnything. I was following this video . I was immediately stuck as it clearly shows two tabs:
    1. Default Settings
    2. BuddyPress
    However, after installing this, I am missing the BuddyPress tab so I cannot configure as needed. My website uses buddypress for it’s membership.

    I think this plugin is just what I have been looking for…

    What am I missing please?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author locateanything

    (@locateanything)

    Hello
    I think there is s misunderstanding. LocateAnything is a free plugin but the buddypress addon is premium ( which means you have to buy it in order to download it). If you didn’t buy the addon Buddypress functions are not be enabled and thus the buddypress option tab won’t show. Hope that helps

    Thread Starter Abe

    (@abu117)

    Sorry, I’m still confused. Does this mean I need to buy the $29.99 add here? http://www.locate-anything.com/addons/addons/buddypress-addon/

    As I mentioned, I already have buddypress installed. I guess I might be confused between the buddypress plugin I already have and the buddypress addon?

    Plugin Author locateanything

    (@locateanything)

    Hello Abe and really sorry for not being clear. Yes, you understood well, I was talking about the “LocateAnything for Buddypress” addon and yes: to get access to the buddypress features you need to buy the $29.99 addon at http://www.locate-anything.com/addons/addons/buddypress-addon/

    Don’t hesitate to contact me if you have any question

    Thread Starter Abe

    (@abu117)

    Thanks so much for clarifying πŸ™‚

    Thread Starter Abe

    (@abu117)

    Ok, I have purchased the “LocateAnything for Buddypress (order# 12765). I have about 360 members on my website, and things are working as expected…well, almost.

    https://potatoesandrice.com/map/

    In the admin area, under the options > Default settings, I have the fields City, province or State and Country. I’m not sure what I should choose for “what do you want to localize” as I’m not sure what that even means?

    Under the buddy press tab I have the three fields above mapped ie: City <> City etc.

    The problem is that my tooltips are not displaying any data except the name and the avatar.

    is there something wrong with my tooltip template:
    <div style=’float:left;width:70%’>
    <p>
    |user_firstname|
    <br>
    <span>|City|,|Country|</span>
    <br>
    <span>|user_url|</span>
    </p>
    </div>
    <div style=’float:left;width:20%’>
    |full_avatar|</div>

    Help please πŸ™‚

    Thread Starter Abe

    (@abu117)

    Ok, I manage to figure out why the city and country wasn’t displaying – I didn’t user the BP_city and BP_country tags.

    However, another issue. I have added the BP_usr_url parameter and it displays, but it is not a clickable link. Since your templates support HTML, I thought I could add a hyperlink like this:

    <div style=’float:left;width:80%’>
    <p>
    |user_firstname|
    <br>
    <span>|BP_city|, |BP_stateprovince|, |BP_country|</span>
    <br>
    <br>
    Profile
    </p>
    </div>
    <div style=’float:left;width:20%’>
    |full_avatar|</div>

    Or is there a better way to hyperlink to the word “Profile”?

    Thread Starter Abe

    (@abu117)

    `<div style=’float:left;width:80%’>
    <p>
    |user_firstname|
    <br>
    <span>|BP_city|, |BP_stateprovince|, |BP_country|</span>
    <br>
    <br>
    <span>|BP_profile_url|</span>
    <br>
    <a href=”BP_profile_url”>Profile</a>
    </p>
    </div>
    <div style=’float:left;width:20%’>
    |full_avatar|</div>’

    Thread Starter Abe

    (@abu117)

    sorry for all these posts – this is the code I am using nw actually. Still no joy πŸ™

    `<div style=’float:left;width:70%’>
    <p>
    |user_firstname|
    <br>
    <br>
    <span>|BP_city|, |BP_stateprovince|, |BP_country|</span>
    <br>
    <br>
    <span>I am |BP_iam|</span>
    <br>
    <br>
    <span>|BP_profile_url|</span>
    <br>
    <span>Profile</span>
    </p>
    </div>
    <div style=’float:left;width:20%’>
    |full_avatar|</div>’

    Plugin Author locateanything

    (@locateanything)

    Hello,
    You can create a link this way:
    <a href="|BP_profile_url|">Profile</a>

    Thread Starter Abe

    (@abu117)

    I tried that also..now no link shows at all , or the word “Profile”

    <div style=’float:left;width:70%’>
    <p>
    |user_firstname|
    <br>
    <br>
    <span>|BP_city|, |BP_stateprovince|, |BP_country|</span>
    <br>
    <br>
    <span>I am |BP_iam|</span>
    <br>
    <br>
    <span>Profile</span>
    <br>
    </p>
    </div>
    <div style=’float:left;width:20%’>
    |full_avatar|</div>

    Thread Starter Abe

    (@abu117)

    As you can see in the example above, the HTML is correct as it shows the word “Profile” as a hyperlink. However, on the tooltip, nothing shows up.

    Thread Starter Abe

    (@abu117)

    Managed to find the issue πŸ™‚ I just needed to style the link color as it was there all along πŸ™‚

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Missing BuddyPress Tab’ is closed to new replies.