久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區

標題: 插件開發問題求助 [打印本頁]

作者: ousense    時間: 2019-10-29 15:44
標題: 插件開發問題求助
本帖最后由 ousense 于 2019-10-29 16:28 編輯

本地部署了2個論壇,一個是bbs,一個是bbstest
bbs下我上傳了開發助手
(, 下載次數: 8)
主要是普通嵌入頁面的配置
(, 下載次數: 9)
然后導出,上傳到bbstest下,啟用插件,但是沒有效果,按道理,應該在用戶名附近出現“TODO:global_usernav_extra1”
buy.class.php代碼如下
  1. if(!defined('IN_DISCUZ')) {
  2.         exit('Access Denied');
  3. }
  4. class plugin_buy {
  5.         //TODO - Insert your code here
  6.         /**
  7.          * @Methods describe
  8.          * @return string type
  9.          */
  10.         public function global_usernav_extra1() {
  11.                 //TODO - Insert your code here
  12.                
  13.                 return 'TODO:global_usernav_extra1';        //TODO modify your return code here
  14.         }

  15. }
復制代碼



作者: ousense    時間: 2019-10-29 16:04
有誰知道嗎?是官方助手不能使用還是什么?




歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/) Powered by Discuz! W1.0