provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
This commit is contained in:
@@ -48,7 +48,8 @@ function editpost_content(&$a) {
|
||||
'$editselect' => (($plaintext) ? 'none' : '/(profile-jot-text|prvmail-text)/'),
|
||||
'$ispublic' => ' ', // t('Visible to <strong>everybody</strong>'),
|
||||
'$geotag' => $geotag,
|
||||
'$nickname' => $channel['channel_address']
|
||||
'$nickname' => $channel['channel_address'],
|
||||
'$expireswhen' => t('Expires YYYY-MM-DD HH:MM'),
|
||||
));
|
||||
|
||||
|
||||
@@ -126,6 +127,9 @@ function editpost_content(&$a) {
|
||||
'$jotplugins' => $jotplugins,
|
||||
'$sourceapp' => t($a->sourcename),
|
||||
'$catsenabled' => $catsenabled,
|
||||
'$defexpire' => $itm[0]['expires'],
|
||||
'$feature_expire' => 'none',
|
||||
'$expires' => t('Set expiration date'),
|
||||
));
|
||||
|
||||
return $o;
|
||||
|
Reference in New Issue
Block a user