viewthread_node.htm で現在の投稿ユーザーのユーザーグループを呼び出す方法。ユーザー拡張ポイント。
viewthread_node.htm とは何ですか?
コードはどこですか?
viewthread_node.htm とは何ですか?
コードはどこですか?
使用したくない場合は、呼び出された場所で削除できます
//$_G['setting']['extcredits'] 就是你在后台设置的所有扩展积分foreach($postlist as $pid=>$post){ foreach($_G['setting']['extcredits'] as $cid=>$v){ $postlist[$pid]['extcredits'][$v['title']] = $post['extcredits'.$cid]; } echo '用户 :'.$postlist[$pid]['usernameenc']; echo "<pre class="brush:php;toolbar:false">"; print_r($postlist[$pid]['extcredits']); echo ""; //用户组就是 authortitle echo $postlist[$pid]['authortitle'].'
sourcemoduleforumforum_viewthread.php
このページに上記のコードをインクルード テンプレート... に追加します
//$_G['setting']['extcredits'] 就是你在后台设置的所有扩展积分foreach($postlist as $pid=>$post){ foreach($_G['setting']['extcredits'] as $cid=>$v){ $postlist[$pid]['extcredits'][$v['title']] = $post['extcredits'.$cid]; } echo '用户 :'.$postlist[$pid]['usernameenc']; echo "<pre class="brush:php;toolbar:false">"; print_r($postlist[$pid]['extcredits']); echo ""; //用户组就是 authortitle echo $postlist[$pid]['authortitle'].'