Merge pull request #537 from fermionic/20121121-features

Port Features from Red
This commit is contained in:
friendica 2012-11-22 20:54:16 -08:00
commit 226d1ba7c1
37 changed files with 352 additions and 58 deletions

View file

@ -4031,10 +4031,13 @@ function posted_dates($uid,$wall) {
function posted_date_widget($url,$uid,$wall) {
$o = '';
if(! feature_enabled($uid,'archives'))
return $o;
// For former Facebook folks that left because of "timeline"
if($wall && intval(get_pconfig($uid,'system','no_wall_archive_widget')))
return $o;
/* if($wall && intval(get_pconfig($uid,'system','no_wall_archive_widget')))
return $o;*/
$ret = posted_dates($uid,$wall);
if(! count($ret))