帝国cms文章图片如何自动添加下一页链接

554 ℃

帝国cms文章图片如何自动添加下一页链接,修改方法如下:

在e/class/function.php相应位置添加ClickPicNext函数//替换禁用字符

function ReplaceWord($newstext) {
    global $empire,
    $dbtbpre;
    if (empty($newstext)) {
        return $newstext;
    }
    $sql = $empire – >query("select newword,oldword from {$dbtbpre}enewswords");
    wpre > //把图片替换成链接
    //—————————-
    function ClickPicNext($newstext) {
        // global $empire,$dbtbpre;
        if (empty($newstext)) {
            return $newstext;
        }
        $newstext = preg_replace('//i', "$0", $newstext);
        return $newstext;
    }

然后,在大约1962行,即在以下代码后:

if($public_r['opencopytext'])
{
$add[newstext]=AddNotCopyRndStr($add[newstext]);//随机复制字符
}

添加一行

$add[newstext]=ClickPicNext($add[newstext]);

这样,点击文章中的图片,就可以链接至下一页了。

CMS网站被挂黑链应该如何解决?(如何防止黑链)

js获取未来7天日期+星期

织梦dede文章添加跳转属性后打开出现空白的解决

织梦dede添加内容选择多个副栏目,只显示一个的

详解织梦DedeCms的安全问题优化解决办法(安全设置

标签: CMS网站, empire, function, newstext, 添加

上面是“帝国cms文章图片如何自动添加下一页链接”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。

当前网址:https://m.ipkd.cn/webs_1369.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

站内完善网站收录需要注意哪些细节?
会议人员60s签到倒计时插件
php如何获取url路径中的目录
SEO提升排名有哪些关键且重要的工作?
寻找出2个数组中相同的数据