• <bdo id='fSfGF'></bdo><ul id='fSfGF'></ul>
  1. <tfoot id='fSfGF'></tfoot>

    <small id='fSfGF'></small><noframes id='fSfGF'>

    <legend id='fSfGF'><style id='fSfGF'><dir id='fSfGF'><q id='fSfGF'></q></dir></style></legend>

    1. <i id='fSfGF'><tr id='fSfGF'><dt id='fSfGF'><q id='fSfGF'><span id='fSfGF'><b id='fSfGF'><form id='fSfGF'><ins id='fSfGF'></ins><ul id='fSfGF'></ul><sub id='fSfGF'></sub></form><legend id='fSfGF'></legend><bdo id='fSfGF'><pre id='fSfGF'><center id='fSfGF'></center></pre></bdo></b><th id='fSfGF'></th></span></q></dt></tr></i><div id='fSfGF'><tfoot id='fSfGF'></tfoot><dl id='fSfGF'><fieldset id='fSfGF'></fieldset></dl></div>
    2. PbootCMS内容页上一篇下一篇“没有了!”怎么修改?

      时间:2023-12-27

      • <bdo id='aadPe'></bdo><ul id='aadPe'></ul>
      • <legend id='aadPe'><style id='aadPe'><dir id='aadPe'><q id='aadPe'></q></dir></style></legend>
        <tfoot id='aadPe'></tfoot>

          <i id='aadPe'><tr id='aadPe'><dt id='aadPe'><q id='aadPe'><span id='aadPe'><b id='aadPe'><form id='aadPe'><ins id='aadPe'></ins><ul id='aadPe'></ul><sub id='aadPe'></sub></form><legend id='aadPe'></legend><bdo id='aadPe'><pre id='aadPe'><center id='aadPe'></center></pre></bdo></b><th id='aadPe'></th></span></q></dt></tr></i><div id='aadPe'><tfoot id='aadPe'></tfoot><dl id='aadPe'><fieldset id='aadPe'></fieldset></dl></div>
            <tbody id='aadPe'></tbody>

          • <small id='aadPe'></small><noframes id='aadPe'>

              1. PbootCMS内容页上一篇下一篇样式怎么修改,一些内容页差异化样式,需要对上一篇下一篇的样式做更改,要怎么操作呢?
                1、首先遇到做英文站,碰到内容页,没有的时候输出为没有了,但是我们需要这块做成英文,要怎么弄呢?
                这个我们其实只需要用{content:nexttitle notext='no more'} 设置“没有了”文本,就可以实现,这样没有文档时候会输出 no more.
                2、如果需要对上一篇,下一篇样式做个性化修改要怎么操作呢?

                就比如我只需要在内容页输出为上一篇、下一篇,怎么操作?这时候我们需要找到\apps\home\controller\ParserController.php 这个文件,找到如下代码:
                $content = str_replace($search, '<a href="' . $this->parserLink($pre->type, $pre->urlname, 'content', $pre->scode, $pre->sortfilename, $pre->id, $pre->filename) . '">' . $this->adjustLabelData($params, $pre->title) . '</a>', $content);
                改为:
                $content = str_replace($search, '<a href="' . $this->parserLink($pre->type, $pre->urlname, 'content', $pre->scode, $pre->sortfilename, $pre->id, $pre->filename) . '">上一条</a>', $content);
                在这段下面有个“没有了”的样式,需要改下,加个A标签(注意,这个地方有多个相同代码,就改这段下面就行)
                $content = str_replace($search, '没有了!', $content);
                
                改为:
                $content = str_replace($search, '<a>没有了!</a>', $content);
                继续往下面:
                $content = str_replace($search, '<a href="' . $this->parserLink($next->type, $next->urlname, 'content', $next->scode, $next->sortfilename, $next->id, $next->filename) . '">' . $this->adjustLabelData($params, $next->title) . '</a>', $content);
                改为:
                $content = str_replace($search, '<a href="' . $this->parserLink($next->type, $next->urlname, 'content', $next->scode, $next->sortfilename, $next->id, $next->filename) . '">下一条</a>', $content);
                在这段下面有个“没有了”的样式,需要改下,加个A标签(注意,这个地方有多个相同代码,就改这段下面就行)
                 $content = str_replace($search, '没有了!', $content);
                改为:
                $content = str_replace($search, '<a>没有了!</a>', $content);

                上一篇:pbootcms后台ueditor编辑器上传图片如何去掉自动添加的title和alt属性 下一篇:没有了

                相关文章

                <tfoot id='OMZlE'></tfoot>

                1. <i id='OMZlE'><tr id='OMZlE'><dt id='OMZlE'><q id='OMZlE'><span id='OMZlE'><b id='OMZlE'><form id='OMZlE'><ins id='OMZlE'></ins><ul id='OMZlE'></ul><sub id='OMZlE'></sub></form><legend id='OMZlE'></legend><bdo id='OMZlE'><pre id='OMZlE'><center id='OMZlE'></center></pre></bdo></b><th id='OMZlE'></th></span></q></dt></tr></i><div id='OMZlE'><tfoot id='OMZlE'></tfoot><dl id='OMZlE'><fieldset id='OMZlE'></fieldset></dl></div>

                2. <legend id='OMZlE'><style id='OMZlE'><dir id='OMZlE'><q id='OMZlE'></q></dir></style></legend>

                    <bdo id='OMZlE'></bdo><ul id='OMZlE'></ul>

                  1. <small id='OMZlE'></small><noframes id='OMZlE'>