Fraenkiman 768aa6fa43 Comment center and Akismet reworked, Typo flatpress
- The ID of the respective entry is now displayed in "Manage entries" so that the admin can use the ID for comment management in Akismet/ CommentCenter.
- Creating or managing the Akismet Api Key now leads directly to akismet.com instead of wordpress.com
- The external link to the Akismet API Key Help has been updated
- The comment center now contains a link to the wiki (dealing with spam comments)
- Typo "flatpress" fixed in several places. FlatPress should always be spelled with a capital F and a capital P.
2023-11-26 01:53:16 +01:00

15 lines
674 B
Smarty

<h2>{$plang.title}</h2>
<p>{$plang.desc1}</p>
<p>{$plang.desc2}</p>
<ul>
<li><a href="{$panel_url|action_link:commentcenter}" title="{$plang.lpolicies}">{$plang.lpolicies}</a></li>
<li><a href="{$action_url|cmd_link:approve_list:1}" title="{$plang.lapprove}">{$plang.lapprove}</a></li>
<li><a href="{$action_url|cmd_link:manage:'search'}" title="{$plang.lmanage}">{$plang.lmanage}</a></li>
<li><a href="{$action_url|cmd_link:configure:1}" title="{$plang.lconfig}">{$plang.lconfig}</a></li>
<li><a class="hint externlink" href="https://wiki.flatpress.org/doc:techfaq#comments" target="_blank">{$plang.faq_spamcomments}</a></li>
</ul>
{include file='shared:errorlist.tpl'}