By Albert on Saturday, 11 February 2017
Posted in General
Replies 1
Likes 0
Views 108
Votes 0
I want to do to before the Recent Updates shows the latest status.
How and where to prescribe in the code won't be active status I know. But how to make query to the database to display the latest status I have something does not work.
Please help me
Hey there,

The following code is how to retrieve the stream and output for the user.

require_once(JPATH_ROOT . '/administrator/components/com_easysocial/includes/easysocial.php');
$options = array(
'userId' => '43',
'context' => 'all',
'type' => 'user',
'limitStart' => '2013-10-01 01:59:59',
'limitEnd' => '2013-09-31 01:59:59'
);
$stream->get($options);
echo $stream->html();


I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in http://stackideas.com/support

Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Sunday, 12 February 2017 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post