> 백엔드 개발 > PHP 튜토리얼 > 在viewthread_node.htm中如何调用当前发帖用户的用户组。用户扩展积分。

在viewthread_node.htm中如何调用当前发帖用户的用户组。用户扩展积分。

WBOY
풀어 주다: 2016-06-23 13:04:55
원래의
1067명이 탐색했습니다.

在viewthread_node.htm中如何调用当前发帖用户的用户组。用户扩展积分。


回复讨论(解决方案)

viewthread_node.htm是什么?
代码呢?

viewthread_node.htm是什么?
代码呢?



就是discuz的帖子内容页面。因为里面用到的是一个变量,这个变量是从后台设置输出出来的。现在不想用后台的这个变量,直接调用这几个

不想用可以在调用的地方删除啊

//$_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'].'
';}

source\module\forum\forum_viewthread.php
在这个页面中 include template ... 之上加入以上代码

//$_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'].'
';}

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿