dede5.7問答模塊的遊客提問 管理員回答php
http://blog.sina.com.cn/s/blog_6cafc89a0101hg5t.htmlhtml
-------------------------------this
http://www.bbfy-bio.com/ask/index.phpspa
這裏經過htm
index.php中修改blog
function ac_index(){}獲取消化系統等欄目的數據 再循環顯示便可it
-----------------------------------io
http://localhost/zend/dede1/ask/?ct=question&ac=ask_complete&title=ddddddafdfunction
提交到class
http://localhost/zend/dede1/ask/?ct=question&ac=ask_save
ask-->Control--->question.php -->ac_ask_save(){}修改
questioin.php 修改這裏實現遊客提交問題
function question() { parent::__construct(); global $cfg_ml,$cfg_ask_guestview,$cfg_ask_guestask; $this->cfg_ml = $cfg_ml; if($cfg_ask_guestview == 'N' && empty($this->cfg_ml->M_ID)) { ShowMsg('您還沒有登陸,請先登陸',$GLOBALS['cfg_ask_member']); exit; }