SmartFAQ由The SmartFactory(https://www.smartfactory.ca)开发,该公司属于InBox Solutions(https://www.inboxsolutions.net)

如何在新闻部分的摘要中显示标题而不显示发布日期?

我已经手动搜索了网站,但无法找到答案,所以如果这个答案我没有找到,我感到很抱歉。
根据您正在使用的哪一个区块,这是在随机新闻区块中的一个示例。第一步是创建默认模板的副本。选择管理菜单。选择系统管理 - 选择模板克隆默认模板,并为其命名。选择系统管理 - 选择偏好设置选择通用设置将“默认模板集”更改为您刚创建的新设置。现在让我们编辑。选择系统管理 - 选择模板列表新闻模块下的模板(在您的新模板集中)找到 news_block_randomnews.html 并点击查看
将代码更改为
<table>
<
tr>
<
td>
<
ul>
<{foreach 
item=news from=$block.stories}>
<
li>
<{
$news.topic_title}> - <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>" <{$news.infotips}>><{$news.title}>a> <br /><{$news.teaser}>li>
<{/foreach}
 ul>
td>
tr>
table>
结束提交。就是这样。


评论内容归作者所有。我们不对其内容负责。


Login

Who's Online

299 user(s) are online (21 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 299


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

If you are trying to edit the theme.html in your themes folder and nothing seems to be changed, be sure that you set "Update module template .html files from themes/your theme/templates directory?" to "YES" in General Settings!!

Random question

How do I install a theme?