PluginProbe
wpForo Forum / 3.1.4
wpForo Forum v3.1.4
3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.2 All 137 releases
wpforo / admin / settings / akismet.php

akismet.php in wpForo Forum 3.1.4, at admin/settings/akismet.php

20 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if( ! defined( "ABSPATH" ) ) exit() ?>
2
3 <input type="hidden" name="wpfaction" value="akismet_settings_save">
4
5 <?php WPF()->settings->header( 'akismet' ); ?>
6
7 <div class="wpf-opt-row">
8 <?php if( ! class_exists( 'Akismet' ) ): ?>
9 <div style="width:94%; clear:both; margin:0 0 15px 0; text-align:center; line-height:22px; font-size:14px; color:#D35206; border:1px dotted #ccc; padding:10px 20px 10px 20px;; background:#F7F5F5;">
10 <a href="https://wordpress.org/plugins/akismet/" target="_blank">Akismet</a> <?php _e( 'is not installed! For an advanced Spam Control please install Akismet antispam plugin, it works well with wpForo Spam Control system. Akismet is already integrated with wpForo. It\'ll help to filter posts and protect forum against spam attacks.', 'wpforo' ); ?>
11 </div>
12 <?php else: ?>
13 <div style="color:#fff; background:#7C9B2E; font-size:20px; padding:10px 10px; text-align:center;">
14 <strong>A&middot;kis&middot;met</strong> <?php _e( 'is enabled', 'wpforo' ); ?>
15 </div>
16 <?php endif; ?>
17 </div>
18
19 <?php WPF()->settings->form_field( 'akismet', 'akismet' ); ?>
20