Forum Activity for @ultrajam

SteveX
@ultrajam
01/21/18 07:17:55AM
2,584 posts

Online accessibility, and alt text as an example


Using Jamroom

Use a browser plugin or online page checking tool:
http://wave.webaim.org/extension/

Then adjust your templates to your required standard.
SteveX
@ultrajam
01/20/18 06:50:31AM
2,584 posts

Elastic 2 Footer Issue


Design and Skin Customization

I agree with your first point, it should be jrCore_system_name

For the social links, are you entering "https://twitter.com/" as part of the profile url in skin settings? You should just enter the profile_url e.g. "jamroom" rather than "https://twitter.com/jamroom"
                        {if strlen($_conf.jrElastic2_twitter_url) > 1}
                            <a href="https://twitter.com/{$_conf.jrElastic2_twitter_url}">{jrCore_image image="sn-twitter.png" width="40" height="40" class="social-img" alt="twitter" title="Follow @{$_conf.jrElastic2_twitter_url}"}</a>
                        {/if}
Then both the url and the link title (Follow @jamroom) will be correct.
SteveX
@ultrajam
01/19/18 05:52:06PM
2,584 posts

Admin


Using Jamroom

You have to create an account for each site on jamroom hosting.

Create a new admin account for the new site.
SteveX
@ultrajam
01/18/18 06:02:52AM
2,584 posts

quota_jrProfile_privacy_changes and admin


Using Jamroom

Hi Paul

Admin can always see the profile, but when Admin changes a profiles privacy it doesn't make any difference.

From jrProfile_show_profile line 2506:
        // get profile privacy
        $priv = $_rt['profile_private'];
        if (isset($_rt['quota_jrProfile_privacy_changes']) && $_rt['quota_jrProfile_privacy_changes'] == 'off') {
            $priv = (int) $_rt['quota_jrProfile_default_privacy'];
        }
SteveX
@ultrajam
01/18/18 05:07:32AM
2,584 posts

quota_jrProfile_privacy_changes and admin


Using Jamroom

This has had me confused for a while:

If a profile quota has quota_jrProfile_privacy_changes set to "off", admin still sees the privacy options in profile settings but changing the setting has no effect.

Shouldn't that dropdown be disabled, or not appear at all? Or should admin be able to override that setting for a profile?
updated by @ultrajam: 04/29/18 01:43:48PM
SteveX
@ultrajam
01/15/18 09:52:14AM
2,584 posts

Share buttons on audio with SHARETHIS


Design and Skin Customization

If you are using a browser with some kind of Ad Block don't forget to disable it for your site, otherwise the buttons won't show.
SteveX
@ultrajam
01/15/18 06:56:48AM
2,584 posts

Video stream in Safari


Jamroom Developers

Yes, that must be it - the server responds with a 404 at that point.
Quote: Failed to load resource: the server responded with a status of 404 (Not Found)

When I load the url directly Console shows an error but then continues to play:
Quote: Failed to load resource: Plug-in handled load
SteveX
@ultrajam
01/14/18 05:21:53PM
2,584 posts

Video stream in Safari


Jamroom Developers

Hi Michael, what I described above is this:

Firefox (logged in as admin) video plays, but Safari (logged in as admin) video does not play.
SteveX
@ultrajam
01/14/18 02:09:48PM
2,584 posts

Make my queue worker create other queue tasks, is this viable?


Jamroom Developers

Wonderful, thank you Michael I will check that out tomorrow :)
  19