Forum Activity for @ultrajam

SteveX
@ultrajam
02/17/15 11:16:50AM
2,587 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

The lat and lng will draw a map with that lat/lng at the center.

If you want to draw a map with multiple items on it, you'd want to add the $profile_latitude and $profile_longitude your $_items array in the expected place (profile_googlemaps_lat and profile_googlemaps_lng).

This is untested, but you could try something like this:
{foreach $_items as $key => $val}
  {$_items[$key].profile_googlemaps_lat=$profile_latitude}
  {$_items[$key].profile_googlemaps_lng=$profile_longitude}
{/foreach}
or this:
{foreach $_items as $key => $val}
  {$_items.$key.profile_googlemaps_lat=$profile_latitude}
  {$_items.$key.profile_googlemaps_lng=$profile_longitude}
{/foreach}

Then pass the $_items array into the map parameter:
{ujGoogleMaps_map module="jrProfile" name="countywide" map=$_items height="300" width="100%" map_type="hybrid"}

updated by @ultrajam: 03/10/15 04:13:57PM
SteveX
@ultrajam
02/17/15 05:16:14AM
2,587 posts

RSS Output needed in forums


Suggestions

michael:Does anyone actually follow RSS feeds. I've not followed any in Years. Do you?

I do. I use a feed reader to keep track of blogs which sometimes have articles on things I am interested in, but not enough to visit regularly.

I usually check the feed reader every couple of weeks, scan quickly through the headlines and open anything that sounds interesting.
SteveX
@ultrajam
02/17/15 04:55:15AM
2,587 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

If you have mappable data in the $_items array you probably don't want lat and lng parameters as they will be provided by each item in the array.

You probably want jrProfile as the module (not sure that that would break it though). Have you seen the jrProfile docs here?:
https://www.jamroom.net/ultrajam/documentation/modules/1770/googlemaps#profile-maps
SteveX
@ultrajam
02/16/15 01:58:54PM
2,587 posts

How to get UjCategories


Archived

Invite sent, add the channel and you should be able to install ujCategories
SteveX
@ultrajam
02/13/15 05:06:03AM
2,587 posts

How to get UjCategories


Archived

Sure, but you'll have to give me more of a clue as to which one is you.
SteveX
@ultrajam
02/13/15 04:47:03AM
2,587 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

I have absolutely no idea about site builder I'm afraid, I have never even installed it and don't kow how it works.
SteveX
@ultrajam
02/12/15 04:14:45PM
2,587 posts

adding a featured playlist to profiles


Ning To Jamroom

Don't mark something as a user tip if it's just another support request?
SteveX
@ultrajam
02/12/15 04:03:10PM
2,587 posts

adding a featured playlist to profiles


Ning To Jamroom

You removed the (perfected) from the title, thanks man.
  114