Forum Activity for @nate

nate
@nate
02/18/14 03:49:08PM
917 posts

Jr Actions


Jamroom Developers

Yes, 92 is the correct ID.
nate
@nate
02/18/14 03:33:06PM
917 posts

Jr Actions


Jamroom Developers

It's after the db save function. When I said nothing, I meant in the actions table.
nate
@nate
02/18/14 03:11:42PM
917 posts

Jr Actions


Jamroom Developers

I'm gonna debug the jrAction_save() function.
nate
@nate
02/18/14 03:10:08PM
917 posts

Jr Actions


Jamroom Developers

Quote:
(2014-02-18T23:05:15+00:00 0.18256000)-(mem: 13369344)-(pid: 3979)-(uri: /songs/create_save/__ajax=1) |xtraxx says aid = 92|

Still nothing.
nate
@nate
02/18/14 02:17:34PM
917 posts

Jr Actions


Jamroom Developers

//Actions
    jrCore_register_module_feature('jrCore','action_support','xtSong','create','item_action.tpl');
    jrCore_register_module_feature('jrCore','action_support','xtSong','update','item_action.tpl');
	jrCore_register_module_feature('jrCore', 'action_support', 'xtSong', 'create_album', 'item_action.tpl');
    jrCore_register_module_feature('jrCore', 'action_support', 'xtSong', 'update_album', 'item_action.tpl');

// Add to Actions...
jrCore_run_module_function('jrAction_save','create','xtSong',$aid);
nate
@nate
02/17/14 04:51:10PM
917 posts

Jr Actions


Jamroom Developers

Yes, the function is being called in the save function. It isn't working for any quota. I only have 2.
nate
@nate
02/17/14 03:47:46PM
917 posts

Jr Actions


Jamroom Developers

No, they are not.

How do the listeners get registered? Is it anything like the forms?

If I change the forms, I have to manually delete the form from the db to see the changes.
updated by @nate: 02/17/14 03:50:22PM
nate
@nate
02/17/14 02:25:47PM
917 posts

Jr Actions


Jamroom Developers

The jrAction_save code is in place. I forgot to mention it.
nate
@nate
02/17/14 01:23:46PM
917 posts

Jr Actions


Jamroom Developers

I have a module that when installed did not support actions. I later added in the code in the include file to support actions. The modules already has item_action templates. I am also seeing "add to timeline" on my forms.

I am not seeing the actions added to the feed. Is there something else I am suppose to do?
updated by @nate: 03/24/14 10:23:26PM
  85