Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image Joomla将图像转换为阅读:更多链接_Image_Joomla_Blogs - Fatal编程技术网

Image Joomla将图像转换为阅读:更多链接

Image Joomla将图像转换为阅读:更多链接,image,joomla,blogs,Image,Joomla,Blogs,我和Joomla有点问题。我创建了一个MenuItemTypeCategoryBlog,它完美地列出了单个类别的所有文章。然而,当我为这个类别创建一篇文章时,我遇到了一个问题。Joomla会自动将所有图像转换为readmore链接。比如说 <p> <img alt="" src="image.JPG" style="width: 180px; height: 79px;" /> </p> 将变成 <a href="/index.php/en/ne

我和Joomla有点问题。我创建了一个
MenuItemType
Category
Blog
,它完美地列出了单个类别的所有文章。然而,当我为这个类别创建一篇文章时,我遇到了一个问题。Joomla会自动将所有图像转换为
readmore
链接。比如说

<p>
<img alt="" src="image.JPG" style="width: 180px; height: 79px;" />
</p>

将变成

<a href="/index.php/en/news/24-zweite-news" title="Read more: Zweite News">
  <img src="image.JPG" width="180" height="79"  class="multithumb_blog" style="border: ;" alt="Read more: Zweite News">
</a>


我找不到任何配置参数来更改此行为

这可能是介绍图像吗?还有,你用的是什么版本的joomla?不,介绍图像没有设置。我用的是joomla!3.1.5稳定您使用的模板是什么,它是否基于T3、门架等框架。请列出您已安装并启用的任何第三方插件,模板名为HI,我最终安装了一个干净的版本并重新输入了内容,因为它没有那么多。我还认为是某个插件造成的。