分享一段帝国cms内容字段文本替换函数
functiondomainReplace($text,$url){$pattern="/<[img|IMG].*?src=[&#39;|"](.*?(?:[.jpg|.jpeg|.png|.gif|.bmp]))[&#39;|"].*?[/]?>/";$text=stripSlashes($text);returnpreg_replace_callback($pattern,function($……
functiondomainReplace($text,$url){$pattern="/<[img|IMG].*?src=['|"](.*?(?:[.jpg|.jpeg|.png|.gif|.bmp]))['|"].*?[/]?>/";$text=stripSlashes($text);returnpreg_replace_callback($pattern,function($matches)use($url){if('/'!==substr($matches[1],0,1)&&'http'!==substr($matches[1],0,4)){returnstr_replace($matches[1],$url.$matches[1],$matches[0]);}return$matches[0];},$text);}
- 上一篇
灵动标签判断索引加样式
灵动标签判断代码<?phpif($bqno==1||$bqno==3||$bqno==5||$bqno==7||$bqno==9||$bqno==12||$bqno==14||$bqno==16||$bqno==18||$bqno==20){echo'<liclass="C1">';}else{echo'<li>';}?><ahref="/tag/<
- 下一篇
帝国CMS7.5编辑器换行
第一个在:eadminecmseditorinfoeditorconfig.js;第二个在:eadminecmseditortempeditorconfig.js;第三个在:edataecmseditorinfoeditorconfig.js;你要把这三个文件里面的:config.enterMode = CKEDITOR.ENTER_BR;config.shi