gpt4 book ai didi

php - 我如何在文章类别模块中获取 Joomla 文章的完整 HTML 内文?

转载 作者:可可西里 更新时间:2023-10-31 22:15:20 25 4
gpt4 key购买 nike

在客户站点的首页上,我想显示一些带有图像和标题的文章样本。问题是,文章对象在将其显示在文章类别模块中之前从 introtext 中删除了所有 HTML。

有没有办法在保留所有 HTML 的情况下显示模块的介绍文本?

最佳答案

在 3.2 版中,您可以通过将 introtext 显示选项设置为“隐藏”来绕过 _cleanIntrotext 方法。

在/templates/your_template/html/mod_articles_category 中创建替代布局(或覆盖 default.php)并更改

<?php if ($params->get('show_introtext')) :?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?>

<p class="mod-articles-category-introtext">
<?php echo $item->introtext; ?>
</p>

关于php - 我如何在文章类别模块中获取 Joomla 文章的完整 HTML 内文?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6666353/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com