Forum Activity for @dazed

Dazed
@dazed
12/22/16 10:10:41PM
1,022 posts

Audio Pro Delete Pending User Flow


Using Jamroom

I am not sure if this is skin specific but the flow on this could use some design love.

Open Dashboard
Click Pending
Delete A user
Click "OK" on popup
Click Continue on Success Message
Result - url redirect goes back to index page
Expected - redirect should return to the pend user page

Just a thought
updated by @dazed: 03/26/17 12:59:40AM
Dazed
@dazed
12/22/16 09:42:24PM
1,022 posts

Modify Audio Pro Meta.tpl for Profile Page Only


Design and Skin Customization

Hey Michael - Perfect is a stretch. I suppose each module may have a practical application but the one I am tying to accommodate is the audio page. From an architectural standpoint the only thing that comes to mind is a page that has og settings in the acp for each module. This way the tpl could just call the conf setting for each page.

you could set defaults and the user could change them accordingly.
ex:
og:url = $item.profile_url
og:title = $item.audio_title

I am sure there is an easier way though
updated by @dazed: 12/22/16 09:44:58PM
Dazed
@dazed
12/22/16 07:39:35PM
1,022 posts

Modify Audio Pro Meta.tpl for Profile Page Only


Design and Skin Customization

I was looking to change the way I was doing this and wanted to see about making it easier. Previously I copied the header.tpl/meta.tpl and renamed them and just called those from the profile page.

In order to accommodate Facebook, the og tags need to be different for posting embedded audio. So I need a conditional statement that says if the page is a profile page, use these settings. Right now the current meta.tpl file has no og tags and facebook posts are defaulting to the site maintenance image. Social Media is king for posting music and while I love that I can post the song image, the player I had before looked rather sad. I am hoping Audio Pro's embedded player looks a little better!

Thanks for the help.
updated by @dazed: 03/23/17 12:28:56PM
Dazed
@dazed
12/22/16 02:28:06PM
1,022 posts

Missing Audio Play Button


Design and Skin Customization

Yep was just going to post that lol. I removed it and it appeared. Go figure!

Thanks for the help.
Dazed
@dazed
12/22/16 02:26:11PM
1,022 posts

Missing Audio Play Button


Design and Skin Customization

Nah not on your end Brian. I am building a hybrid. I want to move in some features from PJ into Audio Pro. So far it has all worked well. I just cant get the audio on here.
Dazed
@dazed
12/22/16 02:01:27PM
1,022 posts

Missing Audio Play Button


Design and Skin Customization

It is on a dev site Nate - http://guitaristworks.com/newmix/music

There is an error actually:

ReferenceError: jrSkinInit is not defined
updated by @dazed: 12/22/16 02:03:55PM
Dazed
@dazed
12/22/16 01:51:02PM
1,022 posts

Missing Audio Play Button


Design and Skin Customization

I have some code I am moving from PJ to Audio Pro and the music_row.tpl is not displaying the play button. I am assuming something needs to be initialized here. Here is some partial code. Any idea why the play button is not displaying?

Thanks

{jrCore_module_url module="jrAudio" assign="murl"}
{if isset($_items)}
    {foreach from=$_items item="item"}
    <div class="body_5 page" style="margin-right:auto;">

        <div class="container">

            <div class="row">

                <div class="col1">
                    <div class="center">
                        <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_title_url}">{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="medium" crop="auto" class="iloutline img_scale" alt=$item.audio_title style="max-width:196px;"}</a>
                    </div>
                </div>
                <div class="col1">
                    <div class="p10 middle">
                        {if $item.audio_file_extension == 'mp3'}
							{jrCore_media_player type="jrAudio_button" module="jrAudio" field="audio_file" item=$item}
                        {else}
                            <a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}" title="download">{jrCore_icon icon="download" size="18"}</a>
                        {/if}
                    </div>

updated by @dazed: 03/24/17 01:30:00AM
Dazed
@dazed
12/21/16 01:09:39PM
1,022 posts

Adding CSS Page


Design and Skin Customization

excellent.

Thanks :)
Dazed
@dazed
12/21/16 12:33:08PM
1,022 posts

Adding CSS Page


Design and Skin Customization

How do you add a new css page into a skin? For example. Let's say I have some items in ProJam (jrFoxyCart.css) that I want to bring over the css page into Audio Pro. I know I can copy the content to the skin css page but I would rather create a new css page. I see that this is called from meta.tpl but I am not following the logic.

So how would I add jrFoxyCart.css to Audio Pro?

Thanks


updated by @dazed: 03/28/17 11:21:37PM
Dazed
@dazed
12/18/16 05:38:02PM
1,022 posts

Sprite Location in Audio Pro?


Design and Skin Customization

Thanks Nate. Nice job on the skin!
  32