ButlerBlog

chad butler's weblog

  • About
  • Blog
  • WordPress Plugins
  • Contact

Update on WP-Members New Feature Release

By Chad Butler 3 Comments

I have been working feverishly on some new features for the WP-Members plugin.  (Read my initial announcement.)

I am getting close to having a true release candidate ready, but will probably allow for some additional beta testing.  This release is going to (HOPEFULLY) be a launchpad for a verion 3.0 release which will take the plugin to the next level.  But until then, here are some of the new features that are completed and will included in the upcoming feature release:

New Features:

  • reCAPTCHA option for registration
  • Shortcode for members area and register pages
  • Contextual help in WP admin panels
  • Custom admin panel for bulk user management: user export, activation, etc.

Code Improvement:

  • Cleaned email process to include link back to the page a user registered on
  • Capture user’s IP at registration

Bug Fixes:

  • added stripslashes to dialogs
  • Fixed sidebar bug
  • changed registration, update, and admin update to not write unused custom fields to the DB (WP actually does do this with its own fields)

I have also safemdonline.com completed the framework for an add-on module that will allow for time-based user expiration (both trials and subscription periods).  The support framework will be included in the new release so that the add-on can be plugged in later.  I have not decided if this will be released as a premium add-on or not… Honestly, I am leading towards making it a premium product.  If I do go that direction, I will make allowances for those that have financially supported this project to receive this free of charge.

Other things in the pipeline include adding an agree to Terms of Service checkbox option for the registration, easier field customization, ability to tag notes to user data, and a few other things.  As always, feel free to make suggestions.  Most of the current list of upgrades was the result of suggestions from users.  You never know, your suggestion may make it in to the next release.

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Email a link to a friend (Opens in new window) Email
  • Print (Opens in new window) Print
  • More
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Reddit (Opens in new window) Reddit
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Filed Under: WP-Members Tagged With: plugins, WordPress, WP-Members

Plugin for WP Plugin Developers: Show Current Screen Object

By Chad Butler Leave a Comment

You are working on your fancy new WordPress Plugin and you want to incorporate some nifty hooks into the menu system, or you are trying to add some contextual help without overriding the existing help text.  How can you find the id of the page to hook into?

Wonder no more.  I’ve written a simple plugin to help you.

On the admin side, WordPress uses an object to store information about the current screen you are on.  This includes the id, the action, the parent file, and some other miscellaneous and sundry items.  This is information a plugin developer needs to hook into, but, as good as the WordPress Codex is, sometimes it can be hard to find certain things, especially if you are tapping in to an area that there just hasn’t been a lot of outside development.  For me, this came while trying to add contextual help in the WP admin areas for my plugin WP-Members.

I wanted to add to the existing contextual help (that little help menu that pulls down from the WP admin header) for admin panels that WP-Members used, such as its own plugin page, but also the post and page edit screens, some of the settings screens, etc.  For this, I needed “screen_id” of the screen/panel to pass to the filter for contextual help.  Maybe I just wasn’t looking in the right place, but it seem that there really isn’t any documentation in the codex on this.

The screen_id is in a global array called $current_screen.  So I figured I could dump the contents of the array on the screen to find the ids I needed.  Enter the plugin.  I did this as a plugin so I could turn it on and off as needed.  It basically gets the value of $current_screen and uses print_r to dump the values.  With the plugin I was able to add a little css so it would display in a box at the upper right of each admin screen.  That way, as I browsed through the panels I wanted to hook into, I could get the screen info to apply to the filter.

[ Get the script ]

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Email a link to a friend (Opens in new window) Email
  • Print (Opens in new window) Print
  • More
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Reddit (Opens in new window) Reddit
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Filed Under: WordPress Tagged With: plugins, WordPress

SEO Plugin for WordPress | Sponsored Plugin Review

By Chad Butler 5 Comments

This plugin fills a void in the SEO plugins that are available for WordPress.  Most SEO plugins tend to focus on keywords, titles, and metatags.  While those are important, one of the areas that is missed is how Search Engines rank your links based on how your backlinks are titled.

Google has an algorithm that filters for link spam and other search engines (including Google) look for keyword rich links.  Your keyword rich post is not benefited when sites are linking to it with “click here.”

But how can you control the text that people use in linking to your site?  SEO Link Rotator fills this void by giving you the ability to rotate the link text that people use when copying a link to your site.  Much like social bookmarking plugins that provide a “link to me” type of button, SEO Link Rotator provides a button to provide a link, but it rotates through up to 5 possible sets of link text that you define via the WP admin.

Pros

This plugin is a snap to set up.  And there is a free version that allows you to try before you buy.  (The free version is fully functional, but does not allow you to set 5 possible links.  It defaults the the post title.)

Not only is it easy to set up and install, it’s easy to start using.  Once activated, it will automatically place a button at the end of each post, encouraging your readers to link back to you.  No edits to your theme are required.  If you are using the pro version, you can set your 5 possible text links on the post edit panel.

Cons

As a WP Plugin developer, I am generally a little more critical of plugins from both an operability standpoint and how the plugin is built and coded.  The SEO Link Rotator plugin is pretty well written from a php development standpoint.

This is more nitpicky rather than a major flaw, but I’d like to see admin panel functions broken out to a separately loaded file rather than the main plugin file.  While this isn’t a concern for someone running a blog that doesn’t get much traffic or is on a dedicated server, if you have a high traffic blog or are on a shared system, this is extra and unnecessary bulk that should be trimmed.  I would suggest the developers consider breaking out the admin functions to a separate file that loads only if the user is an admin.  This makes for a much more efficient plugin for busy sites.

Give it a try

Overall, I like the plugin.  It is not an “also-ran” of the many social bookmarking/linking plugins out there already; ditto for the meta-tag SEO plugins.  This plugin is unique, and as I said before, it fills a void in the the WP SEO plugin arena.  Give SEO Link Rotator a try.  With the free version, you can easily determine if this plugin is right for you.

This is a sponsored review for which I received compensation.

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Email a link to a friend (Opens in new window) Email
  • Print (Opens in new window) Print
  • More
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Reddit (Opens in new window) Reddit
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Filed Under: Blogging Tips, Plugin Reviews, WordPress Tagged With: plugins, Reviews, WordPress

  • « Previous Page
  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 62
  • Next Page »

Join Us!

I will never share your information. No spam. No junk. No kidding. Unsubscribe anytime.

Recent Posts:

  • The High Price of Free Plugins
  • YouTube Success: Key Tips for Enhancing Video Optimization and Visibility
  • Mobile App vs. Mobile Website Ideal Choice for your Business
  • Top Strategies to Boost Your Brand’s Visibility and Impact
  • Advanced Blogging Strategies: Using Analytics, A/B Testing, and Conversion Optimization Techniques to Grow Your Audience
  • Unlock Real-Time Process Insights to Save Time and Money
  • How Writers Can Attract More Audience Attention
  • Dress for Success – Even at Home
  • Mastering the Art of Crafting SMART Marketing Goals
  • Rediscover Your Brand Story: 7 Tips for Refreshing Your Company Identity

Archives

  • About
  • Blog
  • Archive
  • Contact

Site powered by WordPress, running on the Genesis Framework from StudioPress.

Unless otherwise noted, content on this site is © 2006-2026 ButlerBlog and may not be reproduced without express written permission from the author.

Some content may include affiliate links for which this site receives a small commission.