Forum Activity for @michael

michael
@michael
01/08/15 10:56:14PM
7,832 posts

Add a rotator to this widget


Using Jamroom

Fixed now. update to ConstructionKit ver 1.0.4 from the marketplace.
michael
@michael
01/08/15 10:52:14PM
7,832 posts

Add a rotator to this widget


Using Jamroom

Thanks Sereki. Thats a bug, I'll get it fixed up.

Thanks for testing.
michael
@michael
01/08/15 12:34:13AM
7,832 posts

Video support


Installation and Configuration

It reads:
Quote: converted 141/171/audio_file from mp3 to MP3 format
but there is nothing about videos.

That shows the audio conversion is working. Try to get another screenshot after uploading a video to see the logs from there.
michael
@michael
01/07/15 11:09:21PM
7,832 posts

Video support


Installation and Configuration

take a screenshot of your activity log and post it here.
michael
@michael
01/07/15 10:40:25PM
7,832 posts

Video support


Installation and Configuration

Check your activity log, debug log and error log for any errors.
ACP -> CORE -> SYSTEM CORE -> TOOLS -> ACTIVITY LOGS

Also check that your system is setup correctly
ACP -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK
michael
@michael
01/07/15 10:10:22PM
7,832 posts

How to show different artist name?


Using Jamroom

artist: "{if strlen($item._item.video_alternate_artist) > 0} 
                    {$item._item.video_alternate_artist}{elseif strlen($item._item.audio_alternate_artist) > 0} 
                    {$item._item.audio_alternate_artist}{else}{$item.artist}{/if}",

try that.
michael
@michael
01/07/15 08:53:01PM
7,832 posts

domain mapped to profile?


Ning To Jamroom

/p= should just be the page number I wouldn't expect it to cause issues. Do you have a link to look at?
michael
@michael
01/07/15 04:29:40PM
7,832 posts

Creating Galleries - Catch-22


Ning To Jamroom

Makes sense. We'll get that added in to the gallery module. Thanks.

Here's the tracker:
https://www.jamroom.net/the-jamroom-network/tracker/1034/allow-new-gallery-creation-from-the-update-page
michael
@michael
01/07/15 01:14:48AM
7,832 posts

How to show different artist name?


Using Jamroom

That's it. You're getting the hang of it now. Nice one. :)
michael
@michael
01/06/15 10:55:51PM
7,832 posts

How to show different artist name?


Using Jamroom

yeah that's the issue. 'artist' is on a level 1 higher than audio_alternative_artist is.

try:
artist: "{$a._item.audio_alternate_artist}",
  610