pbootcms 面包屑 英文 首页换文字 默认的中文如何替换成英文 暂无演示

pbootcms 面包屑 英文 首页换文字 默认的中文如何替换成英文

售价:
暂无购买权限
  • 普通用户暂无购买权限 升级会员
  • 会员会员购买价格 :0积分
  • 终身会员购买价格 : 免费
  • 坚持每天更新
  • 多平台源码收集
  • VIP群保障服务
  • 收集分享更新
  • 海量源码资源
  • 技术支持保障有力

升级尊贵会员
享受全站VIP待遇

583+
会员已经加入
  • 文章介绍
  • 评价建议
  • bootcms 面包屑 英文 首页换文字 默认的中文如何替换成英文

    该系统的标签{pboot:position}是面包屑标签。

    可以通过修改参数修改部分的内容,如:{pboot:position indextext=’Home’}。

    操作:通过查询  “parserPositionLabel”  或者  “// CMS当前位置标签解析”  找到对应的代码,将中文修改成英文或其他语言文字

    首页:

    路径:/apps/home/controller/IndexController.php

    代码大约在224行。

    1
    $content $this->parser->parserPositionLabel($content, - 1, '首页', SITE_INDEX_DIR . '/'); // CMS当前位置标签解析

     

    搜索:

    路径:/apps/home/controller/SearchController.php

    代码大约在39行。

    1
    $content $this->parser->parserPositionLabel($content, 0, '搜索', Url::home('search')); // CMS当前位置标签解析

     

    我的评论:

    路径:/apps/home/controller/CommentController.php

    代码大约在124行。

    1
    $content $this->parser->parserPositionLabel($content, 0, '我的评论', Url::home('comment/my')); // CMS当前位置标签解析

     

    会员中心,登录,注册,资料修改:

    路径:/apps/home/controller/MemberController.php

    代码大约在102,254,273,382行。

    1
    2
    3
    4
    5
    6
    7
    $content $this->parser->parserPositionLabel($content, 0, '会员登录', Url::home('member/login')); // CMS当前位置标签解析
    $content $this->parser->parserPositionLabel($content, 0, '会员注册', Url::home('member/register')); // CMS当前位置标签解析
    $content $this->parser->parserPositionLabel($content, 0, '个人中心', Url::home('member/ucenter')); // CMS当前位置标签解析
    $content $this->parser->parserPositionLabel($content, 0, '资料修改', Url::home('member/umodify')); // CMS当前位置标签解析

     

    有问题可以加入技术QQ群一起交流学习
    本站vip会员 请加入星辰模板网 VIP群(50604020) PS:加入时备注用户名或昵称
    普通注册会员或访客 请加入无忧模板网 技术交流群(50604130)
    客服微信号:15898888535

    pbootcms模板网 » pbootcms 面包屑 英文 首页换文字 默认的中文如何替换成英文

    发表评论