Forum Activity for @ultrajam

SteveX
@ultrajam
03/18/15 12:53:09PM
2,589 posts

Change password verification


Using Jamroom

Ah okay! That must have been what was going on there then.

Thanks!
updated by @ultrajam: 03/18/15 12:55:20PM
SteveX
@ultrajam
03/18/15 12:33:19PM
2,589 posts

Change password verification


Using Jamroom

This is a report of a possible usability issue. I haven't had a problem myself, but have noticed this being a (minor) problem and source of confusion for 30% of my current new users.

Over the past couple of weeks I have made 10 profile admin logins for 10 different people (all first time jr users) and given each of them the password "changepassword".

I have told each of them (in person, not by email) that they should login and then change their passwords, which they all did right away.

Over the following days 3 people had a problem with their login. All 3 thought they had changed their password, but when I checked their passwords were still "changepassword".

They all remembered changing their password, but did not remember the verification which follows a password change. I hadn't told them that there was a verification after changing their password.

They are all bright people, and used to logging in and out of multiple systems daily. So I'm wondering if that verification could be more obvious, or perhaps a modal window so that they MUST verify or cancel after changing their passwords.

The current verification seems fine to me, and I doubt that it is any kind of bug, but the mild confusion seems significant enough to mention.
updated by @ultrajam: 04/19/15 09:52:13AM
SteveX
@ultrajam
03/18/15 09:59:41AM
2,589 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

You are passing in values $profile_latitude and $profile_longitude which are not numbers or mappable. If they contain a valid latitude and longitude the map and markers will appear.

Try this:
{if isset($_items)}

{foreach $_items as $key => $val}
  {$_items[$key].profile_googlemaps_lat=$_items[$key].profile_latitude}
  {$_items[$key].profile_googlemaps_lng=$_items[$key].profile_longitude}
  {$_items[$key].profile_googlemaps="address placeholder"}
{/foreach}


{ujGoogleMaps_map module="jrProfile" name="testy" marker="infowindow" map=$_items height="300" width="100%" map_type="hybrid" }
SteveX
@ultrajam
03/18/15 07:06:04AM
2,589 posts

Will a ujGooglemaps map appear in a SiteBuilder panel?


GoogleMaps

Ok, so the code related to maps is working, the smarty override to populate your $_items array with mappable data is working as well.

If there is no difference between the code above and your code, the problem lies in your $profile_latitude and/or $profile_longitude data - the values that you are passing in are not mappable, so no map appears.
SteveX
@ultrajam
03/18/15 06:52:44AM
2,589 posts

How to remove links from profile_menu.tpl


Using Jamroom

A loop like a smarty foreach, section or while.
SteveX
@ultrajam
03/18/15 01:36:13AM
2,589 posts

jrElastic user_login.tpl spinner


Using Jamroom

jrElastic user_login.tpl spinner looks for an image here:
http://127.0.0.1/~brianj/Jamroom5/skins/jrElastic/img/submit.gif
updated by @ultrajam: 05/10/15 04:38:46AM
SteveX
@ultrajam
03/17/15 03:55:59PM
2,589 posts

How to remove links from profile_menu.tpl


Using Jamroom

That returns 2 values? I don't think that is possible. Unless you have your profile menu function in a loop.

You can't put it in a loop or you would have 2 menus.

If it returns "2" it will work. If it returns "" it will not work (and you will see the error you are seeing).
updated by @ultrajam: 03/17/15 04:01:27PM
SteveX
@ultrajam
03/17/15 03:48:31PM
2,589 posts

changing /profile page to smaller avatars


Using Jamroom

Jmaroom uses a 12 columns css grid, so divide by 12: col2 = half width, col3 = quarter width...
  104