The function jrCore_item_action_buttons has a test in in it
if (!jrProfile_is_profile_view()) {
return '';
If I comment this out things work fine. Is there a way I can pass the above test when loading my templates via ajax? I am on the profile when making the ajax call.
updated by @nate: 05/10/16 02:52:23AM