Forum Activity for @michael

michael
@michael
01/06/14 08:35:56PM
7,832 posts

An Easier Way For Embedding a song player in a blog


Using Jamroom

Do what douglas said ^^.

Get the song id and put it in that # mark. You don't even need to go to the datastore to figure it out. its in the url of the details page.

eg:
http://www.mixposure.com/don-nivens/audio/15198/under-the-wing-of-an-angel

the audio id would be 15198 so the total code would be:
[ jrEmbed module="jrAudio" id="15198" ] 

updated by @michael: 01/06/14 08:36:12PM
michael
@michael
01/06/14 08:15:02PM
7,832 posts

Please can someone assist with this


Using Jamroom

@andre1122 Got some stuff here to help you get started:

For general Jamroom user stuff, check out this course, its free:

"Start Your Own Online Community"
http://www.udemy.com/start-your-own-online-community

and it runs through getting started with Jamroom 5.

Then if you want to move on to skin development and module development, check out this one:

"Developers Guide to Customizing Jamroom"
https://www.udemy.com/developers-guide-to-customizing-jamroom/

It costs $29 if you purchase it directly at udemy, but its Free to all subscribers to the backstage here at jamroom.net/subscribe. (and thats $29/year so a much better deal.)

and if you still want more, @b360 and I tested out doing live sessions yesterday via "Google Hangouts On Air" which worked pretty well.

Hoping to schedule a few more of them to talk to other developers and chat about jamroom development.

You can see the results of that on our youtube channel:
http://www.youtube.com/user/jamroomdotnet
michael
@michael
01/06/14 08:06:46PM
7,832 posts

Latin artist names showing wrong


Using Jamroom

ouviste:That is the problem, having the url generated by the name, specially if you have a non English website.

True, nothings perfect. The alternative is urls like /user123456/ and thats ugly, or an additional box to enter the URL you want, and thats more work.

What do you think the best setup is for ease of use for everyone but still acceptable for your use-case?
michael
@michael
01/06/14 08:03:48PM
7,832 posts

Purchase license again ?


Using Jamroom

Here on jamroom.net the way we have it setup is when you are logged in, all urls are https and when your logged out you can visit either.

There are times when I go directly to a http link and am logged in and it will say "Please login". At those times i change the url to https in the address bar and it all comes right again.

So how you want to set it up is up to you.
michael
@michael
01/05/14 09:06:48PM
7,832 posts

Latest Comments on Frontpage


Using Jamroom

I will get the jrComments module updated. That video is for anyone who wants to know _how_ to do it so they can do it in other locations.

Actually with it you could change your site to look how you want it to look if you wanted to change anything. So you can use it to if you want.

I'll get the jrElastic skin changed up, so you don't need to change it as it should do that since its the core skin.
michael
@michael
01/05/14 08:16:45PM
7,832 posts

Latest Comments on Frontpage


Using Jamroom

Here is how to do it just in case you need to do it in other locations, made a video. :)

"HowTo: Change the way a list item looks in a skin"
https://www.jamroom.net/the-jamroom-network/documentation/howto/1551/howto-change-the-way-a-list-item-looks-in-a-skin
michael
@michael
01/05/14 07:55:32PM
7,832 posts

Gobsmackingly Awesome


Off Topic

That is impressive.
michael
@michael
01/05/14 07:02:48PM
7,832 posts

Latest Comments on Frontpage


Using Jamroom

Throw a {debug} into the row template and see if the URL parmeters are in there.

If its just the default item_list.tpl from the comments module, you might have to add your own template for the comments on the front page.

use the template="my_custom_comments_template_name.tpl" call in your call that is listing the comments and add in the link. You probably dont want to show the link to the comment on the page where the comment actually is because that would be a link to the page your already on.

--edit--
flag that, thought it was something custom you were doing. Its part of the skin, i'll get it fixed up.
updated by @michael: 01/05/14 07:09:44PM
  747