vanillaforums 修改QnA插件默认显示提问问题的顺序

Auth:铂昂士       Date:2012/04/20       Cat:技术       Word:共576字       Views:0

public function PostController_Render_Before($Sender, $Args) {
$Form = $Sender->Form; //new Gdn_Form();
$QuestionButton = !C('Plugins.QnA.UseBigButtons') || GetValue('Type', $_GET) == 'Question';
if (!$Form->IsPostBack()) {
//if (!property_exists($Sender, 'Discussion')) {
if (!property_exists($Sender, 'Question')) {
//$Form->SetValue('Type', 'Question');
$Form->SetValue('Type', 'Discussion');
} elseif (!$Form->GetValue('Type')) {
$Form->SetValue('Type', 'Question');
//$Form->SetValue('Type', 'Discussion');
}
}
if ($Form->GetValue('Type') == 'Question' && $QuestionButton) {
$Sender->SetData('Title', T('Ask a Question'));
}
}

除非注明,Boang's Blog文章均为原创,本文地址 https://www.boangs.com/techniques/587/,转载请以链接形式注明出处。

作者: 简介:我只是个普通人,很普通,但是我有自己的梦,并追逐着。

《vanillaforums 修改QnA插件默认显示提问问题的顺序》留言数:0

发表留言