帝國的評論默認是不顯示頭像且不顯示評論內容的,好在官方有提供這么一個插件,但是也僅僅是顯示會員名和評論內容,怎樣才能顯示會員頭像呢?
很簡單,只需在要顯示頭像的地方使用以下代碼:
1 2 3 4 | <?php $userr = $empire ->fetch1( "select userpic from phome_enewsmemberadd where userid='$r[userid]'" ); ?> <img src= "<?=$userr[userpic]?$userr[userpic]:'/e/data/images/nouserpic.gif'?>" >
|
新聞熱點
疑難解答