Forum Activity for @ultrajam

SteveX
@ultrajam
06/07/14 02:13:33AM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

That was a freebie ;)

You'd want to add your own show/hide in your skin template if that is important for your app.
SteveX
@ultrajam
06/03/14 12:58:37PM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

Great! Glad to hear that :)

And thanks for your patience with finding that bug, I just made you a marketplace LifeStreams license (let me know if that doesn't show up in the right place/site in your marketplace).
SteveX
@ultrajam
06/03/14 08:11:40AM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

Theres a new version in the marketplace to fix this so give that a try.

This is what you need in jrNova/blog_row.tpl (inside the foreach):
{ujGoogleMaps_map name="itemmap" map=$item module="jrBlog" height="150" width="300"}

This is a multimap in the same template (outside the foreach):
{ujGoogleMaps_map name="anothermap" map=$_items module="jrBlog" height="150" width="300"}
SteveX
@ultrajam
06/03/14 07:27:02AM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

Ok, I've reproduced the behaviour exactly as seen on your site, so its a bug.

I'll get that sorted out and a new version uploaded later today.
SteveX
@ultrajam
06/03/14 06:21:03AM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

It isnt Nova, I've tested on that, and 5.2 was tested this morning.

Is the list row template in the skin dir as well? Or is it the jrBlog template edited in the ACP template editor? Although it looks as though the tpl is doing its job, the script isn't making it into the head.

Thanks
SteveX
@ultrajam
06/03/14 01:42:03AM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

That looks right except the google scripts aren't loading. Can you check the version of ujGooglemaps, and also let me know which version of the core you are running. Also take a look at your error log and see if there is anything in there related to google or googlemaps.

I've compared my local files to the marketplace download and they are identical, so there must be a reason why.

This should work in your list template:
{ujGoogleMaps_map name="itemmap" map=$item module="jrBlog" height="150" width="150"}

Check that there are no other googlemaps calls which might be producing errors.

Also give it a try in a blog item_detail template to see if you can get a map showing anywhere.

It looks like the map javascript for the item is fine, but the script link to google isn't making it into your javascript_href in the head. Are you running an older version of the core?
updated by @ultrajam: 06/03/14 02:04:11AM
SteveX
@ultrajam
06/03/14 01:01:58AM
2,589 posts

Cant download my own items from jamroom.net profile


Jamroom Developers

Using the download button for ujGooglemaps in the marketplace (both Downloads and on the ultrajam profile) results in a white page with error:
Quote: Error: Invalid media item - item must be purchased to be downloaded
Thats for me logged in as the profile/item owner. Same for the download button in all list views and the file itself on the item update page.

I've tried creating a license for myself, but still cant download. Cant get it via the marketplace installer as there is a core update blocking it.


updated by @ultrajam: 07/16/14 09:43:06PM
SteveX
@ultrajam
06/02/14 02:36:19AM
2,589 posts

jrCore subdir issue - cannot copy cache files


Installation and Configuration

It probably isn't this, but worth mentioning just in case.

In your jamroom htaccess file change
Options +FollowSymLinks

to
Options +SymLinksIfOwnerMatch

I need to do that in a virtualmin setup on ubuntu, drupal uses that by default.
SteveX
@ultrajam
06/01/14 06:41:35PM
2,589 posts

hiding a google map with no info added yet


GoogleMaps

Try taking out skin=true

I think that should work for you, let me know.

Thanks
  154