quick comments
This commit is contained in:
parent
d054426101
commit
b1d31aca51
10 changed files with 109 additions and 14 deletions
|
@ -522,8 +522,9 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
if ($shareable) $likebuttons['share'] = array( t('Share this'), t('share'));
|
||||
}
|
||||
|
||||
// $qcomment = array(':-)','LOL','ROTFL','[smile]');
|
||||
$qcomment = null;
|
||||
|
||||
$qc = ((local_user()) ? get_pconfig(local_user(),'qcomment','words') : null);
|
||||
$qcomment = (($qc) ? explode("\n",$qc) : null);
|
||||
|
||||
if(($show_comment_box) || (($show_comment_box == false) && ($override_comment_box == false) && ($item['last-child']))) {
|
||||
$comment = replace_macros($cmnt_tpl,array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue