This plugin is an extension of the core Subscribe2 plugin (which we are not the authors of). That plugin has been removed from the WordPress Plugin Directory twice this year and is to date still not reactivated.
That plugin was valuable and beneficial to a lot of users which is why we were excited to contribute our extension. Unfortunately, that plugin has not been well maintained or kept up-to-date and seems to have fallen by the wayside.
That leaves us with the uncomfortable problem of supporting our plugin which cannot function without another plugin which we fear might have security problems and just in general is not well-maintained any longer.
For those reasons we have decided to retire this plugin completely. We can no longer provide support and we are in the process of asking for it to be removed from the Plugin Directory as well.
]]>I really enjoy your plugin! But, is there any way that I can include the Featured Image for each of my posts in the subscriber email? Thanks!
]]>So, I have Subscribe 2, but looks like some notifications are not going out. Tried to check updates, see this “This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
So if Subscribe 2 is no longer supported, will Subscribe 2 Widget Pro work?
thanks for any info!
I did copy all my files off the old host. Is there any chance I can reclaim my subscriber list from something in there?
]]>I don’t know if this is the same problem others are having with activating Subscribe2 Widget Pro.
I was using Subscribe2 v10.20.6 and Subscribe2 Widget Pro v2.1, and everything was working fine. Then I upgraded to Subscribe2 v10.20.8 and Subscribe2 Widget Pro v2.2. Subscribe2 activated fine. But when I try to activate Subscribe2 Widget Pro, I get the error “Subscribe2 Widget Pro plugin requires Subscribe2 to be installed and activated to work properly. Please install the Subscribe2 plugin and reactivate Subscribe2 Widget Pro.”
But Subscribe2 IS installed and activated!
I have tried deleting both Subscribe2 and Subscribe2 Widget Pro and reinstalling, yet I get the same error.
The thing is, that I operate 4 different blogs and 3 of them upgraded fine. It’s only this 1 blog that is having the issue, and I don’t how to fix it.
Any help would be appreciated.
Thanks,
Henry
Hello,
could you please add compatibility with Subscribe2 HTML?
Someone already opened this thread with the code changes:
https://www.ads-software.com/support/topic/subscribe2-html-2?replies=3
Thank you!
Michael
Here’s the error message I get:
]]>Plugin could not be activated because it triggered a fatal error.
Hi,
First of all, the basic Subscribe2 plugin seems to have vanished altogether from the plugin directory!
Secondly, when trying to install the Widget Pro version, it refuses to activate without the basic Subscribe2 plugin, which is no longer available. Here’s the error message I get:
Subscribe2 Widget Pro plugin requires Subscribe2 to be installed and activated to work properly. Please install the Subscribe2 plugin and reactivate Subscribe2 Widget Pro.
Will the basic plugin reappear any time soon?
]]>Hi
We’re about to buy pro version because we want to be able to send post notifications to other roles than subscribers e.g. members, Is that possible?
cheers/Stephan
]]>Hi
When I’m logged in as a user the above title appears. Is it possible to remove it and have it function as an unregistered user?
Hello, I’m wondering what the setting is for the confirmation page for a new subscriber. Do they need to click on anything after clicking the link from the e-mail? Is there supposed to be a button to confirm? When I did it, I was directed to a random page of my site that does not have the widget on it. Thank you.
]]>Hi,
Does subscribe2 / subscribe 2 widget pro support the selection of categories? So subscribes only get a notification of new posts in the category they select?
Kind regards,
Marc
Hi All
I am not getting confirmation mail from Subscribe2 Widget Pro but getting mail from Subscribe2 Widget any solution for this my web url is.
Thanks in advance.
]]>The widget title and the pre-Content don’t show up in the WPML String Translation screen, therefore I’m unable to translate the title and the pre-content.
Please help
]]>Hello,
Is WPML supported with the subscribe2 widget pro plugin?
For example I set the title and the Pre-Content inside the widget and I wanted to be translatable as string in WPLM.
Thanks
]]>Hi everybody,
For those of you that don’t get a confirmation email after a subscription, enable the AJAX style subscription form in settings under Appearances.
I have a question. Is it possible to redirect new subscribers to a thank you page instead of the popup message or the message in the sidebar?
Johanna
]]>I get a few requests from time to time about Subscribe2 Widget Pro and it’s compatibility with Subscribe2 HTML.
Subscribe2 HTML is a fork of Subscribe2 and to avoid upgrade issues in WordPress it uses a different filename structure so some of the checks in Subscribe2 Widget Pro fail but is all works fine.
There are a couple of occasions where the following is checked:
if ( ! is_plugin_active('subscribe2/subscribe2.php') ) {
This works for both Subscribe2 and Subscribe2 HTML:
if ( ! is_plugin_active('subscribe2/subscribe2.php') || ! is_plugin_active('subscribe2_html/subscribe2.php) ) {
Also in the is_subscribe2_activated() function, there is this:
if ( in_array( 'subscribe2/subscribe2.php', $activePlugins ) == false ) {
This should work for both Subscribe2 and Subscribe2 HTML:
if ( in_array( 'subscribe2/subscribe2.php', $activePlugins ) == false && in_array( 'subscribe2_html/subscribe2.php', $activePlugins ) ) {
Hi everybody,
Thanks for this great plugin!
I have 1 validation error however.
“Bad value for attribute action on element form: Must be non-empty.
<form action=”” method=”post” class=”s2w-form”>”
I assume that is in the widget.output.php.
The actual line is:
<form action="<?php echo $postPermalink; ?>" method="post" class="s2w-form">
It is on line 161.
What can I change to get rid of this error?
Johanna
]]>For some reason when we use the “use referring page” option it loads a different page and does not store the email. https://goldenstatemagazine.com/little-man-on-fire/ The url looks correct but the page that loads is not the post page but rather the category page. Any help would be great. thanks
]]>The Subscribe2 plugin has added support for post types and taxonomies. Does this widget provide any option to subscribe to either alternatives, or does it allow for blog subscription only.
Thanks in advance!
]]>Can’t subscribe either unsubscribe with widget.
In debug mode after un/subscribing email in widget form we’ve received this escaped string in browser address bar looks like this:
https://example.com/category/post-name/
<b>Notice</b>: Undefined variable: postPermalink in <b>/home/user/example.com/public_html/wp-content/plugins/subscribe2-widget-pro/includes/templates/widget-output.php</b> on line <b>161</b>
The problem there’s no $postPermalink defined, because $postto either not equal ‘home’ or undefined.
if ( ! empty( $postto ) && $postto !== 'home' ) {
$postPermalink = get_permalink( $postto ) ;
} elseif ( $postto == 'home' ) {
$postPermalink = get_bloginfo( 'wpurl' ) ;
}
// MY OWN ADDITION FOR DEBUG
else {
$postPermalink = '$postto variable is null';
}
widget.php contains this condition
$postto = empty( $instance['postto'] ) ? '' : $instance['postto'];
i’ve tried to figured out where $instance defined and find nothing.
There is two function:
function widget( $args, $instance )
and
function form( $instance )
I’ve not found where does this function uses and what kind of $instance variable function received. Have no idea why does $instance[‘postto’] contain nothing. I will be glad for any advice.
]]>I need to remove the written “My email” above the “enter email address” box.
I wolud like to have just The title, the Insert your email box, and the botton\s
than you!!
Is it possible to add a checkbox in the subscription form which requires the user to tick a required check box before they can signup up. Adding this via html in the widget section that allows you to add additional content inserts this before or after the POST content meaning it doesn’t get included in the form.
How can I include this in the form element?
]]>With this plugin enabled, each page load and view of my wordpress blog with this plugin enabled gives an error for each request (below). Help! Thanks,
Ubuntu 12.04
PHP 5.3.10
Subscribe2 Widget Pro 2.0
Subscribe2 9.2
[Thu Feb 20 07:30:44 2014] [error] [client 66.249.74.121] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429
[Thu Feb 20 07:30:48 2014] [error] [client 66.249.74.121] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429
[Thu Feb 20 07:31:07 2014] [error] [client 81.131.96.27] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429, referer: https://www.google.com/search?q=linux+installing+adobe+color+
[Thu Feb 20 07:31:11 2014] [error] [client 81.131.96.27] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429, referer: https://www.google.com/search?q=linux+installing+adobe+color+
[Thu Feb 20 07:31:16 2014] [error] [client 81.131.96.27] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429, referer: https://scottlinux.com/2010/10/31/install-adobe-icc-profiles-in-linux/
[Thu Feb 20 07:31:17 2014] [error] [client 108.175.225.51] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 's2class' does not have a method 'add_s2_ajax' in /var/www/scottlinux.com/wp-includes/plugin.php on line 429, referer: https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDEQFjAB&url=https%3A%2F%2Fscottlinux.com%2F2010%2F06%2F26%2Fmac-how-to-install-ubuntu-to-external-usb-hard-drive%2F&ei=th8GU6-iIbL02wWr74GwCw&usg=AFQjCNGA4xxRjIY5lv9sLNSGtaADfNs0fg&sig2=7-awN0S7VkFxGtxaSXhlIQ&bvm=bv.61725948,d.b2I
]]>
I’s developing a site unaware about WP_DEBUG.
In the way I became aware about it and enabled WP_DEBUG and found many undefined variable error in the widget of Subscribe2.
I added a full screen image of the errors, uploaded to my dropbox:
https://www.dropbox.com/s/rybg0khdm148zn3/subscribe2.jpg
I’m using Subscribe2 Version 9.0 and Version Subscribe2 Widget Pro 1.2.5.3
]]>Hi there,
I have just the Subscribe2 Pro widget on my sidebar and it is not sending conf emails. I’ve tried making sure the short code is on the Welcome page where it is supposed to be, and I’m not sure. I don’t see any short code, but I’m not sure what that is and where to put in on the page.
https://chasingfog.com is my blog if you’d like to look and see what it looks like. I’ve tried several things suggested and still have no luck getting the conf emails.
]]>Hello,
I want to use Subscribe2 Widget Pro in my pages.So is that any shortcode to do this.
Let me know please.
Thanks & Regards,
Ravi
]]>I am wondering if it is poss bile to activate subscribers in the dashboard. I have some users that haven’t activated their account but I know they want to receive the updates because they entered their email address.
Is this possible?
]]>Hi,
For some reason, the widget is completely messing up my sidebar.
https://site.pishposhbaby.com/blog/
is there an error in the widget coding?
]]>Looks like I’m not the only one with this problem, but I didn’t see any solutions.
I installed this plugin so I could have more control over my Subscribe2 widget. Unfortunately, if I include it in a sidebar, enter my email address, and hit “subscribe,” although I get a confirmation message on the page telling me to check my email, no email is sent.
If I also include the default Subscribe2 widget in the sidebar, and submit information via the Subscribe2 Widget Pro widget, then upon submission, the email is sent properly.
Additionally, if I use just the Subscribe2 default widget, I have no problems.
But if this widget is used by itself, it doesn’t send the confirmation email.
Any help would be appreciated. I’ll be out of town this weekend, and thus unable to respond to posts, but I’ll check again next Monday.
Thank you!
]]>