<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[如何使织梦系统的文章标题突破30个字的限制]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[代码编程]]></category>
<pubDate>Fri, 25 Aug 2006 03:12:33 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	************************************************************************<br/><br/>找到./include/inc_arcpart_view.php<br/><br/>行291 :<br/><br/>if($titlelen=="") $titlelen = 30;<br/><br/>修改为<br/><br/>if($titlelen=="") $titlelen = 60;<br/><br/>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br/><br/>./include/inc_arcpart_view.php<br/>282行：<br/>function GetArcList($typeid=0,$row=10,$col=1,$titlelen=30,$infolen=160,<br/>$imgwidth=120,$imgheight=90,$listtype="all",$orderby="default",$keyword="",<br/>$innertext="",$tablewidth="100",$arcid=0,$idlist="")<br/><br/><br/>将其中的$titlelen=30改为自己希望的长度。<br/><br/>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br/><br/>后台文件<br/><br/>action_article_save.php<br/><br/>action_article_eidt_save.php<br/><br/><br/>$title = cn_substr($title,60); <br/><br/>将其中的60改为自己希望的长度。<br/><br/>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br/><br/>数据库<br/><br/>同时要修改数据库中dede_archives数据表中的title字段，类型不变，将数字改为自己希望的长度。<br/><br/><br/>====================================================<br/>如果是用的采集功能的话，还得改一个文件action_co_export.php<br/>大约在53行，找到<br/> &nbsp;if($title_sel=="0") $title = addslashes($row->title);<br/> &nbsp;else $title = cn_substr($fields[$title_sel],60);<br/><br/>将其中的60改成自己希望的数字！<br/><br/>Tags - <a href="http://www.dzhope.com/tags/%25E7%25BB%2587%25E6%25A2%25A6/" rel="tag">织梦</a>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] 如何使织梦系统的文章标题突破30个字的限制]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>