97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里

Discuz! 官方交流社區(qū)

標題: [插件問題]請問可以從嵌入點 array類型獲取變量嗎 [打印本頁]

作者: 云山幾萬重    時間: 2022-6-24 16:14
標題: [插件問題]請問可以從嵌入點 array類型獲取變量嗎
嵌入點位置是頁面 <!--{hook/viewthread_postheader $postcount}-->

這樣在頁面輸出嵌入點
$_config['plugindeveloper'] = 2 ;
顯示是[array viewthread_postheader/0] [array viewthread_postheader/1] [array viewthread_postheader/2] 這樣
請問可以在插件中獲取$postcount值嗎? 或者進一步獲取$postlist
<?php
if(!defined('IN_DISCUZ')) {
    exit('Access Denied');
}
class plugin_test {

}class plugin_test_forum extends plugin_test{
    function viewthread_postheader(){               //我想在這里獲取postlist,對每個$post[useip]做處理
        return '';
    }
}



作者: 云山幾萬重    時間: 2022-6-24 16:32
viewthread_postheader_output(){
global $postlist;
}

解決了
作者: tuhemm    時間: 2023-3-29 18:12
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽




歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/) Powered by Discuz! X5.0