Forum Activity for @ultrajam

SteveX
@ultrajam
02/19/15 03:36:44PM
2,587 posts

forum posting issues


Ning To Jamroom

It's probably something you have edited.

When you say "get kicked to the use profile and dont", what do you actually mean?
SteveX
@ultrajam
02/19/15 03:10:51PM
2,587 posts

forum posting issues


Ning To Jamroom

You should see your replies.
SteveX
@ultrajam
02/19/15 02:34:11PM
2,587 posts

Brackets / Atom


Off Topic

Treble that!

I installed creative cloud and thought it was a good thing that the live mode worked all of a sudden. :)

But it takes 30 secs to figure it out and reload. I can refresh my browser much quicker than that. :(
SteveX
@ultrajam
02/19/15 12:59:11PM
2,587 posts

Brackets / Atom


Off Topic

BBedit on my laptop.

Dreamweaver (yuck) and Brackets on my work pc.

So I often take my laptop to work.
SteveX
@ultrajam
02/18/15 05:04:02PM
2,587 posts

Google Maps Module


Off Topic

There is a forum for GoogleMaps here:
https://www.jamroom.net/ultrajam/forum/googlemaps
SteveX
@ultrajam
02/18/15 05:02:47PM
2,587 posts

Google Maps Module


Off Topic

I can see your payment, so you should be able to see it in your marketplace and install it from there. No need to sign out or anything like that.
SteveX
@ultrajam
02/18/15 03:05:35PM
2,587 posts

Keeping cluster updated


Using Jamroom

Just mentioning as it feels relevant, I really like the marketplace channels.

I'm using that this week (on a single server, so probably not entirely relevant) where I don't have ftp or ssh access. Not 100% convenient workflow on what is essentially a dev server, but so far it is working very well :)

Best thing for this situation is that I can show someone how to keep the jamroom up to date with both standard and custom modules and skins from a simple marketplace interface, and they don't need to know about the server/ftp/version control.

Marketplace is very cool Brian :)
updated by @ultrajam: 02/18/15 03:06:34PM
SteveX
@ultrajam
02/18/15 09:35:38AM
2,587 posts

How to Separate Items - Include Only Some


Ning To Jamroom

Use the exclude parameter.
SteveX
@ultrajam
02/18/15 02:35:42AM
2,587 posts

Changelog Request / Suggestion


Suggestions

Just for interest, theres a github project looking at changelogs:
http://keepachangelog.com/

All I use the Jamroom changelog for is to quickly look to see what has changed before updating the module from the marketplace.

If I need to know where code has changed I compare (diff) directories so that the code is right there in front of me when I click on each change. I do that directly in my text editor (BBedit), but there are many stand alone tools as well. I can't imagine how inconvenient it must be to want a list of changed files and line numbers in order to look up changes.
updated by @ultrajam: 02/18/15 02:36:11AM
SteveX
@ultrajam
02/17/15 11:23:56AM
2,587 posts

Can I not use arithmetic in search?


Jamroom Developers

Are you trying to find nearby profiles? If so, try something like this:

{$max_lng = $profile_longitude + 0.02}
{$min_lng = $profile_longitude - 0.02}
{$max_lat = $profile_latitude + 0.02}
{$min_lat = $profile_latitude - 0.02}

{jrCore_list module="jrProfile" search1="profile_longitude < `$max_lng`" search2="profile_longitude > `$min_lng`" search3="profile_latitude < `$max_lat`" search4="profile_latitude > `$min_lat`" limit=100 order_by="_created desc"}

If you are then mapping those points, you might want to use a square map as all of those points will be within a square.
updated by @ultrajam: 02/17/15 11:27:22AM
  113