Forum Activity for @ultrajam

SteveX
@ultrajam
02/21/17 01:58:07AM
2,584 posts

We're buildng an FAQ for jamroom.net. Which Questions should be on it?


Using Jamroom

Maybe a category about customisation?

How easy is it to change the way my Jamroom looks? (css and image overrides)
How easy is it to change the way my Jamroom is layed out? (skin templates)
How easy is it to change the way my Jamroom works? (by installing modules and quota configuration)
How easy is it to add to Jamroom functionality? (template overrides, make a suggestion, and custom modules)
SteveX
@ultrajam
02/18/17 03:40:36PM
2,584 posts

Verify User is Profile Owner


Jamroom Developers

{if jrProfile_is_profile_owner($_profile_id)}
    the profile owner sees this
{/if}
SteveX
@ultrajam
02/18/17 06:00:52AM
2,584 posts

Execute JS after User Login


Jamroom Developers

In that case it might be difficult to do that way.

Could you direct the user to a different page on their profile on login (one that only they will see), and there provide a button to continue to their profile?

If so, take a look at the TOS module which does something similar.
SteveX
@ultrajam
02/18/17 04:19:35AM
2,584 posts

Execute JS after User Login


Jamroom Developers

Try logging in and look at the source of the page you end up on. It will only be written to the page after login, not on any other.
SteveX
@ultrajam
02/18/17 02:53:12AM
2,584 posts

Execute JS after User Login


Jamroom Developers

Does it appear in your html source?
SteveX
@ultrajam
02/17/17 02:10:47PM
2,584 posts

Execute JS after User Login


Jamroom Developers

Untested, but you could try this:
function sdContestMWUser_login_success_listener($_data,$_user,$_conf,$_args,$event)
{ $tmp = array("alert('TEST: Alert On SignIn');"); jrCore_create_page_element('javascript_footer_function', $tmp); }
SteveX
@ultrajam
02/16/17 12:20:31PM
2,584 posts

How do we set up Google Map so it works over SSL on ou site?


GoogleMaps

You are welcome!

I'm not using Google maps in my current job, so thanks for reporting the problem :)
SteveX
@ultrajam
02/16/17 11:49:43AM
2,584 posts

How do we set up Google Map so it works over SSL on ou site?


GoogleMaps

I've updated the module to v1.0.8 which should work better on SSL sites.

Can you give that a try and let me know how that works for you?

Thanks!
SteveX
@ultrajam
02/16/17 02:19:07AM
2,584 posts

How do we set up Google Map so it works over SSL on ou site?


GoogleMaps

Do you have a link to a page where it isn't working?

Thanks
  47