可乐信息网社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 2721|回复: 1

DISCUZ 触摸版wap页面解析图片标签,显示图片方法

[复制链接]
发表于 2013-8-10 12:13 | 显示全部楼层 |阅读模式
source/function/function_discuzcode.php
查找
  1. $allowimgcode = false;
复制代码
改为
  1. $allowimgcode = TRUE;
复制代码
查找
  1. $img = '<img'.($width > 0 ? 'width="'.$width.'"' : '').($height > 0 ? ' height="'.$height.'"' : '').' src="{url}" border="0" alt="" />';
复制代码
改为
  1. $img = '<img '.($width > 0 ? 'width="'.$width.'"' : '').($height > 0 ? ' height="'.$height.'"' : '').' src="{url}" border="0" alt="" />';
复制代码
即可在wap页开启图片标签显示功能
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|可乐信息网社区 ( 新ICP备10003818号 )

GMT+8, 2024-4-24 00:53 , Processed in 0.060543 second(s), 13 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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