Forum Activity for @ultrajam

SteveX
@ultrajam
01/21/18 03:01:12PM
2,587 posts

An error was encountered loading the media URL


Using Jamroom

Which audio player are you using?
SteveX
@ultrajam
01/21/18 02:19:53PM
2,587 posts

An error was encountered loading the media URL


Using Jamroom

But really, if you've deleted the media but not the audio item, don't you need to delete the items you broke rather than hiding the error?

Best to do this:
Find the broken items and delete them.

If you don't do that you will have to spend many hours or days on this in the future. Best to fix the problems with your deleted audio NOW - do it once, not over and over and over again.
updated by @ultrajam: 01/21/18 03:00:33PM
SteveX
@ultrajam
01/21/18 02:17:40PM
2,587 posts

An error was encountered loading the media URL


Using Jamroom

It depends which player you are using.

If it's blue monday look in jrAudio_blue_monday.tpl
SteveX
@ultrajam
01/21/18 07:17:55AM
2,587 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,587 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,587 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,587 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,587 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,587 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.
  19