Forum Activity for @developer-networks

Developer Networks
@developer-networks
12/27/13 02:49:10PM
566 posts

FoxyCart Checkout


Jamroom Developers

That makes sense. I can see why your doing things this way to leave the door open for custom functionality to work on individual basis as needed. Thanks.
Developer Networks
@developer-networks
12/27/13 02:35:47PM
566 posts

FoxyCart Checkout


Jamroom Developers

Thanks. I can do the mod but was just wondering if this was a standard piece of the module functionality you were planning on adding. I wouldent want to constantly add it to every update you release if not necessary.

That tutorial is for logged in users to access downloads. The way Jamroom is set up currently is you eather have all downloadable or all not. I would think an important part missing from the jrAudio module is the option to let the person uploading their content the choice whether or not its allowed to be downloaded free or not. I can do the work if you want to add it for everyone.

Thanks


updated by @developer-networks: 12/27/13 02:43:07PM
Developer Networks
@developer-networks
12/27/13 02:08:27PM
566 posts

FoxyCart Checkout


Jamroom Developers

Ah ok, they said on the phone that it should work allowing free items all day and wasnt sure why it wasnt working.

I suppose ill need to add a check box to allow downloads on specific uploads in the jrAudio module or is that something you have in the works?


updated by @developer-networks: 12/27/13 02:12:18PM
Developer Networks
@developer-networks
12/27/13 01:57:35PM
566 posts

FoxyCart Checkout


Jamroom Developers

I am having a problem with foxycart on my site. It is not allowing me to pass the song in as 0.00 so my members can add the song to their [My Items] and download it.

Ive modified the minimal input requirement in the foxycart files on the include.php file line 388/1307 changing that from 0.01 to 0.00

I talked with foxycart support today and had them try walking through a purchase of the free song and they were able to show it in their account. It was added when they tried purchasing with out a membership to the site. But when they created a membership they could not check out the song.


I am recieving this error
Quote: Error: There was an error processing your payment: (10401 Transaction refused because of an invalid argument. See additional error messages for details.) Order total is invalid.

updated by @developer-networks: 02/02/14 04:24:59PM
Developer Networks
@developer-networks
12/25/13 07:13:16AM
566 posts

New Skin Integrity Check Issue


Design and Skin Customization

You dont have to look in to it today but ill send it over to your email and you can install it and check it out when you have time. Maby somehow I can make the site pause all of its functions so the integrity check will run if this is the case.

Thanks

updated by @developer-networks: 12/25/13 07:24:47AM
Developer Networks
@developer-networks
12/25/13 06:44:31AM
566 posts

New Skin Integrity Check Issue


Design and Skin Customization

I am recieving this in the PHP error log
<span class="php_Notice">[25-Dec-2013 02:33:18 UTC] PHP Notice: Undefined index: HTTP_USER_AGENT in /home/b360/demo.my-radio.co/modules/jrUser/include.php on line 2437 [x 54]

Im thinking its the custom the HTML5 Audio player causing conflict somehow. But not quite sure why.
updated by @developer-networks: 12/25/13 06:58:37AM
Developer Networks
@developer-networks
12/25/13 06:38:07AM
566 posts

New Skin Integrity Check Issue


Design and Skin Customization

I have almost completed my new skin but I have came across a problem with the integrity check. Im not quite sure why but the integrity check will not run.

When it does its random and intermittent

When you click on run an integrity check the button goes grey and nothing happens. I was able to force the system to run an integrity check using the included .html emergency file however I still cant integrity check the system inside the ACP.

This is following the skin across multiple installs of Jamroom so its something in the skin. The only thing i can think of possibly holding it up would be my custom audio player is for radio and is constantly streaming the station.


Thanks.
updated by @developer-networks: 01/24/14 11:17:45AM
Developer Networks
@developer-networks
12/25/13 06:33:39AM
566 posts

marketplace upgrade error


Using Jamroom

This happened to me this morning as well. I did an integrity check and refreshed the page and it worked again.
Developer Networks
@developer-networks
12/20/13 12:08:55PM
566 posts

Marketplace Upload


Jamroom Developers

Im about to upload my first marketplace release. But its a two part install. one for the module and one for the files to modify phpbb. Is there a way to seperate the two so the marketplace can update easily the module in the future? Would this be done as a bundle? Thanks.
updated by @developer-networks: 02/02/14 06:15:07AM
Developer Networks
@developer-networks
12/20/13 11:18:22AM
566 posts

Delete Member trigger


Jamroom Developers

no this is all i have found i can work with.

     jrCore_register_event_listener('jrUser', 'signup_activated', 'myPhpbb_signup_activated_listener');
    jrCore_register_event_listener('jrUser', 'signup_created', 'myPhpbb_signup_created_listener');
    jrCore_register_event_listener('jrUser', 'login_success', 'myPhpbb_login_success_listener');
    jrCore_register_event_listener('jrUser', 'logout', 'myPhpbb_logout_listener'); 

So i just need to register the

 jrCore_register_event_listener('jrUser', 'db_delete_item', 'myPhpbb_delete_listener');
  43