strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

On new install, "plugin not configured" obscured #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On a fresh install of Spam Karma, the "plugin not fully configured" message is 
mostly hidden behind the admin toolbar and the side menu bar.

Two possible fixes:

1) Use the standard WP admin/update message functionality to display this 
message.

2) Change SK so that it sets itself up fully on install.

Original issue reported on code.google.com by stephen....@gmail.com on 17 Sep 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Patch fixes:
* On new install, "plugin not configured" message is obscured
* logic error in message -- both a new install and update referred to as 
"updated"

Original comment by stephen....@gmail.com on 17 Sep 2011 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago
Fix uses option 1 - use standard WP admin message.  We should probably still 
improve the plugin install so this isn't needed at all.

Original comment by stephen....@gmail.com on 17 Sep 2011 at 7:48