更改外观 alter-the-appearance
修改脚本 modify-the-script
comment.hbs
脚本负责为每个评论创建整体HTML。
要不在每个发布的评论旁边显示头像,请执行以下操作:
-
将
comment.hbs
从libs
复制到apps
- 选择
/libs/social/commons/components/hbs/comments/comment/comment.hbs
- 选择 复制
- 选择
/apps/social/commons/components/hbs/comments/comment
- 选择 粘贴
- 选择
-
打开覆盖的
comment.hbs
- 双击
/apps/social/commons/components/hbs/comments/comment folder
中的节点comment.hbs
- 双击
-
查找以下行,然后将其删除或注释掉:
<aside class="scf-comment-author">
<img class="scf-comment-avatar {{#if topLevel}}withTopLevel{{/if}}" src="{{author.avatarUrl}}"></img>
请删除这些行,或用<!--
和-->
将它们括起来,以便您将其注释掉。 此外,还将添加字符“xxx”作为显示头像位置的可视指示器。
xxx
<!-- do not display avatar with comment
<aside class="scf-comment-author">
<img class="scf-comment-avatar {{#if topLevel}}withTopLevel{{/if}}" src="{{author.avatarUrl}}"></img>
复制叠加 replicate-the-overlay
使用复制工具将覆盖的注释组件推送到发布实例。
NOTE
更可靠的复制形式是在包管理器中创建包并激活。 可以导出和存档资源包。
从全局导航中,选择 工具 > 部署 > 复制,然后单击 激活树。
对于起始路径,输入/apps/social/commons
并选择 激活。
查看结果 view-results
https://localhost:4503/crx/de如果您以管理员身份(例如,以admin/admin身份)登录发布实例,则可以验证是否存在覆盖的组件。
如果您注销然后以aaron.mcdonald@mailinator.com/password
身份登录并刷新页面,则您发现显示的人像不会与发布的评论一起显示。 而是显示简单的“xxx”。
recommendation-more-help
81e2cd9d-0789-409d-b87c-2a8ce4f28791