Hi,
Not from the plugin itself, but if you are confortable with PHP then a small snippet could do it.
if ( ! is_user_logged_in() )
echo do_shortcode('[maxbutton id="1"]');
Adapt to own situation.
Hi @basszje
Thank you for responding. I am fairly new in this game so please excuse me for the dum questions. Where do I put that piece code?
If you are not at home with PHP it’s maybe not the best course of action. Perhaps there is a plugin somewhere that can do this.
This article describes how you can make a handy shortcode from the snippet I mentioned – http://justintadlock.com/archives/2009/05/09/using-shortcodes-to-show-members-only-content . There are complete instructions how to do that.
( To be safe make sure you have backups though, just in case ).