Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

织梦教程DedeCMS系统友情链接图片大小的修改方法

dedecms教程织梦友情链接图片大小的修改方法!织梦教程DedeCMS系统友情链接图片大小的修改方法

修改前台显示的友情链接图片尺寸(默认为:88*31 本文示例修改为:68*71 可根据自己需求调整大小)

打开/include/taglib/flink.lib.php文件

找到(共两处)

$link = "<a href='".$dbrow->url."' target='_blank'><img src='".$dbrow->logo."' width='88' height='31' border='0'></a> ";

修改为

$link = "<a href='".$dbrow->url."' target='_blank'><img src='".$dbrow->logo."' width='68' height='71' border='0'></a> ";

修改后台添加友情链接图片时显示给添加者的尺寸(后台-->模块-->友情链接-->友情链接管理>>增加链接/链接更改-->网站Logo:(88*31gif或jpg))

打开/dede/templets/friendlink_add.htm文件

找到

<tr>
  <td height="25">网站Logo:</td>
  <td>
    <input name="logo" type="text" id="logo" size="30" class='pubinputs' />
  (88*31 gif或jpg)
  </td>
</tr>

修改为

<tr>
  <td height="25">网站Logo:</td>
  <td>
    <input name="logo" type="text" id="logo" size="30" class='pubinputs' />
  (68*71 gif或jpg)
  </td>
</tr>

打开/dede/templets/friendlink_edit.htm文件

找到

<tr>
  <td height="25">网站Logo:</td>
  <td>
    <input name="logo" type="text" id="logo" size="40" value="<?php echo $myLink['logo']?>" class='pubinputs'/>
  (88*31 gif或jpg)
  </td>
</tr>

修改为

<tr>
  <td height="25">网站Logo:</td>
  <td>
    <input name="logo" type="text" id="logo" size="40" value="<?php echo $myLink['logo']?>" class='pubinputs'/>
  (68*71 gif或jpg)
  </td>
</tr>

修改后台添加完后展示出来的友情连接图片尺寸(后台-->模块-->友情链接-->友情链接管理>>)

打开/dede/friendlink_main.php文件

function GetPic($pic)
{
    if($pic=='') return '无图标';
    else return "<img src='$pic' width='88' height='31' border='0' />";
}

修改为

function GetPic($pic)
{
    if($pic=='') return '无图标';
    else return "<img src='$pic' width='68' height='71' border='0' />";
}
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

织梦教程DedeCMS系统列表页标题加页码的方法

2023-10-30 0:00:00

编程技巧

织梦教程DedeCMS系统arclist标签生成的代码不换行的方法

2023-11-1 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索