PhpWind教程:調(diào)整版塊簡介的字節(jié)限制_for all_PhpWind教程
教程Tag:暫無Tag,歡迎添加,賺取U幣!
admin/setforum.php
找到
strlen($descrip)>250 && adminmsg('descrip_long');
把250改長
使用phpmyadmin
找到pw_forums表 ,把descrip的字段類型改為text,默認char(255) 或者varchar(255)
或者執(zhí)行SQL:
ALTER TABLE `pw_forums` CHANGE `descrip` `descrip` text
phpmyadmin(pma)基本操作教程參考:http://faq.phpwind.net/show_help.php?help_id=170
查看更多 PhpWind教程 PhpWind模板風格
相關(guān)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升級教程
- 相關(guān)鏈接:
- 教程說明:
PhpWind教程-PhpWind教程:調(diào)整版塊簡介的字節(jié)限制_for all
。