Missing BuddyPress Tab
-
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?
-
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-
This reply was modified 8 years, 2 months ago by
locateanything.
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?
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
Thanks so much for clarifying π
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 π
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”?
`<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>’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>’Hello,
You can create a link this way:
<a href="|BP_profile_url|">Profile</a>-
This reply was modified 8 years, 2 months ago by
locateanything.
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>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.
Managed to find the issue π I just needed to style the link color as it was there all along π
-
This reply was modified 8 years, 2 months ago by
The topic ‘Missing BuddyPress Tab’ is closed to new replies.