免费一级码无码婬片AA,多姿,国产成人精品日本亚洲18图 ,亚洲欧美视频一区,久久久久国产精品一区

做網(wǎng)站找實速,專業(yè)網(wǎng)站制作設(shè)計平臺
首頁 > 課堂 > 網(wǎng)站技術(shù) > 詳情
網(wǎng)站標簽 / Tags

帝國CMS列表內(nèi)容模板(list.var)調(diào)用會員頭像會員名和文章標題以及連接

2020-02-16 16:48:36   來源:實速網(wǎng)絡(luò)|網(wǎng)站建設(shè)|網(wǎng)站設(shè)計|網(wǎng)站優(yōu)化|網(wǎng)站仿制|網(wǎng)站SEO|網(wǎng)站推廣|空間域名|主機VPS|服務(wù)器|網(wǎng)站源碼|網(wǎng)站模版   瀏覽: 次
帝國CMS列表內(nèi)容模板(list.var)調(diào)用會員頭像會員名和文章標題以及連接 發(fā)布時間:2019-10-11 來源:未知 瀏覽: 關(guān)鍵詞:

帝國CMS列表內(nèi)容模板(list.var)調(diào)用會員頭像會員名和文章標題以及連接

發(fā)布時間:2019-10-11 來源:未知 瀏覽: 關(guān)鍵詞:

代碼如下: 

$userr=$empire->fetch1("select userpic  from {$dbtbpre}enewsmemberadd where userid='$r[userid]' limit 1");
$listtemp='
<table width="100%" border="0" cellspacing="4" cellpadding="0">
 <tr>
   <td><a href="[!--news.url--]e/space/?userid=[!--userid--]"><img src=" '.($userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif').' " width="28" height="28" border="0" /></a></td>
   <td><a href="[!--news.url--]e/space/?userid=[!--userid--]">[!--username--]</a></td>
   <td><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</td>
 </tr>
</table>
';

解釋: 

{$dbtbpre}enewsmemberadd  會員數(shù)據(jù)庫附表,存放了會員的頭像等信息

$listtemp='代碼內(nèi)容';    列表內(nèi)容使用PHP必須使用的語法,記得勾選使用程序代碼

'.($userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif').'   獲取頭像地址,如果沒有頭像顯示默認頭像nouserpic.gif

責任編輯:實速科技