|
本地部署了2个论坛,一个是bbs,一个是bbstest
bbs下我上传了开发助手
主要是普通嵌入页面的配置
然后导出,上传到bbstest下,启用插件,但是没有效果,按道理,应该在用户名附近出现“TODO:global_usernav_extra1”
buy.class.php代码如下
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- class plugin_buy {
- //TODO - Insert your code here
- /**
- * @Methods describe
- * @return string type
- */
- public function global_usernav_extra1() {
- //TODO - Insert your code here
-
- return 'TODO:global_usernav_extra1'; //TODO modify your return code here
- }
- }
复制代码
我知道答案
回答被采纳将会获得 1 贡献 已有1人回答
|
|