Forum Activity for @sbhadauria

sbhadauria
@sbhadauria
08/16/14 03:29:28AM
129 posts

jrOneAll Turn Off URL Shortener


Jamroom Developers

- function jrOneAll_share_to_networks($_queue){.....}

Above function is exist in 'include.php' file of 'jrOneAll' module.

Query: I want to turn off 'enable_tracking' in this function ( 'enable_tracking' => 0).

Kindly suggest the way to turn off 'enable_tracking' without modifying core files.
updated by @sbhadauria: 09/20/14 10:05:25AM
sbhadauria
@sbhadauria
08/04/14 11:48:37PM
129 posts

Pass extra parameter to template


Jamroom Developers

Thanks michael.
{$_params.pink_elephant} is working.
sbhadauria
@sbhadauria
08/04/14 09:15:24PM
129 posts

Pass extra parameter to template


Jamroom Developers

{jrCore_list module="module" search="search something" template="some_template.tpl" pink_elephant="hello world"}

Not working...
sbhadauria
@sbhadauria
08/04/14 08:20:09PM
129 posts

Pass extra parameter to template


Jamroom Developers

How can I pass extra parameter in below mentioned function:

{jrCore_list module="module" search="search something" template="some_template.tpl"}
updated by @sbhadauria: 09/04/14 10:36:03PM
sbhadauria
@sbhadauria
07/23/14 09:16:51PM
129 posts

OneAll Module Issue


Jamroom Developers

We have downloaded the OneAll SDK and try the following code but getting same error:

//Publish message for this user_token
$user_token = '---------';

//Publish message to this networks
$providers = array (
'facebook'
);

//Message Structure
$message_structure = array (
'request' => array (
'sharing_message' => array (
'parts' => array (
'text' => array (
'body' => 'http://www.oneall.com oneall simplifies the integration of social networks for Web 2.0 and SaaS companies http://www.oneall.com'
),
'picture' => array (
'url' => 'http://oneallcdn.com/img/heading/slides/provider_grid.png'
),
'link' => array (
'url' => 'http://www.oneall.com/',
'name' => 'oneall.com',
'caption' => 'Social Media Integration',
'description' => 'Easily integrate social services like Facebook, Twitter, LinkedIn and Foursquare with your already-existing website.'
),
'flags' => array (
'enable_tracking' => 1
)
),
'publish_for_user' => array (
'user_token' => $user_token,
'providers' => $providers
)
)
)
);

//Encode structure
$message_structure_json = json_encode ($message_structure);

//Make Request
if ($oneall_curly-> post (SITE_DOMAIN . "/sharing/messages.json", $message_structure_json))
{
$result = $oneall_curly-> get_result ();
print_r (json_decode ($result-> body));
}
//Error
else
{
$result = $oneall_curly-> get_result ();
echo "Error: " . $result-> http_info . "\n";
}
sbhadauria
@sbhadauria
07/23/14 09:13:56PM
129 posts

OneAll Module Issue


Jamroom Developers

when we are creating a media we have selected checkboxes to post this media on facebook. But we are getting below mentioned error from facebook.

"The provider did not accept the message: you do not have the permission to post on behalf of the user"

Do you need anything else?
sbhadauria
@sbhadauria
07/23/14 08:56:21PM
129 posts

OneAll Module Issue


Jamroom Developers

When we are sharing a post on facebook from oneAll module, we are getting below mentioned error:

"The provider did not accept the message: you do not have the permission to post on behalf of the user"
updated by @sbhadauria: 09/06/14 02:50:19PM
sbhadauria
@sbhadauria
07/18/14 04:02:40AM
129 posts

I am getting error


Jamroom Developers

I resolved it.
sbhadauria
@sbhadauria
07/17/14 11:12:32PM
129 posts

I am getting error


Jamroom Developers

I am getting below mentioned error, how can I remove?
Notice: Undefined index: jrCore_active_skin in /home/dev/public_html/modules/jrCore/lib/cache.php on line 362
updated by @sbhadauria: 08/23/14 10:22:10PM
sbhadauria
@sbhadauria
07/17/14 03:33:45AM
129 posts

Avoid Event Listeners


Jamroom Developers

actually I am getting error in activity log regarding jrFollower module when I am not logged in:

invalid search criteria in jrCore_db_search_items parameters:
Below is the log details,

Array ( [0] => jrFollower [1] => Array ( [search] => Array ( [0] => _user_id = [1] => follow_profile_id = 1 ) [exclude_jrUser_keys] => 1 [exclude_jrProfile_keys] => 1 [privacy_check] => [limit] => 1 [module] => jrFollower ) )
  9