Forum Activity for @michael

michael
@michael
02/22/15 02:54:29PM
7,832 posts

popups not working


Using Jamroom

Glad you got it sorted :)
michael
@michael
02/22/15 02:52:32PM
7,832 posts

Add photos to a page using site builder


Using Jamroom

Its documented here:

"Somethings wrong what do I do?"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do

Give that a go first and check again. Then we can narrow down what the issue is. Perhaps try a different browser too, to eliminate that as the issue. We first need to locate what the issue is, then I can tell you how to fix it.
michael
@michael
02/22/15 02:33:55PM
7,832 posts

Question Regarding Seamless Module Function


Using Jamroom

gary.moncrieff:...the point I am trying to convey is this is one of the biggest user experiences issues in Jamroom today...

I'm not sure I agree that the interface for adding Youtube videos should be in the same location as the interface for uploading local content and also Vimeo (or other video type system). That seams strange to me, but its valid I guess for some purposes.

Perhaps a page that asks for a choice of which you want before showing the form to add the video, but thats already there with the tabs on the profile, so why put it there again inside the creation form...

Its really a different question than the thread though.

Could you mash-up a screenshot of what you think the interface for that form would look like?
michael
@michael
02/22/15 02:23:18PM
7,832 posts

Add photos to a page using site builder


Using Jamroom

Have you made any alterations to the system?
Are all the modules up to date?
Have you tried running the integrity check?

We can walk through it all here, it will help someone later.
michael
@michael
02/22/15 12:55:23PM
7,832 posts

popups not working


Using Jamroom

What skin are you using?
Have you made any alterations?
Is everything up to date?
Any other information you can tell us that might help us understand why your system is different?
michael
@michael
02/22/15 12:53:28PM
7,832 posts

Add photos to a page using site builder


Using Jamroom

Thats the way to do it. The jrUpimg module. Try the same thing in a Page or a Blog. If it works there, and not in the Widget, then its a problem with the widget. However if it doesn't work in any location its an issue with the Upload image module.
michael
@michael
02/21/15 10:37:41AM
7,832 posts

Create Radio Station


Using Jamroom

You don't need to have a long bulky player list. You can use CSS to limit the height of just the playlist section:

add this to your skins CSS
div.jp-playlist{
    height:50px;
}
to only show the currently playing song and the next one.
updated by @michael: 02/21/15 10:38:05AM
michael
@michael
02/20/15 09:18:27PM
7,832 posts

getting system update emails even when updated


Off Topic

These are the settings for my local server:

https://www.jamroom.net/the-jamroom-network/documentation/modules/282/mailgun-smtp

on mailgun.com I have that domain added as a domain and it arrives as coming from the domain, not email.thedomain.com

I can see email.thedomain.com in the cname in the settings for the domain on mailgun.com but the TXT hostname reads as thedomain.com

seams to be working right for me, my guess is its a setting on mailgun.com that needs tweaking or setting for you.

Want me to log into your mailgun account and see if they look the same as my settings? support at jamrooom dot net attn michael.
michael
@michael
02/20/15 08:09:19PM
7,832 posts

playlist item_index missing pager


Design and Skin Customization

Right here is perfect. If you want to prefix it with (bug report) or [bug report] that works too

* [bug report] playlist item_index missing pager

Fantastic. Thanks very much. I just pushed a new version to the marketplace. 1.0.16 that fixes this issue.

I think I mis-labeled 1.0.15 as 1.0.16 last time, so you might need to RELOAD to see the changes.

Much appreciated.
michael
@michael
02/20/15 07:22:34PM
7,832 posts

Create Radio Station


Using Jamroom

If you want to pick the songs, use a playlist. If you don't care, use this:
The player:
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" order_by="_created random" limit="50"}

That will search for any random 50 audio files and put them in the player. It will change each time the cache has expired. Its not continuous because it stops at 50, you could have more. You could order differently, perhaps newest.

The search system is the same as jrCore_list

"jrCore_list"
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list
  581