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.
This commit is contained in:
Fraenkiman 2023-11-26 01:53:16 +01:00
parent aab4255f3f
commit 768aa6fa43
11 changed files with 25 additions and 20 deletions

View File

@ -45,6 +45,7 @@
<thead><tr>{*<th>{$panelstrings.sel}</th>*} <thead><tr>{*<th>{$panelstrings.sel}</th>*}
<th>{$panelstrings.date}</th> <th>{$panelstrings.date}</th>
<th class="main-cell">{$panelstrings.title}</th> <th class="main-cell">{$panelstrings.title}</th>
<th>ID</th>
<!-- <th>{$panelstrings.author}</th> --> <!-- <th>{$panelstrings.author}</th> -->
<th>{$panelstrings.comms}</th> <th>{$panelstrings.comms}</th>
<th>{$panelstrings.action}</th></tr></thead> <th>{$panelstrings.action}</th></tr></thead>
@ -61,6 +62,7 @@ href="{$panel_url|action_link:write}&amp;entry={$id}">
{$subject|truncate:70} {$subject|truncate:70}
</a> </a>
</td> </td>
<td>{$id}</td>
<!-- <td>{$author}</td> --> <!-- <td>{$author}</td> -->
<td><a class="link-general" <td><a class="link-general"
href="{$panel_url|action_link:commentlist}&amp;entry={$id}"> href="{$panel_url|action_link:commentlist}&amp;entry={$id}">

View File

@ -15,9 +15,9 @@
'op4' => 'Správa pluginů', 'op4' => 'Správa pluginů',
'op4d' => 'Instalace, zapnutí, vypnutí pluginů', 'op4d' => 'Instalace, zapnutí, vypnutí pluginů',
'op5' => 'Nastavení', 'op5' => 'Nastavení',
'op5d' => 'Základní nastavení Vašeho Flatpressu', 'op5d' => 'Základní nastavení Vašeho FlatPressu',
'op6' => 'Údržba', 'op6' => 'Údržba',
'op6d' => 'Vyčištění, obnova, aktualizace Flatpressu', 'op6d' => 'Vyčištění, obnova, aktualizace FlatPressu',
); );
?> ?>

View File

@ -3,7 +3,7 @@
$lang['admin']['panel']['main'] = 'Zentrale'; $lang['admin']['panel']['main'] = 'Zentrale';
$lang['admin']['main']['default'] = array( $lang['admin']['main']['default'] = array(
'head' => 'Willkommen im Kontrollzentrum von Flatpress!', 'head' => 'Willkommen im Kontrollzentrum von FlatPress!',
'descr' => 'Bitte wähle eine Aktion', 'descr' => 'Bitte wähle eine Aktion',
'op1' => 'Neuer Beitrag', 'op1' => 'Neuer Beitrag',
@ -17,7 +17,7 @@
'op5' => 'Konfiguration', 'op5' => 'Konfiguration',
'op5d' => 'Grundlegende Einstellungen wie Titel, Blog-URL, Datum, Zeitzone und Sprache', 'op5d' => 'Grundlegende Einstellungen wie Titel, Blog-URL, Datum, Zeitzone und Sprache',
'op6' => 'Wartung', 'op6' => 'Wartung',
'op6d' => 'Den Flatpress Index (neu) erstellen, PHP Informationen anzeigen oder Updates abfragen', 'op6d' => 'Den FlatPress Index (neu) erstellen, PHP Informationen anzeigen oder Updates abfragen',
); );
?> ?>

View File

@ -15,9 +15,9 @@
'op4' => 'Πρόσθετα', 'op4' => 'Πρόσθετα',
'op4d' => 'Εγκαταστείστε, ενεργοποιήστε και απενεργοποιήστε πρόσθετα', 'op4d' => 'Εγκαταστείστε, ενεργοποιήστε και απενεργοποιήστε πρόσθετα',
'op5' => 'Ρύθμιση', 'op5' => 'Ρύθμιση',
'op5d' => 'Τροποποιήστε το flatpress σας', 'op5d' => 'Τροποποιήστε το FlatPress σας',
'op6' => 'Συντήρηση', 'op6' => 'Συντήρηση',
'op6d' => 'Εκκαθάριση και επαναφορά του flatpress', 'op6d' => 'Εκκαθάριση και επαναφορά του FlatPress',
); );
?> ?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugins', 'op4' => 'Plugins',
'op4d' => 'Instalar, habilitar, deshabilitar plugins', 'op4d' => 'Instalar, habilitar, deshabilitar plugins',
'op5' => 'Configuración', 'op5' => 'Configuración',
'op5d' => 'Personalice su flatpress', 'op5d' => 'Personalice su FlatPress',
'op6' => 'Mantención', 'op6' => 'Mantención',
'op6d' => 'Limpiar y restablecer flatpress', 'op6d' => 'Limpiar y restablecer FlatPress',
); );
?> ?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugins', 'op4' => 'Plugins',
'op4d' => 'Installer, activer, d&eacute;sactiver des plugins', 'op4d' => 'Installer, activer, d&eacute;sactiver des plugins',
'op5' => 'Configuration', 'op5' => 'Configuration',
'op5d' => 'Personnaliser Flatpress', 'op5d' => 'Personnaliser FlatPress',
'op6' => 'Maintenance', 'op6' => 'Maintenance',
'op6d' => 'Nettoyer et restaurer flatpress', 'op6d' => 'Nettoyer et restaurer FlatPress',
); );
?> ?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugin', 'op4' => 'Plugin',
'op4d' => 'Installa, abilita e disabilita i plugin', 'op4d' => 'Installa, abilita e disabilita i plugin',
'op5' => 'Configurazione', 'op5' => 'Configurazione',
'op5d' => 'Personalizza il tuo Flatpress', 'op5d' => 'Personalizza il tuo FlatPress',
'op6' => 'Manutenzione', 'op6' => 'Manutenzione',
'op6d' => 'Pulisci e ripristina Flatpress', 'op6d' => 'Pulisci e ripristina FlatPress',
); );
?> ?>

View File

@ -14,7 +14,7 @@ $lang ['admin'] ['main'] ['default'] = array(
'op4' => 'Plugins', 'op4' => 'Plugins',
'op4d' => 'Plug-ins installeren, inschakelen, uitschakelen', 'op4d' => 'Plug-ins installeren, inschakelen, uitschakelen',
'op5' => 'Configuratie', 'op5' => 'Configuratie',
'op5d' => 'Bewerk je flatpress', 'op5d' => 'Bewerk je FlatPress',
'op6' => 'Onderhoud', 'op6' => 'Onderhoud',
'op6d' => 'Opschonen en herstel flatpress' 'op6d' => 'Opschonen en herstel FlatPress'
); );

View File

@ -20,10 +20,10 @@
'op4d' => 'Instale, ative, desative plugins', 'op4d' => 'Instale, ative, desative plugins',
'op5' => 'Configuração', 'op5' => 'Configuração',
'op5d' => 'Personalize seu Flatpress', 'op5d' => 'Personalize seu FlatPress',
'op6' => 'Manutenção', 'op6' => 'Manutenção',
'op6d' => 'Limpe e restaure o flatpress', 'op6d' => 'Limpe e restaure o FlatPress',
); );
?> ?>

View File

@ -31,7 +31,7 @@ h2 { border-bottom: 1px solid #ddd; margin: 0.5em 0 }
h3 { margin: 0.5em 0 0 0 } h3 { margin: 0.5em 0 0 0 }
.head-link { font-size: 0.83em } .head-link { font-size: 1em }
/* === Redefines some stuff in inline mode === */ /* === Redefines some stuff in inline mode === */
@ -137,8 +137,7 @@ ul#admin-tabmenu li a.admin-tab-current { font-weight: bold }
#admin-submenu li a { #admin-submenu li a {
padding: 0 1em ; padding: 0 1em ;
color: #000; color: #000;
border-left: 1px solid #eee; margin: 0.1em;
border-right: 1px solid #eee;
font-weight: normal font-weight: normal
} }
@ -508,7 +507,7 @@ li.widget-class {
display: flex display: flex
} }
.option-list dd code { position: relative; font-size: 0.85em } .option-list dd code { position: relative; font-size: 0.98em }
.option-set dt { .option-set dt {
width: 36%; width: 36%;
@ -574,6 +573,9 @@ a.link-general:hover, .main-cell a:hover {
/* (already defined in common, here we put just some tuning settings) */ /* (already defined in common, here we put just some tuning settings) */
#admin-content ul.msgs { margin: 0.5em 0 0.5em 0 } #admin-content ul.msgs { margin: 0.5em 0 0.5em 0 }
#admin-content big,
#admin-content code { font-size: 0.98em }
#footer { color: black } #footer { color: black }
form { margin: auto } form { margin: auto }

View File

@ -6,6 +6,7 @@
<li><a href="{$action_url|cmd_link:approve_list:1}" title="{$plang.lapprove}">{$plang.lapprove}</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: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 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> </ul>
{include file='shared:errorlist.tpl'} {include file='shared:errorlist.tpl'}