1. Fred 63
  2. Wishlist
  3. Tuesday, 06 June 2023
  4.  Subscribe via email
Hi,

I've made changes on components/com_comprofiler/plugin/user/plug_hotspots/hotspots.php file in order to choose category according to a CB Field.

For example, 2 categories :
cat id 1 : user with recent coordinates - blue ICON
cat id 2 : user with old coordinates - grey ICON


1/ CB Auto action fill the CB field like this : IF lastupdatedate < 6 month then cb_recent = 1 ELSE cb_recent = 2

2/ Configure Plugin Hotspot :
Hotspots category id : {cb_recent}
(it does work with just "1";)

Changes :
line 290, add :
$category = $params->get('category', 1);


line 318, change
$location['catid'] = $params->get('category', 1);

to
$location['catid'] = $this->replacePlaceholders($category, $user);


Would it be possible to include this in next release please ?
Thanks a lot
Responses (0)


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

Last questions

Integration of Google Map in Jomsocial
Hi team, I would like to know if the version of Hotspot allows to display at ...
4 Replies
Posted on Wednesday, 07 September 2022
Links aus Veranstaltungsübersicht funktionieren ni
Nach der Migration von Joomla 3.10 auf Joomla 5.0.3 treten folgende Probleme auf...
3 Replies
Posted on Monday, 08 April 2024
Issues uploading photos
I figured out my other issues and this is the only one I can't seem to find an a...
1 Replies
Posted on Friday, 21 June 2024
Marker adapted to level of zooming
Hello, I'd like to be able to display a marker showing the number of users on a ...
0 Replies
Posted on Monday, 20 May 2024
Download and install locations from Google
Is there anyway that you can download a list of locations from Google Maps and t...
0 Replies
Posted on Monday, 20 May 2024