Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] SupeSite7.5 有自动内链这个功能吗?

[复制链接]
yaofeng 发表于 2010-4-15 23:56:09 | 显示全部楼层 |阅读模式
SupeSite7.5 有自动内链这个功能吗?实现发表文章出现关键字内链,而且还自定义URL。
lidq.jingwu 发表于 2010-4-16 09:30:37 | 显示全部楼层
没有此功能的。
回复

使用道具 举报

张富贵 发表于 2010-6-10 23:16:19 | 显示全部楼层
啥都没有
回复

使用道具 举报

casey 发表于 2010-6-11 14:11:19 | 显示全部楼层
可以自己修改的,看下这个效果
http://www.king-leather.com/viewnews-22645.html
回复

使用道具 举报

casey 发表于 2010-6-11 14:17:34 | 显示全部楼层
修改文件function/common.func.php  大约2081行
如下
  1. //TAG处理函数
  2. function tagshowname($thename, $thetext) {
  3.         $name = rawurlencode($thename);
  4.         $thetext = str_replace('\"', '"', $thetext);
  5.         if(cutstr($thetext,1) != '<') {
  6.                 return '<a href="http://www.king-leather.com/mall/tag/'.urldecode($name).'" target="_blank"><u><strong>'.$thename.'</strong></u></a>'.$thetext;
  7.         } else {
  8.                 return $thename.$thetext;
  9.         }
  10. }
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-5-18 18:07 , Processed in 0.092339 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表