PhpWind教程:修改圖片描述顯示在圖片下方_PhpWind教程
教程Tag:暫無Tag,歡迎添加,賺取U幣!
1、圖片附件插入方式顯示
要修改require/bbscode.php里的代碼
查找
function attcontent($message, $atype, $att) {
下面的
$html = '<b>'.$att['desc'].'</b>'.$att['img'];break;
修改為
$html = $att['img'].'<br />'.'<b>'.$att['desc'].'</b>';break;
2、圖片附件不插入
修改template/wind read.htm
查找
描述:$pic[desc]<br />
<!--
EOT;
}print <<<EOT
-->
圖片: $pic[img]
將描述和圖片的位置對換一下即可!
查看更多 PhpWind教程 PhpWind模板風格
相關PhpWind教程:
- PhpWind教程:PHPWind forum V7.5 SP1 使用與修復說明
- PhpWind教程:PHPWind Forum V7.5 升級教程
- PHPWind7.3 升級7.3.2 圖文教程
- PhpWind教程:sitemap生成問題
- PhpWind教程:熱榜排行 for 75
- PHPwind 6.3.2升級至PHPwind 7.3.2 圖文教程
- PHPWind 7.0 升級至PHPwind 7.3.2 圖文教程
- PHPWind 7.0 升級到PHPwind v7.3 圖文教程
- PHPWind 6.3.2升級到 PHPwind v7.3 圖文教程
- PHPWind6.3.2升級PHPWind7.0說明教程
- PhpWind教程:PHPWind6.3(6.3rc、6.3) to PHPWind6.3.2升級教程
- PhpWind教程:PHPWind6.x(6.0rc、6.0) to PHPWind6.3.2升級教程
PhpWind教程教程Rss訂閱Cms教程搜索
PhpWind教程推薦
- PhpWind教程:控制面板,風格切換等打不開,頁面左下角有js錯誤出現(xiàn)
- PhpWind教程:PW論壇IIS下設置靜態(tài)目錄的教程
- PhpWind教程:升級到PHPWind7.0出錯后,重新安裝到PHPWind6.3.2,導入數(shù)據(jù)出錯
- Phpwind教程:門戶焦點摘要相關文章 for PHPwind 7.5
- PHPWind轉換教程:DVBBS 8.2 ACCESS版 轉換到 PHPWind 7.3.2詳細教程
- PhpWind教程:刪除帖子標題處的小圖標及圖標框 V6.0以上版本
- PhpWind教程:IIS7.0+PHP+Mysql+zend+phpmyadmin配置教程
- PhpWind教程:MySQL數(shù)據(jù)庫密碼如何修改
- PhpWind教程:虛擬主機的遠程附件設置[有FTP功能的版本都通用]
- PhpWind教程:出現(xiàn) Cannot use database 的問題
- 相關鏈接:
- 教程說明:
PhpWind教程-PhpWind教程:修改圖片描述顯示在圖片下方
。