2024年10月29日
{php}
$order = array('rand()' => '');
$where = array(array('=', 'log_Status', '0'));
$array = $zbp->GetArticleList(array('*'), $where, $order, array(10), '');
{/php}
{foreach $array as $related}
<li><a href="{$related.Url}">{$rel
2024年10月29日
控制友链长度
在调用友链的标签中使用titlelen属性,例如:
{dede:flink titlelen='20' /}
控制链接类型
使用type属性,例如:
{dede:flink type='image' /} <!-- 图片链接 -->
{dede:flink type='text' /} <!-- 文字链接 -->
2024年10月29日
方法一:修改 article_edit.php 文件
打开 dede/article_edit.php 文件。
查找并修改以下代码:
$description = cn_substr($description, 250);
将 250 修改为更大的值,例如 2500。
方法二:修改 archives_add.php 和 archives_edit.php 文
2024年10月29日
自定义函数
在 /e/class/userfun.php 文件中添加以下代码:
function DELHTML($string) {
$string = preg_replace("'<script[^>]*?>.*?</script>'si", "", $string); // 去掉javascript
$string = preg_replace("'<[\
2024年10月29日
修改公共下载模板
进入后台:模板 - 公共模板 - 修改下载地址模板。
将代码:
[ <a href=#edown onclick="window.open('[!--down.url--]', '', 'width=300,height=300');">[!--down.name--]</a> ]
修改为:
[ <a href="/e/DownSys/GetDown/?classid=1&