Forum Activity for @blindmime

blindmime
@blindmime
07/07/15 06:56:03AM
772 posts

jrGeo_location usage


Using Jamroom

Yeah, the service is $15/mo. Sometime in the future I'm going to need something that is accurate by 2 train changes.

What would be useful is if jrGeo_location could display the distance between two zip codes. But I'd need accurate data for that as well, of course.
updated by @blindmime: 07/07/15 06:57:09AM
blindmime
@blindmime
07/07/15 05:09:20AM
772 posts

jrCore_list search with multiple values


Using Jamroom

I have a quota called Service. I have a field called profile_category which can have multiple values like "Dining,Bar Service,Catering".

I have a quota called Category with profiles named with the possible profile_category values (Dining, Bar Service, etc.). On these profile index pages I want to list 5 Service profiles with a profile_category value which equals $profile_name. For instance, on the Dining profile index page I want to list 5 Service profiles that have chosen Dining as a profile_category.

I can use search2="profile_category = `$profile_name`" as long as profile_category has only one value, but if a Service profile choose more than one category (like Dining,Bar Service,Catering) that won't work.

What's the answer?
updated by @blindmime: 08/08/15 09:01:24AM
blindmime
@blindmime
07/05/15 05:12:39AM
772 posts

jrGeo_location usage


Using Jamroom

Ha -- I think I'm after getting accurate results, which is presumably what anyone using this module is after.

This service appears to be accurate:

http://www.ipaddresslabs.com/IP-GeoLoc-ip-address-geolocation-locator-lookup-database-software-geography-country-region-state-county-province-city-postal-zip-code-metro-area-code-latitude-longitude@IP-GeoLoc
updated by @blindmime: 07/05/15 06:01:23AM
blindmime
@blindmime
07/04/15 04:45:44AM
772 posts

jrGeo_location usage


Using Jamroom

As I said, " these don't reflect where I'm actually at."

The information is wrong so it's useless. It's not even close. I'm in Utah. When I'm viewing from home it just sticks me in the middle of the U.S. This data above is when I'm at the office. Assuming I don't need to configure anything else, it doesn't appear to offer a reliable method to display relevant distance-related profiles to a user based on ip.

However, if I can feed a street address from profile information, compiling longitude/latitude and deriving a distance between two points, I could then display profiles within a certain circle of distance.

The doc examples show seeding ip's but since that seems unreliable, can we seed something else?
updated by @blindmime: 07/04/15 05:05:21AM
blindmime
@blindmime
07/02/15 08:29:24AM
772 posts

jrGeo_location usage


Using Jamroom

In the office I'm getting:

DMA Code 512
Metro Code 512
Area Code 410
Longitude -76.4394
Latitude 39.3343
City Middle River
Postal Code 21220
Region MD
Country Name United States
Country Code US
Country Code 3 USA

So I guess it's set up, but these don't reflect where I'm actually at. I'm guessing I need to do something else to make this useful?
blindmime
@blindmime
07/02/15 04:48:03AM
772 posts

jrGeo_location usage


Using Jamroom

I have jrGeo_location template code in my index.tpl template:
{jrGeo_location template="DMA Code %dma_code%"}
{jrGeo_location template="Metro Code %metro_code%"}
{jrGeo_location template="Area Code %area_code%"}
{jrGeo_location template="Longitude %longitude%"}
{jrGeo_location template="Latitude %latitude%"}
{jrGeo_location template="City %city%"}
{jrGeo_location template="Postal Code %postal_code%"}
{jrGeo_location template="Region %region%"}
{jrGeo_location template="Country Name %country_name%"}
{jrGeo_location template="Country Code %country_code%"}
{jrGeo_location template="Country Code 3 %country_code3%"}
Which displays this:
DMA Code 0
Metro Code 0
Area Code 0
Longitude -97
Latitude 38
City
Postal Code
Region
Country Name United States
Country Code US
Country Code 3 USA

I've upload the city .dat file via the module's tools tab. Am I missing anything?

Eventually I want to be able to show profiles to users based on the user's location. If they're within a certain distance based on the profile's zip code would be great.
updated by @blindmime: 08/06/15 03:56:11PM
blindmime
@blindmime
07/01/15 07:00:11AM
772 posts

Profile Index display based on quota id


Design and Skin Customization

Thanks, Paul. I thought I had it this way at first, but evidently not. This works, of course.
blindmime
@blindmime
07/01/15 05:09:01AM
772 posts

Profile Index display based on quota id


Design and Skin Customization

I have a something I want to display in profile_index.tpl if a profile belongs to a quota ID of 1. When I code {if $profile_quota_id = 1} some text{/if} it displays "some text" on all profiles (which is not correct).

However, if I code {if $profile_quota_id != 3} it displays "some text" on profiles other than ID 3 (which is correct). But if I use this method I'd need to do something like {if $profile_quota_id != 3 || $profile_quota_id != 2 || $profile_quota_id != 4 etc} just to display this on quota ID 1 profiles. Is that the only way of doing this?

If not, what is the best way to do what I want to do?
updated by @blindmime: 08/04/15 02:00:54AM
blindmime
@blindmime
06/20/15 07:52:57AM
772 posts

foxycart upgrades


Suggestions

I am also interested in seeing this happen. I just came from the discussion here:

https://www.jamroom.net/the-jamroom-network/forum/suggestions/20953/merchandise-store

One addition I suggest is price variations. For instance +$2 for 3XL sizes. So for a t-shirt you'd want the possibility for multiple variations (color, size, brand) and assign price premiums to them (extra costs). So you have a base price and then possibility for premiums on variations.

Many cart systems also allow assigning images for variations so when a user chooses a color, that image is displayed. This would be an added nicety.
blindmime
@blindmime
06/19/15 03:56:25AM
772 posts

Creating a Tips profile


Using Jamroom

I wanted to create a profile named "Tips" but after entering the info it tells me the page can't be found. But if I browse profiles the Tips profile shows in the profile list, so the profile is actually created, it just can't be accessed. Then I realized there's the jrTips module which probably causes domain.com/tips to be off limits.

I wonder if this is something Jamroom should check for?
updated by @blindmime: 07/26/15 06:12:56PM
  34