Forum Activity for @michael

michael
@michael
03/28/14 10:46:19PM
7,832 posts

Meta Tags Not Working


Design and Skin Customization

meta.tpl is included in the header. Its right at the top of the flow of things, so your not going to be able to get the track name out there if the track name is only introduced later on.

use {debug} to figure out what variables you have available to you. What is there is different in each template.

"{debug}"
http://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
michael
@michael
03/28/14 10:37:48PM
7,832 posts

jrComment Notifications


Using Jamroom

Looking in the notifications tab here on Jamroom.net I see "new comment posted" ( https://www.jamroom.net/user/notifications) as an option. If thats set to "Send Email" does it give you the result you're looking for?

If you need to go further, then the 'events' and 'listeners' system will provide a way to do it.

"Events and Listeners"
http://test.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners
michael
@michael
03/28/14 10:34:21PM
7,832 posts

ProJam Index Page - Reviews & Articles Tab


Using Jamroom

What have you tried so far?
michael
@michael
03/27/14 03:16:54AM
7,832 posts

whats the html tag for audio and video (JR5)


Using Jamroom

Try this:
{jrCore_media_player type="jrAudio_button" module="jrProfile" field="profile_audio" item_id=$_profile_id image="small_button"}
michael
@michael
03/26/14 11:08:02PM
7,832 posts

Bootstrap Skin


Design and Skin Customization

I added this code to my main css file:
#modal_window {
    position: absolute;
    z-index: 1200;
}
seams to do the same thing.

Either's fine, but if possible its nice to avoid changing bootstrap, so then you can get it delivered via a CDN rather than stored locally.
michael
@michael
03/26/14 08:01:42PM
7,832 posts

Jamroom licenses


Installation and Configuration

nice. Go to the 'system check' page under SYSTEM CORE - TOOLS - SYSTEM CHECK too to see that the system is setup correctly.

yoursite.com/core/system_check

You need to enter the marketplace license info from
https://www.jamroom.net/networklicense/licenses

into there to get module updates of stuff you own.
michael
@michael
03/26/14 05:18:40PM
7,832 posts

Jamroom licenses


Installation and Configuration

download the latest version from
https://www.jamroom.net/download

The marketplace only became a thing from JR5.1 so you probably don't have it.

Its real good for keeping JR5 up to date.
michael
@michael
03/25/14 10:48:56PM
7,832 posts

Where may I find the following on vimeo and soundcloud.


Installation and Configuration

For soundcloud:
http://soundcloud.com/you/apps

Register a new application

- Client ID
- Client Secret

will be given.
michael
@michael
03/25/14 10:46:24PM
7,832 posts

Where may I find the following on vimeo and soundcloud.


Installation and Configuration

Go here:
https://developer.vimeo.com/apps

Create a new app (enter your site name.)

click on the 'oAuth' tab. It will show your
"Client Id (Also known as Consumer Key or API Key)"
"Client Secret (Also known as Consumer Secret or API Secret )"
michael
@michael
03/25/14 07:13:20PM
7,832 posts

embeddable players


Using Jamroom

sure, you can use any player you like. Its just a template.

Everywhere that uses a player asks for the template to be used. You can use anything.
  717