Is it possible to specify the category people can choose to subscribe to in the Subscribe2 (WordPress Plugin) widget?
Leave a Reply
You must be logged in to post a comment.
Is it possible to specify the category people can choose to subscribe to in the Subscribe2 (WordPress Plugin) widget?
You must be logged in to post a comment.
there is an addon for subscribe2 that allows that called
TT Subscribe2 Front End Plugin
From quick look at plugin’s description and code there doesn’t seem to be such option. Category management mostly refers to controlling them in admin area.
Also see Plugin’s FAQ – it lists its’ community support page at GetSatisfaction and option to receive paid support from developer.
just been looking into this, hope this helps.
It’s early dev, so not fully gone through it and tested, but seems to work, so hopefully it may help you in the right direction (well, one direction anyway)..
How it works: it basically strips the cat entries from the user_meta, then re-adds them based on the selections. It hooks into the user registration process so this may screw up any other user registrations! (my site is only for registering through Subscribe2 so i haven’t bothered isolating it to this)
in the register_form.php in your theme (copy the one from the template dir in plugins into your theme)
add in a cat list:
then in your functions, add: