Forum Activity for @michael

michael
@michael
07/17/14 02:10:49AM
7,832 posts

Persistent login not working


Using Jamroom

make sure you are on the same path for both locations.

http://jamroom.net and
https://jamroom.net

are separate locations. If I'm logged in and it looks like im logged out, then I make sure im on the https version.
michael
@michael
07/17/14 02:02:51AM
7,832 posts

Troubleshooting Oneall feeds


Using Jamroom

take a look at

"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

The audio module is registered to listen for the 'action_support' event. Is your module.

Dependencies of a module are registered in a modules _meta() function.

It will look like this:
'requires'    => 'jrCore:5.1.0',

but the jrAudio module does not require jrOneAll. jrOneAll merely taps into any modules that are listening for the actions system.

Your not going to like the answer, but the best place to understand whats going on is by looking at the code.
michael
@michael
07/16/14 06:14:00PM
7,832 posts

Arvixe


Jamroom Hosting

sorry.
michael
@michael
07/16/14 02:35:49AM
7,832 posts

Arvixe


Jamroom Hosting

Good catch doug. ^^.

and looking at it further, there is no item id either, so the image display function is not going to know what image to display. It needs an item_id=12 or whatever number you want to display.
michael
@michael
07/16/14 02:08:36AM
7,832 posts

Arvixe


Jamroom Hosting

(snipped)


updated by @michael: 07/16/14 06:14:49PM
michael
@michael
07/16/14 12:19:56AM
7,832 posts

like/unlike limit


Using Jamroom

Yeah, I think it should work like that too.

I'll fix this up now.

click = like
click again = unlike
click again = like
click again = unlike
michael
@michael
07/15/14 09:29:19PM
7,832 posts

Paypal Buy Now without being logged in


Installation and Configuration

That functionality doesn't work with paypal, just foxycart.

For paypal, they need to be logged in.

-- edit --
If you use paypal from foxycart then it will work.
updated by @michael: 07/15/14 09:29:52PM
michael
@michael
07/14/14 08:27:35PM
7,832 posts

Troubleshooting Oneall feeds


Using Jamroom

my create audio looks like this:

--update--
there is a post to twitter icon on there. dont have facebook connected, just twitter.
- 47KB

updated by @michael: 07/14/14 08:28:14PM
michael
@michael
07/14/14 06:52:37PM
7,832 posts

Troubleshooting Oneall feeds


Using Jamroom

#1 try unlinking any accounts at twitter.

#2 things that don't happen usually don't get logged unless its an error. Errors will appear in the error log in the ACP or there might be something in the activity log.

In the case of twitter, when creating a new audio file, if you check the checkbox for "post to twitter" it should get posted. If you don't check that checkbox "audio file was not posted to twitter" is not logged anywhere.
michael
@michael
07/14/14 06:44:26PM
7,832 posts

Manipulating Ratings


Using Jamroom

Since your wanting to know what changed in the database when you do add a new rating, I suggest:
* dumping your database to a text file
* add a rating
* dumping your database to a different text file.
* use a difference program to compare the two files.

The difference will be what happened when a rating was done.
  680