anonymous comments are not implemented for photos.
This commit is contained in:
parent
5c379b4d35
commit
9914e171b1
@ -1041,7 +1041,7 @@ class Photos extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
$likebuttons = '';
|
$likebuttons = '';
|
||||||
|
|
||||||
if($can_post || $can_comment) {
|
if($observer && ($can_post || $can_comment)) {
|
||||||
$likebuttons = [
|
$likebuttons = [
|
||||||
'id' => $link_item['id'],
|
'id' => $link_item['id'],
|
||||||
'likethis' => t("I like this \x28toggle\x29"),
|
'likethis' => t("I like this \x28toggle\x29"),
|
||||||
@ -1053,7 +1053,7 @@ class Photos extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
$comments = '';
|
$comments = '';
|
||||||
if(! count($r)) {
|
if(! count($r)) {
|
||||||
if($can_post || $can_comment) {
|
if($observer && ($can_post || $can_comment)) {
|
||||||
$commentbox = replace_macros($cmnt_tpl,array(
|
$commentbox = replace_macros($cmnt_tpl,array(
|
||||||
'$return_path' => '',
|
'$return_path' => '',
|
||||||
'$mode' => 'photos',
|
'$mode' => 'photos',
|
||||||
@ -1172,7 +1172,7 @@ class Photos extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($can_post || $can_comment) {
|
if($observer && ($can_post || $can_comment)) {
|
||||||
$commentbox = replace_macros($cmnt_tpl,array(
|
$commentbox = replace_macros($cmnt_tpl,array(
|
||||||
'$return_path' => '',
|
'$return_path' => '',
|
||||||
'$jsreload' => $return_url,
|
'$jsreload' => $return_url,
|
||||||
|
Reference in New Issue
Block a user