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,默認(rèn)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
相關(guān)PhpWind教程:
- PhpWind教程:PHPWind forum V7.5 SP1 使用與修復(fù)說明
- 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教程推薦
- Phpwind7.3.2廣告位設(shè)置
- PhpWind教程:MySql遠(yuǎn)程連接設(shè)置
- PhpWind教程:修改默認(rèn)評分顯示順序_for all
- PhpWind教程:PHPWind-Wamp4.0安裝后服務(wù)無法打開的問題
- PhpWind教程:調(diào)整版塊簡介的字節(jié)限制_for all
- PhpWind教程:團(tuán)購活動設(shè)置教程 for 75
- PHPWind7安裝教程
- PhpWind教程:發(fā)帖或者回帖空白的解決方法
- PhpWind教程:如何去掉發(fā)帖跳轉(zhuǎn)
- PhpWind教程:安裝或升級時(shí)藍(lán)屏
- 相關(guān)鏈接:
- 教程說明:
PhpWind教程-PhpWind教程:調(diào)整版塊簡介的字節(jié)限制_for all
。