We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f42bc commit 5057dd2Copy full SHA for 5057dd2
actions/showstream.php
@@ -105,10 +105,18 @@ function title()
105
}
106
107
108
- function showNoticeForm()
+ /*function showNoticeForm()
109
{
110
$notice_form = new NoticeForm($this, array('content' => "@{$this->profile->nickname} "));
111
$notice_form->show();
112
+ }*/
113
+
114
+ function noticeFormOptions()
115
+ {
116
+ $options = parent::noticeFormOptions();
117
+ $options['content'] = "@{$this->profile->nickname} ";
118
119
+ return $options;
120
121
122
function handle($args)
0 commit comments