Forum Activity for @madc

MAD
@madc
04/01/14 04:52:44AM
600 posts

Initial Create Account Error 404


Installation and Configuration

Terminal on mac paste is command+v
MAD
@madc
04/01/14 04:50:55AM
600 posts

Email Auto Responsder


Installation and Configuration

This would be good as module as it would be so much better to be able to overwrite the default template with your own details rather than have to stick with the default without breaking the site on updates
Just a thought
MAD
@madc
03/31/14 09:17:45PM
600 posts

Aparna Module with Downloadable Audio


Jamroom Developers

Sorry but I have another problem.
I have two quotas using the same aparna module ( eg Podcasts )

When I want to pull in a playlist into their player on their pages it breaks one or the other depending on what was last created.
I have brought it down to this

{* PODCASTS *}
                    <h3>Sick Boys Radio Podcasts</h3><br>
{jrCore_list module="prLoudFastShitty" field="loudfastshitty_sick_boy_radio_podcast" template="profile_sbr_podcasts.tpl" order_by="_created desc" autoplay=false limit=5}

If i remove this
order_by="_created desc"
then they both work depending on which one was added last
BUT the order is not descending

This is my other profiles code

{* LFS PODCASTS *}
                    <h3>Loud Fast Shitty Podcasts</h3><br>
{jrCore_list module="prLoudFastShitty" field="loudfastshitty_podcast" template="profile_loudfastshitty_podcasts.tpl" order_by="_created desc" autoplay=false limit=5}

and their respective templates

{if isset($_items)}
    {jrCore_media_player type="jrAudio_player_dark" module="prLoudFastShitty" field="loudfastshitty_sick_boy_radio_podcast" items=$_items} 
{/if}

and

{if isset($_items)}
    {jrCore_media_player type="jrAudio_player_dark" module="prLoudFastShitty" field="loudfastshitty_podcast" items=$_items} 
{/if}

So it seams as though it is using the modules last created additions rather than the fields last created

Any ideas anyone?

links
https://www.punkbandpromotions.com/loud-fast-shitty/podcasts
https://www.punkbandpromotions.com/sick-boys-radio/podcasts
( turn your volume down or turn off the players )

As you can see right now the Sick Boys Radio player on the left is broken but was working before we added 5 more at loud fast sh!tty pages
And vice versa

Screen shot of my form designer

Screen Shot 2014-04-01 at 2.22.27 PM.png Screen Shot 2014-04-01 at 2.22.27 PM.png - 88KB

updated by @madc: 04/01/14 01:43:11AM
MAD
@madc
03/31/14 08:45:36AM
600 posts

500 errors


Installation and Configuration

Check your permissions for the files.

500 is a server error which could mean the owner of some files are wrong.

Did you update from the Marketplace or just add the files to your server?
If the latter you would need to ftp them up as the owner of the files.

If it's not permissions check your server error logs ( not just apache ) to see the error
MAD
@madc
03/31/14 08:15:32AM
600 posts

Aparna Module with Downloadable Audio


Jamroom Developers

Mate, Sorry if I am talking out of line here
But you answered that question within 4 minutes and solved my problem>????
You got me on speed dial haven't you.

Worked a treat!!!
Getting down to the last of it now thank god
Want to concentrate on promotions and not BUILDNG SITES lol

/...........................\
Cheers @brian.
AMAZING SUPPORT!
\............................/

You can screenshot that for vanities sake :P
updated by @madc: 03/31/14 08:16:13AM
MAD
@madc
03/31/14 08:02:59AM
600 posts

Aparna Module with Downloadable Audio


Jamroom Developers

Ok I have added another radio station using the same module
but the item_list is as the above
I need it to call in another field from the module

My code that works but doubles up on the download buttons

            <div class="block_config">
                <div class="add_to_cart_section" title="Free Download">
                <span class="add_to_cart_price">Free</span>


            {if $_conf.jrAudio_block_download == 'off' && (empty($item.audio_file_item_price) || $item.audio_file_item_price == '0')}
                {if jrUser_is_logged_in()}
                      <a href="{$jamroom_url}/{$murl}/download/loudfastshitty_podcast/{$item._item_id}">{jrCore_icon icon="download"}</a>
<a href="{$jamroom_url}/{$murl}/download/loudfastshitty_sick_boy_radio_podcast/{$item._item_id}">{jrCore_icon icon="download"}</a>
                {else}
                <a href="{$jamroom_url}/user/login" title="Log in to Download">{jrCore_icon icon="download"}</a>
                {/if}
             {/if}

                </div>
                {jrCore_item_list_buttons module="prLoudFastShitty" item=$item}
            </div>

What would I need to add to make it one button that works on their podcast page?
At the moment it is bringing in 2 download buttons. One works loudfastshitty_sick_boy_radio_podcast
the other works as well on the other page

the first profile quota is #5 ( lfs podcast )
second is #9 ( sick boys radio podcast )

I tried adding some if statements but that just broke the page

Cheers!!
updated by @madc: 03/31/14 08:17:58AM
MAD
@madc
03/30/14 10:20:52AM
600 posts

Jamroom Forum New Posts?


Jamroom Help

This is backstage @chorton581
I am willing to share anything with people who support the makers ;)
MAD
@madc
03/30/14 09:58:41AM
600 posts

Aparna Module with Downloadable Audio


Jamroom Developers

Thanks @brian ( again and again and again .... you guys are right onto this sh$*! :)
I added

< a href="{$jamroom_url}/{$murl}/download/loudfastshitty_podcast/{$item._item_id}" >{jrCore_icon icon="download"}< /a >


which worked.
Is that anywhere in the docs BTW?
I never would have worked that one out ie. putting the field after the download section in the url
updated by @madc: 03/30/14 10:07:35AM
MAD
@madc
03/30/14 09:40:16AM
600 posts

Aparna Module with Downloadable Audio


Jamroom Developers

Can't get this to work.
I created a module which has an upload field which works fine on the site and they all play in the player.

But if we try and download the podcasts from this page
https://www.punkbandpromotions.com/loud-fast-shitty/loud-fast-shitty-radio
the url's are wrong
eg https://www.punkbandpromotions.com/loud-fast-shitty-radio/download/audio_file/64

If I click on that it goes to a white page and says
Error: Invalid media id - no media item found

my code for that page

{ jrCore_module_url module= "prLoudFastShitty" assign= "murl" } 
{ if isset( $_items ) }
    { foreach from=$_items item=" item " }
        < div class=" item " >

            < div class=" block_config " >
                < div class=" add_to_cart_section " title=" Free Download " >
                < span class=" add_to_cart_price " >Free< /span >


            { if $ _conf.jrAudio_block_download == ' off'  && ( empty( $ item.audio_file_item_price ) || $ item.audio_file_item_price == ' 0 ' ) }
                { if jrUser_is_logged_in () }
                      < a href=" {$ jamroom_url} / {$ murl } / download / audio_file /{ $ item._item_id } " > { jrCore_icon icon= " download " }< /a >
                { else }
                < a href= " {$jamroom_url } / user / login " title = " Log in to Download " > { jrCore_icon icon =" download " } < /a >
                 { /if }
             { /if }


                < /div >
                 {jrCore_item_list_buttons module =" prLoudFastShitty " item= $item }
            < /div >

             < h2 > < a href=" { $ jamroom_url } / { $ item.profile_ur l} / { $ murl } / { $ item._item_id } / { $ item.loudfastshitty_title_url } " >{ $ item.loudfastshitty_title } < /a >< /h2 >
            < br >
        < /div >

    { /foreach }
{ /if }

its this bit that seems to be the problem

   < a href=" {$ jamroom_url} / {$ murl } / download / audio_file /{ $ item._item_id } " > { jrCore_icon icon= " download " }< /a >

They exist and are playing. How do I get them to be able to be downloadable ?

ps: Code edited to be viewable here

updated by @madc: 05/01/14 06:14:30PM
  16