First sorry i don't speak chinese but i'm using this great Cms for my own conveniance, i have translate it in French (i'm using simpage theme) but there is strange bug i can't resolve. If i use chinese text all is right but when i'm using french translate (from english files) i have space after the character ' "L’ énigme" !! it must be like this "L'énigme" without the space between the ' and the é . Any idea ? i have look inside the code and i think it came from the preg_replace string ?
{php}$description = preg_replace('/\p{Cc}+/u','', trim(SubStrUTF8(TransferHTML($article->Title,'[nohtml]'),55)).'');{/php}{$description}</a></h3>
<ul id="zi">
{if $zbp->Config('simpage')->DisplayAbstractwords=="0"}
{php}$description = preg_replace('/\p{Cc}+/u','', trim(SubStrUTF8(TransferHTML($article->Content,'[nohtml]'),$zbp->Config('simpage')->Abstractwords)).'...');{/php}{$description}
{else}
{$article.Intro}
{/if}
Thanks a lot if you can help me and long live to this wonderfull site.
相关推荐
- 百度小程序辣鸡么?12-07
- 直接在zblog文件管理-zb-users中找到源代码进行修改后提交并没有变化?只不能在源代码上直接修改吗?08-26
- 【z-blog】文章发布后打开错误问题05-31
- 模板在手机微信打开不能识别二维码05-04
- 刚安装的zblog装了几个插件 再登陆后台就提示这个了 为什么?04-10
- 我用的是nginx服务器虚拟主机,如何在zblogphp程序网站上屏弊一些IP访问?03-24
- zblogphp french translate trouble03-23
- UEditor编辑器上加【短代码 快捷插入 图片】功能的小插件03-13
- zblog php 文章也可以根据 {module:gg}这样调用“include”吗03-12
- zblog 接入百度站长搜索01-29
欢迎 你 发表评论: 取消回复
- 最新文章
- 热文排行
- 最多评论
- 1zblog登录后台一直提示验证码错误的原因和解决方法03-01
- 2zblog使用api提交post数据提示419错误的原因和解决方法02-23
- 3天兴工作室2025年春节放假公告01-25
- 4天兴用户中心插件“微信通知”功能设置教程11-09
- 5阿里云2024双11活动推荐 通过本站链接参与另外赠送本站代金券11-05
- 6天兴工作室官网购物活动:全场8折优惠券 不限次数不限金额04-17
- 7天兴工作室zblog纯博客主题 vue3+小程序双版本03-19
- 8vue3项目引入vant报错的错误原因和解决办法03-12
- 9天兴工作室zblog百科主题 可搭配会员插件实现知识付费盈利03-06
- 标签聚合
- ×1个人中心×1笑话模板×1zblogphp1.6×1保健品×1zblogphp企业主题×1主题编辑×1zblog大气企业模板×1bxSlider参数×1分类过滤×1工单×1Swiper鼠标拖拽×1什么值得买×1GetCommentByID×1robots.txt×1zblog会员权限×1ajax×1zblog主题管理×1php7.0×1被收录×1阿里励志网
最新评论
-
天兴工作室
并没有任何限制 -
访客
请问 zblog淘客主题 对使用者的要求是必须是企业吧? -
阿浩
大佬们,丢几个除了作者以外的演示站,我想看看大家的布局设置 -
有趣生活
一直想开发zblog的功能,zblog的敷在不知道够够不够 -
访客
发布文章时候,那怎么改默认状态呢比如改成默认审核状态?
有 2 位网友评论:
涂涂研版 9年前 (2016-03-25) 回复
you can try to change to this:{php}$description = preg_replace('/\s(?=\s)/', '', trim(SubStrUTF8(TransferHTML($article-˃Title,'[nohtml]'),25)).'');{/php}{$description}{if $zbp-˃Config('simpage')-˃DisplayAbstractwords=="0"}{php}$description = preg_replace('/\s(?=\s)/', '', trim(SubStrUTF8(TransferHTML($article-˃Content,'[nohtml]'),$zbp-˃Config('simpage')-˃Abstractwords)).'...');{/php}{$description}{else}{$article.Intro}{/if}
天兴工作室 9年前 (2016-03-25) 回复
I am sorry that I can not English, your question is feedback to the developers, please keep your attention or to the official zblogphp forum will post your question again in order to get timely reply.