Forum Activity for @michael

michael
@michael
05/14/14 06:04:04PM
7,832 posts

Setting up website, got new solo package,couple queries about editing the home page


Installation and Configuration

nellyslideguitar:how do you change/set the clip length,in audio player(at moment its 5 secs)

Here are some related topics:
"Stream Lenght"
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/6990/stream-length

"How do i set the stream time"
https://www.jamroom.net/the-jamroom-network/forum/off-topic/4863/how-do-i-set-the-stream-time

"audio plays full length"
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/5589/audio-plays-full-length

If none of those help you with your situation, feel free to open a new thread.
michael
@michael
05/14/14 06:00:03PM
7,832 posts

Setting up website, got new solo package,couple queries about editing the home page


Installation and Configuration

Probably best to ask one question per thread. It makes it easier to answer and also easier to find answers later on when you are using the 'search' system.
michael
@michael
05/14/14 05:55:57PM
7,832 posts

RSS feeds for each host?


Using Jamroom

It looks like something is malformed in your xml file.

you can use this online service to check that your XML is valid.
http://validator.w3.org/#validate_by_uri

This is your page:
http://validator.w3.org/check?uri=http%3A%2F%2Fpulse.bamradionetwork.com%2Ffeed%2Fradio%2Fgrammar-girl&charset=%28detect+automatically%29&doctype=Inline&group=0

it shows XML errors.

Looks like you need an end
<description>
in there.

<item>
    <title>{$item.title}</title>
    <link>{$item.link}</link>
    <description>
    {if $_post.module == 'jrAudio'}
        Listen to this song here: {$jamroom_url}/{$item.profile_url}/{$module_url}/{$item._item_id}/{$item.audio_title_url}
    {else}
        {$item.description|jrCore_format_string:$item.profile_quota_id|strip_tags}
    {/if}</description>
    <pubDate>{$item.pubdate}</pubDate>
</item>
michael
@michael
05/13/14 10:24:53PM
7,832 posts

New Issue with iFrames and Scripts


Design and Skin Customization

reminds me of IE6 issues:
* "Your site is broken"
* "Nope, your browser is broken"
....(repeat)
michael
@michael
05/13/14 09:53:32PM
7,832 posts

Setting up website, got new solo package,couple queries about editing the home page


Installation and Configuration

nellyslideguitar:Can you tell me how and where i change the css settings.
They are alterable in 2 locations. (choose which one you're comfortable editing):
* via the 'Style' tab on your skin in the ACP (YOUR-SITE.com/core/skin_admin/style/skin=jrSoloArtist)
* via the .css files in the skin. edited then uploaded via FTP( /skins/jrSoloArtis/css/*.css)

nellyslideguitar:can i upload recent vids on solo bundle ? if so how ,and where is it done.
Yes. The solo skin requires you to set the profile id of a single profile to be used on the main page. Upload videos to that profile and they will appear on the main page.
eg: for the demo the upload page would be
http://demo.jamroom.net/jrSoloArtist/elvis-fontenot/video

nellyslideguitar:please can you navigate me e.g. system-picture-file-folder type thang.

You are using the 'SoloArtist' skin. That skin is a bit special because it takes a system (Jamroom) that is built on the concept of a community and reduces that to just a single profile.

That doesn't change the way jamroom works. At its core, jamroom is a community system so even though you are using it to display only one artist, the system is still the same. "Everything you add, you add to your profile."

So just figure out which profile is the main one you are using and upload to that.
michael
@michael
05/13/14 09:39:44PM
7,832 posts

Allowing users to create audio directly on the site? (Similar to BlogTalkRadio)


Using Jamroom

We generally try to steer clear of building any one thing for only 1 person as it limits what we can then do for the entire community.

Options:
* sponsor development of that module for the entire community to use.
* hire an independent developer to build it just for you. (we have the freelance job board to post on here https://www.jamroom.net/job/open )
michael
@michael
05/13/14 09:35:16PM
7,832 posts

I need some help creating a CSS map


Using Jamroom

Why don't you design a system @izhmel that you would understand, then explain it to us in a way that allows us to build it.

Something that is simple enough for you to be able to use without thinking about it.
michael
@michael
05/13/14 03:16:24AM
7,832 posts

New Issue with iFrames and Scripts


Design and Skin Customization

This seams related:

"How to display non-SSL images on HTTPS connection?"
http://stackoverflow.com/questions/765779/how-to-display-non-ssl-images-on-https-connection

Quote: you can make your own ssl proxy.

Run all the images through this script. Just make a file and put this PHP code inside. Use curl or file_get_contents to echo out the content.

So if you want to call the secure image, you call it like this:........
michael
@michael
05/13/14 02:34:05AM
7,832 posts

Is there any way of changing the paypal into sterling


Design and Skin Customization

right now its hard coded into the jrPaypal module in the jrPayPal_create_buy_now_url() function
'currency_code' => 'USD',

to be USD.

That would need to be changed to whatever the code for sterling is if paypal accepts that currency.

Noted as a feature request:
https://www.jamroom.net/the-jamroom-network/tracker/557/add-other-currency-options-to-jrpaypal-module
  696