Forum Activity for @michael

michael
@michael
01/25/17 01:26:08PM
7,826 posts

Embedding a flash player into external sites


Design and Skin Customization

The one built into jamroom should be fine. There are lots of ways to do it.

My first choice would be to see how well an iframe'd page works.

create a file in your skin embeded_video.tpl (or whatever you want to call it.) That page will be accessible at the url
yoursite.com/embeded_video (or whatever you called it.)

Then structure the code to just output a player.

This code should work in its own template to play video id #5
{jrCore_include template="meta.tpl"}
<body>
{jrCore_media_player module="jrVideo" field="video_file" item_id=5}
</body>
</html>

Then swap out the item_id=5 for a selection mechanism to identify which video you want to play. maybe from the address bar, but there are other ways. Not sure how you're wanting to do it so hard to offer advice.
michael
@michael
01/25/17 01:04:10PM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

see if it looks right on your site now.
michael
@michael
01/25/17 01:03:12PM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Think this is good:
{jrCore_list module="jrAction" search1="action_module != jrFollower"  search3="action_original_item NOT_LIKE jrProfile:%" order_by="_item_id desc" pagebreak=50 page=$_post.p}
michael
@michael
01/25/17 12:34:35PM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Strumelia:....
Michael I don't understand why I can't fix this simply by adding the (above) old code line back again into my current skin's index_activity.tpl ...since apparently that code got left behind during my jr5-t-6 update? (what with the timeline/array stuff associated with that update). Between adding it back to my skin index_activity, and the reference to it I've added back to my skin's index.tpl that I did with Douglas in the beginning of this thread... why wouldn't that work?....
It probably will, it will be the first thing I try.

But if there is an error, I expect it to come from the variable names being changed from the old activity system.

From jr5 to jr6 there was a lot of work done around the timeline area.

So the concept is the same, we want to not show the profile comments, but whether the variables are the same or not, im not certain.

so the steps I would take are:
* add that exact code in, see what happens.

If it works, it works. fine. if it doesnt work, put a {debug} in at that location and find out what the variables I want are, then adjust that line to use the correct variables.

That I expect would work.
michael
@michael
01/25/17 02:07:56AM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Its late here now, I'll get you sorted out tomorrow. :)
michael
@michael
01/25/17 02:05:05AM
7,826 posts

Problem with search conditions


Design and Skin Customization

brian:
This SHOULD work:

_profile_id != 1

Make sure you have a SPACE between "!=" and "1".

That is working for me here.
michael
@michael
01/25/17 02:00:58AM
7,826 posts

Embedding a flash player into external sites


Design and Skin Customization

couple of steps to that process. The Playlist player can already do it, steps are here:

Docs: "HowTo: embed the playlist player in an external site"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1556/howto-embed-the-playlist-player-in-an-external-site

Same idea for any of the other systems though, get a page that just shows whatever player you want and nothing else, then embed that page wherever you want it.

Check out the ALLOW_ALL_DOMAINS section from this doc:

Docs: "HowTo: allow streaming from other sites (embedding players in other websites)"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1515/howto-allow-streaming-from-other-sites-embedding-players-in-other-websites
michael
@michael
01/23/17 07:17:35PM
7,826 posts

Audio not processing


Installation and Configuration

ask the godaddy techs if the server has its own ffmpeg. Then set the path to that binary via the steps here:

Docs: "HowTo: Use a different FFMPEG binary"
https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary

I have a dev server setup on my macbook pro and it doesnt work with the ffmpeg provided by jamroom. So I needed to install ffmpeg that works on osx then make the changes in that doc to the config.php file to get jamroom to use that instead of the one provided by jamroom.

(personal opinion: of all of the hosting companies out there GoDaddy is my least favorite. They are OK for domain names, but I'd steer clear of their hosting if possible.)
  280